HomeSort by relevance Sort by last modified time
    Searched defs:Pow2 (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
pow2.cpp 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) *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
math_op.c 22 | 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) */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h 184 #define Pow2 voAWB_Pow2
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 73 milliseconds