Searched refs:maxBit (Results 1 – 1 of 1) sorted by relevance
121 UINT32 u32Count, maxBit = 0; /* loop count*/ in SBC_Encoder() local179 if (u32Count > maxBit) in SBC_Encoder()180 maxBit = u32Count; in SBC_Encoder()225 if (u32CountSum > maxBit) in SBC_Encoder()226 maxBit = u32CountSum; in SBC_Encoder()228 if (u32CountDiff > maxBit) in SBC_Encoder()229 maxBit = u32CountDiff; in SBC_Encoder()260 pstrEncParams->s16MaxBitNeed = (SINT16)maxBit; in SBC_Encoder()