Searched refs:maxBit (Results 1 – 1 of 1) sorted by relevance
43 UINT32 u32Count, maxBit = 0; /* loop count*/ in SBC_Encoder() local97 if (u32Count > maxBit) { in SBC_Encoder()98 maxBit = u32Count; in SBC_Encoder()142 if (u32CountSum > maxBit) { in SBC_Encoder()143 maxBit = u32CountSum; in SBC_Encoder()146 if (u32CountDiff > maxBit) { in SBC_Encoder()147 maxBit = u32CountDiff; in SBC_Encoder()176 pstrEncParams->s16MaxBitNeed = (SINT16)maxBit; in SBC_Encoder()