Searched defs:MAXVAL_SGL (Results 1 - 1 of 1) sorted by relevance

/external/aac/libFDK/include/
H A Dcommon_fix.h135 #define MAXVAL_SGL ((signed)0x00007FFF) /* this has to be synchronized to FRACT_BITS */ macro
159 ((( (double)(val) * (FRACT_FIX_SCALE) + 0.5 ) >= (double)(MAXVAL_SGL) ) ? (SHORT)(MAXVAL_SGL) : (SHORT)( (double)(val) * (double)(FRACT_FIX_SCALE) + 0.5)) : \

Completed in 80 milliseconds