Lines Matching refs:nrof_subbands
50 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in stereoBitAllocation() local
60 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, in stereoBitAllocation()
66 2 * nrof_subbands, bitcount, &ex); in stereoBitAllocation()
71 sbR = nrof_subbands; in stereoBitAllocation()
72 while (sbL < nrof_subbands) { in stereoBitAllocation()
81 sbR = nrof_subbands; in stereoBitAllocation()
131 uint16_t nrof_subbands = frame->nrof_subbands; in OI_CODEC_SBC_CalculateBitpool() local
137 hdr = 9 * nrof_subbands; in OI_CODEC_SBC_CalculateBitpool()
140 hdr = 4 * nrof_subbands; in OI_CODEC_SBC_CalculateBitpool()
142 hdr = 8 * nrof_subbands; in OI_CODEC_SBC_CalculateBitpool()
153 return sizeof(int16_t) * common->pcmStride * common->frameInfo.nrof_subbands * in OI_CODEC_SBC_CalculatePcmBytes()