Home | History | Annotate | Download | only in sbc

Lines Matching refs:allocation

31   bits allocation/bitpool generation port to the dsp
70 } allocation;
174 if (frame->allocation == SNR) {
255 if (frame->allocation == SNR) {
428 frame->allocation = (data[1] >> 1) & 0x01;
788 data[1] |= (frame->allocation & 0x01) << 1;
976 sbc->allocation = priv->frame.allocation;
1042 priv->frame.allocation = sbc->allocation;