Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/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.cpp1009 L_tmp += fxp_mul32_by_16b(L_gain_code, 6226) << 1; in pvDecoder_AmrWb()
1018 L_tmp = fxp_mul32_by_16b(L_gain_code, 27536) << 1; in pvDecoder_AmrWb()
1027 L_gain_code = fxp_mul32_by_16b(L_gain_code, (32767 - fac)) << 1; in pvDecoder_AmrWb()
1030 L_gain_code = add_int32(L_gain_code, fxp_mul32_by_16b(L_tmp, fac) << 1); in pvDecoder_AmrWb()
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_cequivalent.h529 __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
/external/opencore/codecs_v2/audio/aac/dec/src/
Dfxp_mul32_c_msc_evc_armv5.h83 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
Dfxp_mul32_c_msc_evc.h149 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
Dfxp_mul32_c_equivalent.h172 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
Dfxp_mul32_arm_gcc.h225 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
Dfxp_mul32_arm_v4_gcc.h296 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
Dfxp_mul32_arm_v5.h374 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16(a, b) macro
Dfxp_mul32_arm_v4.h196 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
Dcalc_sbr_envelope.cpp1771 tmp_q2 = fxp_mul32_by_16b(sb_noise_man, tmp); in envelope_application()
2013 tmp_q2 = fxp_mul32_by_16b(sb_noise_man, tmp); in envelope_application()