/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | pvamrwb_math_op.cpp | 441 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()
|
D | dec_gain2_amr_wb.cpp | 303 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()
|
D | agc2_amr_wb.cpp | 137 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()
|
D | pit_shrp.cpp | 126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp); in Pit_shrp()
|
D | synthesis_amr_wb.cpp | 292 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()
|
D | pvamrwbdecoder.cpp | 453 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()
|
D | interpolate_isp.cpp | 134 L_tmp = mac_16by16_to_int32(L_tmp, isp_new[i], fac_new); in interpolate_isp()
|
D | qpisf_2s.cpp | 195 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()
|
D | pvamrwbdecoder_basic_op_cequivalent.h | 342 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) in mac_16by16_to_int32() function
|
D | dtx_decoder_amr_wb.cpp | 361 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()
|
D | pvamrwbdecoder_basic_op_armv5.h | 108 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) in mac_16by16_to_int32() function
|
D | isf_extrapolation.cpp | 138 L_tmp = mac_16by16_to_int32(L_tmp, IsfDiff[i - 1], INV_LENGTH); in isf_extrapolation()
|
D | pvamrwbdecoder_basic_op_gcc_armv5.h | 174 static inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) in mac_16by16_to_int32() function
|