Home
last modified time | relevance | path

Searched refs:s32MaxValue2 (Results 1 – 1 of 1) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_encoder.c129 SINT32 s32MaxValue2; in SBC_Encoder() local
192 s32MaxValue2=0; in SBC_Encoder()
203 if (abs32(*pDiff)>s32MaxValue2) in SBC_Encoder()
204 s32MaxValue2=abs32(*pDiff); in SBC_Encoder()
215 u32Count = (s32MaxValue2 > 0x800000) ? 9 : 0; in SBC_Encoder()
218 if (s32MaxValue2 <= (SINT32)(0x8000 << u32Count)) in SBC_Encoder()