Lines Matching refs:OI_UINT
79 OI_UINT blocksbands; in internal_CalculateBitrate()
87 OI_CODEC_SBC_FRAME_INFO* frame, OI_UINT* headerLen_) { in OI_SBC_CalculateFrameAndHeaderlen()
88 OI_UINT headerLen = in OI_SBC_CalculateFrameAndHeaderlen()
124 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT* common, uint8_t* bitneeds, in computeBitneed()
125 OI_UINT ch, OI_UINT* preferredBitpool) { in computeBitneed()
134 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in computeBitneed()
135 OI_UINT sb; in computeBitneed()
137 OI_UINT bitcount = 0; in computeBitneed()
245 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds, in adjustToFitBitpool()
246 const OI_UINT subbands, OI_UINT bitcount, in adjustToFitBitpool()
247 OI_UINT* excess) { in adjustToFitBitpool()
257 OI_UINT count; in adjustToFitBitpool()
333 BITNEED_UNION1* bitneeds, OI_UINT ch, in oneChannelBitAllocation()
334 OI_UINT bitcount) { in oneChannelBitAllocation()
336 OI_UINT excess; in oneChannelBitAllocation()
337 OI_UINT sb; in oneChannelBitAllocation()
342 OI_UINT ex; in oneChannelBitAllocation()
369 OI_UINT bitcount; in monoBitAllocation()
370 OI_UINT bitpoolPreference = 0; in monoBitAllocation()