Searched refs:u32Count (Results 1 - 1 of 1) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_encoder.c121 UINT32 u32Count, maxBit = 0; /* loop count*/ local
170 u32Count = (s32MaxValue > 0x800000) ? 9 : 0;
172 for ( ; u32Count < 15; u32Count++)
174 if (s32MaxValue <= (SINT32)(0x8000 << u32Count))
177 *ps16ScfL++ = (SINT16)u32Count;
179 if (u32Count > maxBit)
180 maxBit = u32Count;
208 u32Count = (s32MaxValue > 0x800000) ? 9 : 0;
209 for ( ; u32Count < 1
[all...]

Completed in 503 milliseconds