Home
last modified time | relevance | path

Searched refs:fxp_mul32_by_16b (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/module/codecs/amrwb/dec/src/
Disp_az.cpp191 t0 = fxp_mul32_by_16b(t0, isp[m - 1]) << 1; in Isp_Az()
192 t1 = fxp_mul32_by_16b(t1, isp[m - 1]) << 1; in Isp_Az()
355 t0 = fxp_mul32_by_16b(f[-1], *isp); in Get_isp_pol()
391 t0 = fxp_mul32_by_16b(f[-1], *isp); in Get_isp_pol_16kHz()
Dpvamrwbdecoder.cpp1012 L_tmp += fxp_mul32_by_16b(L_gain_code, 6226) << 1; in pvDecoder_AmrWb()
1021 L_tmp = fxp_mul32_by_16b(L_gain_code, 27536) << 1; in pvDecoder_AmrWb()
1030 L_gain_code = fxp_mul32_by_16b(L_gain_code, (32767 - fac)) << 1; in pvDecoder_AmrWb()
1033 L_gain_code = add_int32(L_gain_code, fxp_mul32_by_16b(L_tmp, fac) << 1); in pvDecoder_AmrWb()
Dpvamrwbdecoder_basic_op_cequivalent.h487 __inline int32 fxp_mul32_by_16b(int32 L_var1, const int32 L_var2) in fxp_mul32_by_16b() function
Dpvamrwbdecoder_basic_op_armv5.h231 __inline int32 fxp_mul32_by_16b(int32 L_var1, const int32 L_var2) in fxp_mul32_by_16b() function
Dpvamrwbdecoder_basic_op_gcc_armv5.h306 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro