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