HomeSort by relevance Sort by last modified time
    Searched refs:Inv_sqrt (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
inv_sqrt.h 31 Filename: /audio/gsm_amr/c/include/inv_sqrt.h
55 needed by the inv_sqrt() function.
105 Word32 Inv_sqrt( /* (o) : output value */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
inv_sqrt.cpp 30 Pathname: ./audio/gsm-amr/c/src/inv_sqrt.c
51 Description: Removed inclusion of inv_sqrt.tab file. Changed array name
72 #include "inv_sqrt.h"
103 FUNCTION NAME: Inv_sqrt
112 pOverflow -> if the Inv_sqrt operation resulted in an overflow.
149 inv_sqrt.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
154 Word32 Inv_sqrt ( // (o) : output value
221 Word32 Inv_sqrt( /* (o) : output value */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.cpp 94 #include "inv_sqrt.h"
384 s = Inv_sqrt (s);
392 s = Inv_sqrt (s);
530 s = Inv_sqrt(s, pOverflow);
533 t = Inv_sqrt(t, pOverflow);
cor_h.cpp 44 Description: Used MAX_16 and MIN_16 when checking the result of Inv_sqrt.
108 #include "inv_sqrt.h"
212 k = extract_h (L_shl (Inv_sqrt (s), 7));
330 s = Inv_sqrt(s, pOverflow);
pitch_ol.cpp 55 #include "inv_sqrt.h"
242 t0 = Inv_sqrt (t0);
386 t0 = Inv_sqrt(t0, pOverflow);
    [all...]
pitch_fr.cpp 95 #include "inv_sqrt.h"
257 s = Inv_sqrt (s);
399 s2 = Inv_sqrt(s2, pOverflow);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
agc.cpp 59 #include "inv_sqrt.h"
689 s = Inv_sqrt (s); // function result
803 s = Inv_sqrt(s, pOverflow); /* function result */
927 s = Inv_sqrt (s); // function result
1029 s = Inv_sqrt(s, pOverflow); /* function result */

Completed in 466 milliseconds