Searched refs:L_t0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | qgain795.cpp | 512 Word32 L_t0; in MR795_gain_code_quant_mod() local 593 L_t0 = sqrt_l_exp(L_tmp, &exp, pOverflow); /* normalization included in sqrt_l_exp */ in MR795_gain_code_quant_mod() 629 L_t0 = L_shr(L_t0, shr(tmp, 1, pOverflow), pOverflow); in MR795_gain_code_quant_mod() 633 L_Extract(L_t0, &coeff[0], &coeff_lo[0], pOverflow); in MR795_gain_code_quant_mod() 634 L_t0 = Mpy_32_16(coeff[0], coeff_lo[0], in MR795_gain_code_quant_mod() 674 tmp = pv_round(L_sub(L_tmp, L_t0, pOverflow), pOverflow); in MR795_gain_code_quant_mod()
|