Home | History | Annotate | Download | only in src

Lines Matching refs:Pow2

31  Filename: /audio/gsm_amr/c/src/pow2.c
38 global flag. Removed inclusion of "pow2.tab"
49 #include "pow2.h"
77 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.
120 pow2.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
125 Word32 Pow2 ( // (o) : result (range: 0<=val<=0x7fffffff)
176 Word32 Pow2( /* (o) : result (range: 0<=val<=0x7fffffff) */