Searched refs:Inv_sqrt (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dinv_sqrt.h105 Word32 Inv_sqrt( /* (o) : output value */
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dinv_sqrt.cpp103 FUNCTION NAME: Inv_sqrt
112 pOverflow -> if the Inv_sqrt operation resulted in an overflow.
154 Word32 Inv_sqrt ( // (o) : output value
221 Word32 Inv_sqrt( /* (o) : output value */ function
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dset_sign.cpp384 s = Inv_sqrt (s);
392 s = Inv_sqrt (s);
530 s = Inv_sqrt(s, pOverflow);
533 t = Inv_sqrt(t, pOverflow);
H A Dcor_h.cpp44 Description: Used MAX_16 and MIN_16 when checking the result of Inv_sqrt.
212 k = extract_h (L_shl (Inv_sqrt (s), 7));
330 s = Inv_sqrt(s, pOverflow);
H A Dpitch_ol.cpp242 t0 = Inv_sqrt (t0);
386 t0 = Inv_sqrt(t0, pOverflow);
H A Dpitch_fr.cpp257 s = Inv_sqrt (s);
399 s2 = Inv_sqrt(s2, pOverflow);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dagc.cpp689 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 1014 milliseconds