Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrwb/dec/src/
Dpvamrwb_math_op.cpp441 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
442 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
443 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
444 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
445 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
446 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
447 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
448 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
621 L_32 = mac_16by16_to_int32(L_32, mult_int16(hi1, lo2), 1); in mpy_dpf_32()
622 L_32 = mac_16by16_to_int32(L_32, mult_int16(lo1, hi2), 1); in mpy_dpf_32()
Ddec_gain2_amr_wb.cpp303 L_tmp = mac_16by16_to_int32(L_tmp, pred[0], past_qua_en[0]); /* Q13*Q10 -> Q24 */ in dec_gain2_amr_wb()
304 L_tmp = mac_16by16_to_int32(L_tmp, pred[1], past_qua_en[1]); /* Q13*Q10 -> Q24 */ in dec_gain2_amr_wb()
305 L_tmp = mac_16by16_to_int32(L_tmp, pred[2], past_qua_en[2]); /* Q13*Q10 -> Q24 */ in dec_gain2_amr_wb()
306 L_tmp = mac_16by16_to_int32(L_tmp, pred[3], past_qua_en[3]); /* Q13*Q10 -> Q24 */ in dec_gain2_amr_wb()
Dagc2_amr_wb.cpp137 s = mac_16by16_to_int32(s, temp, temp); in agc2_amr_wb()
155 s = mac_16by16_to_int32(s, temp, temp); in agc2_amr_wb()
Dpit_shrp.cpp126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp); in Pit_shrp()
Dsynthesis_amr_wb.cpp292 L_tmp = mac_16by16_to_int32(L_tmp, synth[0], synth[0]); in synthesis_amr_wb()
296 L_tmp = mac_16by16_to_int32(L_tmp, synth[i], synth[i ]); in synthesis_amr_wb()
297 L_tmp2 = mac_16by16_to_int32(L_tmp2, synth[i], synth[i - 1]); in synthesis_amr_wb()
Dpvamrwbdecoder.cpp453 L_tmp = mac_16by16_to_int32(L_tmp, isf[i], interpol_frac[j]); in pvDecoder_AmrWb()
538 L_tmp = mac_16by16_to_int32(L_tmp, tmp, tmp); in pvDecoder_AmrWb()
953 L_tmp = mac_16by16_to_int32(L_tmp, exc[i + i_subfr], gain_pit); in pvDecoder_AmrWb()
1052 L_tmp = mac_16by16_to_int32(L_tmp, exc2[0], gain_pit); in pvDecoder_AmrWb()
1063 L_tmp = mac_16by16_to_int32(L_tmp, exc2[i], gain_pit); in pvDecoder_AmrWb()
1072 L_tmp = mac_16by16_to_int32(L_tmp, exc2[L_SUBFR - 1], gain_pit); in pvDecoder_AmrWb()
1097 L_tmp = mac_16by16_to_int32(L_tmp, isf[i], interpol_frac[j]); in pvDecoder_AmrWb()
Dinterpolate_isp.cpp134 L_tmp = mac_16by16_to_int32(L_tmp, isp_new[i], fac_new); in interpolate_isp()
Dqpisf_2s.cpp195 L_tmp = mac_16by16_to_int32(L_tmp, isf_buf[j * M + i], 8192); in Dpisf_2s_46b()
289 L_tmp = mac_16by16_to_int32(L_tmp, isf_buf[j * M + i], 8192); in Dpisf_2s_36b()
Dpvamrwbdecoder_basic_op_cequivalent.h342 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) in mac_16by16_to_int32() function
Ddtx_decoder_amr_wb.cpp361 L_log_en_int = mac_16by16_to_int32(L_log_en_int, int_fac, st->old_log_en); in dtx_dec_amr_wb()
485 L_frame_en = mac_16by16_to_int32(L_frame_en, exc[i], exc[i]); in dtx_dec_amr_wb_activity_update()
791 L_tmp = mac_16by16_to_int32(L_tmp, tmp, tmp); in find_frame_indices()
Dpvamrwbdecoder_basic_op_armv5.h108 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) in mac_16by16_to_int32() function
Disf_extrapolation.cpp138 L_tmp = mac_16by16_to_int32(L_tmp, IsfDiff[i - 1], INV_LENGTH); in isf_extrapolation()
Dpvamrwbdecoder_basic_op_gcc_armv5.h174 static inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) in mac_16by16_to_int32() function