Searched refs:excess (Results 1 – 8 of 8) sorted by relevance
247 OI_UINT* excess) { in adjustToFitBitpool() argument290 *excess = bitpool - bitcount; in adjustToFitBitpool()300 INLINE OI_INT allocAdjustedBits(uint8_t* dest, OI_INT bits, OI_INT excess) { in allocAdjustedBits() argument303 if (excess) { in allocAdjustedBits()305 --excess; in allocAdjustedBits()307 } else if ((bits == 1) && (excess > 1)) { in allocAdjustedBits()309 excess -= 2; in allocAdjustedBits()317 return excess; in allocAdjustedBits()323 INLINE OI_INT allocExcessBits(uint8_t* dest, OI_INT excess) { in allocExcessBits() argument326 return excess - 1; in allocExcessBits()[all …]
52 OI_UINT excess; in stereoBitAllocation() local68 excess = ex; in stereoBitAllocation()73 excess = allocAdjustedBits(&common->bits.uint8[sbL], in stereoBitAllocation()74 bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()76 excess = allocAdjustedBits(&common->bits.uint8[sbR], in stereoBitAllocation()77 bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation()82 while (excess) { in stereoBitAllocation()83 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()85 if (!excess) { in stereoBitAllocation()88 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
90 final int excess = 16; in testCopyOf() local91 final byte[] biggerCopy = Arrays.copyOf(src, src.length + excess); in testCopyOf()92 for (int i = src.length; i < src.length + excess; ++i) { in testCopyOf()
145 OI_UINT* excess);147 INLINE OI_INT allocAdjustedBits(uint8_t* dest, OI_INT bits, OI_INT excess);149 INLINE OI_INT allocExcessBits(uint8_t* dest, OI_INT excess);
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...