Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dcommon_fix.h136 #define MINVAL_SGL ((signed)0xFFFF8000) /* this has to be synchronized to FRACT_BITS */ macro
155 #define MINVAL_SGL_CONST MINVAL_SGL
Dfixpoint_math.h444 sum = fMax(fMin((INT)sum, (INT)MAXVAL_SGL), (INT)MINVAL_SGL); in fAddSaturate()