Lines Matching refs:OI_INT
146 OI_INT bits = scale_factor[sb]; in computeBitneed()
163 OI_INT bits = scale_factor[sb]; in computeBitneed()
246 OI_INT adjustToFitBitpool(const OI_UINT bitpool, in adjustToFitBitpool()
252 OI_INT maxBitadjust = 0; in adjustToFitBitpool()
253 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool()
254 OI_INT chop = 8; in adjustToFitBitpool()
263 OI_INT i; in adjustToFitBitpool()
304 INLINE OI_INT allocAdjustedBits(OI_UINT8 *dest, in allocAdjustedBits()
305 OI_INT bits, in allocAdjustedBits()
306 OI_INT excess) in allocAdjustedBits()
331 INLINE OI_INT allocExcessBits(OI_UINT8 *dest, in allocExcessBits()
332 OI_INT excess) in allocExcessBits()
350 OI_INT bitadjust; in oneChannelBitAllocation()