Home
last modified time | relevance | path

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

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