Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dfixpoint_math.cpp764 INT floorInt = (INT)(f_inp >> ((DFRACT_BITS - 1) - sf)); in fixp_floorToInt() local
765 return floorInt; in fixp_floorToInt()
770 INT floorInt = fixp_floorToInt(f_inp, sf); in fixp_floor() local
771 FIXP_DBL f_floor = (FIXP_DBL)(floorInt << ((DFRACT_BITS - 1) - sf)); in fixp_floor()