Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_lpc.cpp155 #define ZF_SCALE ((DFRACT_BITS / 2)) macro
157 #define INT2ZF(x, s) (FIXP_ZF)((x) << (ZF_SCALE - (s)))
158 #define ZF2INT(x) (INT)((x) >> ZF_SCALE)
439 FDK_ASSERT(r <= ZF_SCALE); in re8_k2y()