Searched refs:maxBit (Results 1 – 3 of 3) sorted by relevance
120 UINT32 u32Count, maxBit = 0; /* loop count*/ in SBC_Encoder() local178 if (u32Count > maxBit) in SBC_Encoder()179 maxBit = u32Count; in SBC_Encoder()224 if (u32CountSum > maxBit) in SBC_Encoder()225 maxBit = u32CountSum; in SBC_Encoder()227 if (u32CountDiff > maxBit) in SBC_Encoder()228 maxBit = u32CountDiff; in SBC_Encoder()259 pstrEncParams->s16MaxBitNeed = (SINT16)maxBit; in SBC_Encoder()
433 var minBit, maxBit, i, n;441 maxBit = arguments[0];444 maxBit = arguments[1];447 this.growToInclude(maxBit);448 for (i = minBit; i <= maxBit; i++) {
307 public void notInPlace(int maxBit) { in notInPlace() argument308 notInPlace(0, maxBit); in notInPlace()312 public void notInPlace(int minBit, int maxBit) { in notInPlace() argument314 growToInclude(maxBit); in notInPlace()315 for (int i = minBit; i <= maxBit; i++) { in notInPlace()