Searched refs:fxp_mul_16by16 (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dagc2_amr_wb.cpp133 s = fxp_mul_16by16(temp, temp) << 1;
184 sig_out[i] = extract_h(shl_int32(fxp_mul_16by16(sig_out[i], g0), 3));
H A Dhighpass_400hz_at_12k8.cpp168 L_tmp2 = fxp_mul_16by16(y1_hi, 29280);
H A Dhighpass_50hz_at_12k8.cpp173 L_tmp2 = fxp_mul_16by16(y1_hi, 32422);
H A Dsynthesis_amr_wb.cpp274 *(pt_tmp) = (int16)(fxp_mul_16by16(*(pt_tmp), tmp) >> 15);
276 *(pt_tmp) = (int16)(fxp_mul_16by16(*(pt_tmp), tmp) >> 15);
278 *(pt_tmp) = (int16)(fxp_mul_16by16(*(pt_tmp), tmp) >> 15);
280 *(pt_tmp) = (int16)(fxp_mul_16by16(*(pt_tmp), tmp) >> 15);
H A Dwb_syn_filt.cpp251 L_tmp1 = fxp_mul_16by16(sig_lo[(i<<1) - 1], a[1]);
252 L_tmp2 = fxp_mul_16by16(sig_hi[(i<<1) - 1], a[1]);
H A Dpvamrwbdecoder_basic_op_armv5.h221 __inline int32 fxp_mul_16by16(int16 var1, const int16 var2) function
H A Dpvamrwbdecoder_basic_op_cequivalent.h475 __inline int32 fxp_mul_16by16(int16 var1, const int16 var2) function
H A Dpvamrwbdecoder_basic_op_gcc_armv5.h289 #define fxp_mul_16by16(a, b) fxp_mul_16by16bb( a, b) macro

Completed in 233 milliseconds