Searched defs:Pow2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dpow2.cpp77 FUNCTION NAME: Pow2
88 L_x = Result of the Pow2() computation (Word32)
89 pOverflow -> 1 if the Pow2() function results in saturation
105 The function Pow2(L_x) is approximated by a table and linear interpolation.
125 Word32 Pow2 ( // (o) : result (range: 0<=val<=0x7fffffff)
176 Word32 Pow2( /* (o) : result (range: 0<=val<=0x7fffffff) */ function
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dmath_op.c22 | Pow2() : 2^x (16 bits precision). |
134 | Function Name : Pow2() |
141 | The function Pow2(L_x) is approximated by a table and linear |
158 Word32 Pow2( /* (o) Q0 : result (range: 0<=val<=0x7fffffff) */ function
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h184 #define Pow2 voAWB_Pow2 macro

Completed in 566 milliseconds