Searched refs:FL2FX_SGL (Results 1 - 2 of 2) sorted by relevance

/external/aac/libFDK/include/
H A Dcommon_fix.h169 #define FL2FX_SGL(val) ( (val)>0.0f ? (SHORT)( (val)*(float)(FRACT_FIX_SCALE)+0.5f ) : (SHORT)( (val)*(float)(FRACT_FIX_SCALE)-0.5f ) ) macro
/external/aac/libSBRdec/src/
H A Denv_calc.cpp1902 sineLevelPrev = fMultDiv2(pSineLevel[-1],FL2FX_SGL(0.0163f));

Completed in 250 milliseconds