Searched refs:maxBit (Results 1 – 1 of 1) sorted by relevance
40 UINT32 u32Count, maxBit = 0; /* loop count*/ in SBC_Encoder() local95 if (u32Count > maxBit) in SBC_Encoder()96 maxBit = u32Count; in SBC_Encoder()141 if (u32CountSum > maxBit) in SBC_Encoder()142 maxBit = u32CountSum; in SBC_Encoder()144 if (u32CountDiff > maxBit) in SBC_Encoder()145 maxBit = u32CountDiff; in SBC_Encoder()176 pstrEncParams->s16MaxBitNeed = (SINT16)maxBit; in SBC_Encoder()