Searched refs:sqrt_l_exp (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dsqrt_l.h104 Word32 sqrt_l_exp( /* o : output value, Q31 */
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dsqrt_l.cpp85 FUNCTION NAME: sqrt_l_exp
137 Word32 sqrt_l_exp ( // o : output value
210 Word32 sqrt_l_exp( /* o : output value, Q31 */ function
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dqgain795.cpp593 L_t0 = sqrt_l_exp(L_tmp, &exp, pOverflow); /* normalization included in sqrt_l_exp */
670 L_tmp = sqrt_l_exp(L_tmp, &exp, pOverflow);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp1182 L_temp = sqrt_l_exp(L_temp, &temp); // function result
2227 L_temp = sqrt_l_exp(L_temp, &temp, pOverflow);

Completed in 94 milliseconds