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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
agc2_amr_wb.cpp 133 s = fxp_mul_16by16(temp, temp) << 1;
184 sig_out[i] = extract_h(shl_int32(fxp_mul_16by16(sig_out[i], g0), 3));
highpass_400hz_at_12k8.cpp 168 L_tmp2 = fxp_mul_16by16(y1_hi, 29280);
highpass_50hz_at_12k8.cpp 173 L_tmp2 = fxp_mul_16by16(y1_hi, 32422);
synthesis_amr_wb.cpp 274 *(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);
wb_syn_filt.cpp 251 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]);
pvamrwbdecoder_basic_op_armv5.h 221 __inline int32 fxp_mul_16by16(int16 var1, const int16 var2) function
pvamrwbdecoder_basic_op_cequivalent.h 475 __inline int32 fxp_mul_16by16(int16 var1, const int16 var2) function
pvamrwbdecoder_basic_op_gcc_armv5.h 289 #define fxp_mul_16by16(a, b) fxp_mul_16by16bb( a, b) macro

Completed in 107 milliseconds