Searched refs:u32Count (Results 1 – 1 of 1) sorted by relevance
121 UINT32 u32Count, maxBit = 0; /* loop count*/ in SBC_Encoder() local170 u32Count = (s32MaxValue > 0x800000) ? 9 : 0; in SBC_Encoder()172 for ( ; u32Count < 15; u32Count++) in SBC_Encoder()174 if (s32MaxValue <= (SINT32)(0x8000 << u32Count)) in SBC_Encoder()177 *ps16ScfL++ = (SINT16)u32Count; in SBC_Encoder()179 if (u32Count > maxBit) in SBC_Encoder()180 maxBit = u32Count; in SBC_Encoder()208 u32Count = (s32MaxValue > 0x800000) ? 9 : 0; in SBC_Encoder()209 for ( ; u32Count < 15; u32Count++) in SBC_Encoder()211 if (s32MaxValue <= (SINT32)(0x8000 << u32Count)) in SBC_Encoder()[all …]