Lines Matching refs:nrof_subbands
51 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in stereoBitAllocation() local
61 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference); in stereoBitAllocation()
65 … = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitcount, &ex… in stereoBitAllocation()
70 sbR = nrof_subbands; in stereoBitAllocation()
71 while (sbL < nrof_subbands) { in stereoBitAllocation()
78 sbR = nrof_subbands; in stereoBitAllocation()
133 OI_UINT16 nrof_subbands = frame->nrof_subbands; in OI_CODEC_SBC_CalculateBitpool() local
139 hdr = 9 * nrof_subbands; in OI_CODEC_SBC_CalculateBitpool()
142 hdr = 4 * nrof_subbands; in OI_CODEC_SBC_CalculateBitpool()
144 hdr = 8 * nrof_subbands; in OI_CODEC_SBC_CalculateBitpool()
156 …return sizeof(OI_INT16) * common->pcmStride * common->frameInfo.nrof_subbands * common->frameInfo.… in OI_CODEC_SBC_CalculatePcmBytes()