Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/sbc/encoder/srce/
Dsbc_encoder.c29 #define abs32(x) (((x) >= 0) ? (x) : (-(x))) macro
70 if (s32MaxValue < abs32(*SbBuffer)) s32MaxValue = abs32(*SbBuffer); in SBC_Encode()
97 if (abs32(*pSum) > s32MaxValue) s32MaxValue = abs32(*pSum); in SBC_Encode()
100 if (abs32(*pDiff) > s32MaxValue2) s32MaxValue2 = abs32(*pDiff); in SBC_Encode()