Searched refs:mac_16by16_to_int32 (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpit_shrp.cpp126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp);
H A Dpvamrwb_math_op.cpp441 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++));
442 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++));
443 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++));
444 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++));
445 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++));
446 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++));
447 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++));
448 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++));
621 L_32 = mac_16by16_to_int32(L_32, mult_int16(hi1, lo2), 1);
622 L_32 = mac_16by16_to_int32(L_3
[all...]
H A Dagc2_amr_wb.cpp137 s = mac_16by16_to_int32(s, temp, temp);
155 s = mac_16by16_to_int32(s, temp, temp);
H A Dinterpolate_isp.cpp134 L_tmp = mac_16by16_to_int32(L_tmp, isp_new[i], fac_new);
H A Ddec_gain2_amr_wb.cpp303 L_tmp = mac_16by16_to_int32(L_tmp, pred[0], past_qua_en[0]); /* Q13*Q10 -> Q24 */
304 L_tmp = mac_16by16_to_int32(L_tmp, pred[1], past_qua_en[1]); /* Q13*Q10 -> Q24 */
305 L_tmp = mac_16by16_to_int32(L_tmp, pred[2], past_qua_en[2]); /* Q13*Q10 -> Q24 */
306 L_tmp = mac_16by16_to_int32(L_tmp, pred[3], past_qua_en[3]); /* Q13*Q10 -> Q24 */
H A Dsynthesis_amr_wb.cpp292 L_tmp = mac_16by16_to_int32(L_tmp, synth[0], synth[0]);
296 L_tmp = mac_16by16_to_int32(L_tmp, synth[i], synth[i ]);
297 L_tmp2 = mac_16by16_to_int32(L_tmp2, synth[i], synth[i - 1]);
H A Dqpisf_2s.cpp195 L_tmp = mac_16by16_to_int32(L_tmp, isf_buf[j * M + i], 8192);
289 L_tmp = mac_16by16_to_int32(L_tmp, isf_buf[j * M + i], 8192);
H A Dpvamrwbdecoder.cpp450 L_tmp = mac_16by16_to_int32(L_tmp, isf[i], interpol_frac[j]);
535 L_tmp = mac_16by16_to_int32(L_tmp, tmp, tmp);
950 L_tmp = mac_16by16_to_int32(L_tmp, exc[i + i_subfr], gain_pit);
1049 L_tmp = mac_16by16_to_int32(L_tmp, exc2[0], gain_pit);
1060 L_tmp = mac_16by16_to_int32(L_tmp, exc2[i], gain_pit);
1069 L_tmp = mac_16by16_to_int32(L_tmp, exc2[L_SUBFR - 1], gain_pit);
1094 L_tmp = mac_16by16_to_int32(L_tmp, isf[i], interpol_frac[j]);
H A Dpvamrwbdecoder_basic_op_armv5.h108 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) function
H A Dpvamrwbdecoder_basic_op_cequivalent.h269 Function Name : mac_16by16_to_int32
296 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) function
H A Ddtx_decoder_amr_wb.cpp361 L_log_en_int = mac_16by16_to_int32(L_log_en_int, int_fac, st->old_log_en);
485 L_frame_en = mac_16by16_to_int32(L_frame_en, exc[i], exc[i]);
791 L_tmp = mac_16by16_to_int32(L_tmp, tmp, tmp);
H A Disf_extrapolation.cpp138 L_tmp = mac_16by16_to_int32(L_tmp, IsfDiff[i - 1], INV_LENGTH);
H A Dpvamrwbdecoder_basic_op_gcc_armv5.h174 static inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) function

Completed in 148 milliseconds