Searched refs:u32Count (Results 1 – 1 of 1) sorted by relevance
41 UINT32 u32Count, maxBit = 0; /* loop count*/ in SBC_Encoder() local88 u32Count = (s32MaxValue > 0x800000) ? 9 : 0; in SBC_Encoder()90 for ( ; u32Count < 15; u32Count++) in SBC_Encoder()92 if (s32MaxValue <= (SINT32)(0x8000 << u32Count)) in SBC_Encoder()95 *ps16ScfL++ = (SINT16)u32Count; in SBC_Encoder()97 if (u32Count > maxBit) in SBC_Encoder()98 maxBit = u32Count; in SBC_Encoder()126 u32Count = (s32MaxValue > 0x800000) ? 9 : 0; in SBC_Encoder()127 for ( ; u32Count < 15; u32Count++) in SBC_Encoder()129 if (s32MaxValue <= (SINT32)(0x8000 << u32Count)) in SBC_Encoder()[all …]