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/ |
D | isp_az.cpp | 191 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()
|
D | pvamrwbdecoder.cpp | 1009 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()
|
D | pvamrwbdecoder_basic_op_armv5.h | 231 __inline int32 fxp_mul32_by_16b(int32 L_var1, const int32 L_var2) in fxp_mul32_by_16b() function
|
D | pvamrwbdecoder_basic_op_cequivalent.h | 529 __inline int32 fxp_mul32_by_16b(int32 L_var1, const int32 L_var2) in fxp_mul32_by_16b() function
|
D | pvamrwbdecoder_basic_op_gcc_armv5.h | 306 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | fxp_mul32_c_msc_evc_armv5.h | 83 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
|
D | fxp_mul32_c_msc_evc.h | 149 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
|
D | fxp_mul32_c_equivalent.h | 172 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
|
D | fxp_mul32_arm_gcc.h | 225 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
|
D | fxp_mul32_arm_v4_gcc.h | 296 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
|
D | fxp_mul32_arm_v5.h | 374 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16(a, b) macro
|
D | fxp_mul32_arm_v4.h | 196 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
|
D | calc_sbr_envelope.cpp | 1771 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()
|