Lines Matching refs:OI_UINT
77 OI_UINT blocksbands; in internal_CalculateBitrate()
84 INLINE OI_UINT16 OI_SBC_CalculateFrameAndHeaderlen(OI_CODEC_SBC_FRAME_INFO *frame, OI_UINT *headerL… in OI_SBC_CalculateFrameAndHeaderlen()
86 OI_UINT headerLen = SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels/2; in OI_SBC_CalculateFrameAndHeaderlen()
118 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common, in computeBitneed()
120 OI_UINT ch, in computeBitneed()
121 OI_UINT *preferredBitpool) in computeBitneed()
137 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in computeBitneed()
138 OI_UINT sb; in computeBitneed()
140 OI_UINT bitcount = 0; in computeBitneed()
246 OI_INT adjustToFitBitpool(const OI_UINT bitpool, in adjustToFitBitpool()
248 const OI_UINT subbands, in adjustToFitBitpool()
249 OI_UINT bitcount, in adjustToFitBitpool()
250 OI_UINT *excess) in adjustToFitBitpool()
261 OI_UINT count; in adjustToFitBitpool()
344 OI_UINT ch, in oneChannelBitAllocation()
345 OI_UINT bitcount) in oneChannelBitAllocation()
348 OI_UINT excess; in oneChannelBitAllocation()
349 OI_UINT sb; in oneChannelBitAllocation()
355 OI_UINT ex; in oneChannelBitAllocation()
382 OI_UINT bitcount; in monoBitAllocation()
383 OI_UINT bitpoolPreference = 0; in monoBitAllocation()