HomeSort by relevance Sort by last modified time
    Searched refs:mac_16by16_to_int32 (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pit_shrp.cpp 126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp);
pvamrwb_math_op.cpp 441 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_32, mult_int16(lo1, hi2), 1)
    [all...]
agc2_amr_wb.cpp 137 s = mac_16by16_to_int32(s, temp, temp);
155 s = mac_16by16_to_int32(s, temp, temp);
interpolate_isp.cpp 134 L_tmp = mac_16by16_to_int32(L_tmp, isp_new[i], fac_new);
dec_gain2_amr_wb.cpp 303 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 */
synthesis_amr_wb.cpp 292 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]);
qpisf_2s.cpp 195 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);
pvamrwbdecoder.cpp 450 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);
    [all...]
pvamrwbdecoder_basic_op_armv5.h 108 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) function
pvamrwbdecoder_basic_op_cequivalent.h 269 Function Name : mac_16by16_to_int32
296 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) function
dtx_decoder_amr_wb.cpp 361 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);
isf_extrapolation.cpp 138 L_tmp = mac_16by16_to_int32(L_tmp, IsfDiff[i - 1], INV_LENGTH);
pvamrwbdecoder_basic_op_gcc_armv5.h 174 static inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) function

Completed in 245 milliseconds