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.c49 SINT32 s32MaxValue2; in SBC_Encoder() local
110 s32MaxValue2=0; in SBC_Encoder()
121 if (abs32(*pDiff)>s32MaxValue2) in SBC_Encoder()
122 s32MaxValue2=abs32(*pDiff); in SBC_Encoder()
133 u32Count = (s32MaxValue2 > 0x800000) ? 9 : 0; in SBC_Encoder()
136 if (s32MaxValue2 <= (SINT32)(0x8000 << u32Count)) in SBC_Encoder()