Searched refs:mul_16by16_to_int32 (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | pvamrwbdecoder_basic_op_cequivalent.h | 294 __inline int32 mul_16by16_to_int32(int16 var1, int16 var2) in mul_16by16_to_int32() function 344 return add_int32(L_var3, mul_16by16_to_int32(var1, var2)); in mac_16by16_to_int32() 378 return sub_int32(L_var3, mul_16by16_to_int32(var1, var2)); in msu_16by16_from_int32()
|
D | isf_extrapolation.cpp | 163 L_tmp = mul_16by16_to_int32(tmp2, tmp3); in isf_extrapolation() 173 L_tmp = mul_16by16_to_int32(tmp2, tmp3); in isf_extrapolation() 183 L_tmp = mul_16by16_to_int32(tmp2, tmp3); in isf_extrapolation()
|
D | dec_gain2_amr_wb.cpp | 292 *gain_cod = mul_16by16_to_int32(*past_gain_code, gcode_inov); in dec_gain2_amr_wb() 338 L_tmp = mul_16by16_to_int32(g_code, gcode0); /* Q11*Q0 -> Q12 */ in dec_gain2_amr_wb() 345 L_tmp = mul_16by16_to_int32(*prev_gc, 5120); /* prev_gc(Q3) * 1.25(Q12) = Q16 */ in dec_gain2_amr_wb()
|
D | pvamrwbdecoder.cpp | 452 L_tmp = mul_16by16_to_int32(isf_tmp[i], sub_int16(32767, interpol_frac[j])); in pvDecoder_AmrWb() 923 L_tmp = mul_16by16_to_int32(tmp, gain_pit); in pvDecoder_AmrWb() 951 L_tmp = mul_16by16_to_int32(code[i], gain_code); in pvDecoder_AmrWb() 1050 L_tmp = mul_16by16_to_int32(amr_wb_round(L_tmp), gain_code); in pvDecoder_AmrWb() 1061 L_tmp = mul_16by16_to_int32(amr_wb_round(L_tmp), gain_code); in pvDecoder_AmrWb() 1070 L_tmp = mul_16by16_to_int32(amr_wb_round(L_tmp), gain_code); in pvDecoder_AmrWb() 1096 L_tmp = mul_16by16_to_int32(isf_tmp[i], sub_int16(32767, interpol_frac[j])); in pvDecoder_AmrWb()
|
D | isp_isf.cpp | 170 L_tmp = mul_16by16_to_int32(table[ind + 1] - table[ind], offset); in Isf_isp()
|
D | interpolate_isp.cpp | 133 L_tmp = mul_16by16_to_int32(isp_old[i], fac_old); in interpolate_isp()
|
D | agc2_amr_wb.cpp | 151 s = mul_16by16_to_int32(temp, temp); in agc2_amr_wb()
|
D | voice_factor.cpp | 132 L_tmp = mul_16by16_to_int32(gain_pit, gain_pit); in voice_factor()
|
D | qpisf_2s.cpp | 192 L_tmp = mul_16by16_to_int32(mean_isf[i], 8192); in Dpisf_2s_46b() 286 L_tmp = mul_16by16_to_int32(mean_isf[i], 8192); in Dpisf_2s_36b()
|
D | dtx_decoder_amr_wb.cpp | 351 L_log_en_int = mul_16by16_to_int32(int_fac, st->log_en); /* Q14 * Q9 -> Q24 */ in dtx_dec_amr_wb() 849 L_tmp = mul_16by16_to_int32(amr_wb_round(summax), INV_MED_THRESH); in find_frame_indices() 859 L_tmp = mul_16by16_to_int32(amr_wb_round(summax2nd), INV_MED_THRESH); in find_frame_indices() 933 *L_log_en_int = add_int32(*L_log_en_int, mul_16by16_to_int32(rand_dith, GAIN_FACTOR)); in CN_dithering()
|
D | pvamrwbdecoder_basic_op_armv5.h | 145 __inline int32 mul_16by16_to_int32(int16 var1, int16 var2) in mul_16by16_to_int32() function
|
D | pvamrwbdecoder_basic_op_gcc_armv5.h | 193 static inline int32 mul_16by16_to_int32(int16 var1, int16 var2) in mul_16by16_to_int32() function
|
D | pvamrwb_math_op.cpp | 620 L_32 = mul_16by16_to_int32(hi1, hi2); in mpy_dpf_32()
|