Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dfixpoint_math.cpp822 INT fixp_truncateToInt(FIXP_DBL f_inp, INT sf) // sf mantissaBits left of dot in fixp_truncateToInt() function
850 INT truncateInt = fixp_truncateToInt(f_inp, sf); in fixp_truncate()
/external/aac/libFDK/include/
Dfixpoint_math.h925 INT fixp_truncateToInt(FIXP_DBL f_inp, INT sf);
/external/aac/libSACdec/src/
Dsac_bitdec.cpp1429 cldIdx = fixp_truncateToInt(cldIdxFract, SF_FACTOR + SF_IDX); in factorCLD()