Searched defs:XROUND (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dquantize.c32 static const Word32 XROUND = 0x33e425af; /* final rounding constant (-0.0946f+ 0.5f) */ variable
78 x += XROUND >> (INT_BITS - finalShift);

Completed in 6 milliseconds