Searched refs:shl_int32 (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | deemphasis_32.cpp | 135 L_tmp = shl_int32(L_tmp, 3); in deemphasis_32() 139 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in deemphasis_32() 148 L_tmp = shl_int32(L_tmp, 3); in deemphasis_32() 150 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in deemphasis_32() 157 L_tmp = shl_int32(L_tmp, 3); in deemphasis_32() 159 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in deemphasis_32()
|
D | agc2_amr_wb.cpp | 174 s = shl_int32(s, 7); /* s = gain_out / gain_in */ in agc2_amr_wb() 178 g0 = amr_wb_round(shl_int32(s, 9)); in agc2_amr_wb() 184 sig_out[i] = extract_h(shl_int32(fxp_mul_16by16(sig_out[i], g0), 3)); in agc2_amr_wb()
|
D | dec_gain2_amr_wb.cpp | 211 gcode_inov = extract_h(shl_int32(L_tmp, exp - 3)); /* g_code_inov in Q12 */ in dec_gain2_amr_wb() 302 L_tmp = shl_int32(L_tmp, 8); /* From Q16 to Q24 */ in dec_gain2_amr_wb() 339 L_tmp = shl_int32(L_tmp, exp_gcode0 + 4); /* Q12 -> Q16 */ in dec_gain2_amr_wb() 354 *past_gain_code = amr_wb_round(shl_int32(*gain_cod, 3)); in dec_gain2_amr_wb() 380 *gain_cod = shl_int32(L_tmp, 3); /* gcode_inov in Q12 */ in dec_gain2_amr_wb()
|
D | wb_syn_filt.cpp | 183 L_tmp1 = shl_int32(L_tmp1, 4); in wb_syn_filt() 189 L_tmp2 = shl_int32(L_tmp2, 4); in wb_syn_filt() 199 L_tmp3 = shl_int32(L_tmp3, 4); in wb_syn_filt() 205 L_tmp4 = shl_int32(L_tmp4, 4); in wb_syn_filt() 280 L_tmp1 = shl_int32(L_tmp1, 3); /* ai in Q12 */ in Syn_filt_32() 297 L_tmp3 = shl_int32(L_tmp3, 3); /* ai in Q12 */ in Syn_filt_32()
|
D | isp_az.cpp | 157 f1[i] = shl_int32(f1[i], 2); in Isp_Az() 162 f2[i] = shl_int32(f2[i], 2); in Isp_Az() 356 t0 = shl_int32(t0, 2); in Get_isp_pol() 392 t0 = shl_int32(t0, 2); in Get_isp_pol_16kHz()
|
D | pvamrwbdecoder.cpp | 537 tmp = extract_h(shl_int32(L_tmp, 8)); in pvDecoder_AmrWb() 949 L_tmp = shl_int32(L_tmp, 5); in pvDecoder_AmrWb() 951 L_tmp = shl_int32(L_tmp, 1); in pvDecoder_AmrWb() 1043 gain_code = amr_wb_round(shl_int32(L_gain_code, Q_new)); in pvDecoder_AmrWb() 1048 L_tmp = shl_int32(L_tmp, 5); in pvDecoder_AmrWb() 1050 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in pvDecoder_AmrWb() 1059 L_tmp = shl_int32(L_tmp, 5); in pvDecoder_AmrWb() 1061 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in pvDecoder_AmrWb() 1068 L_tmp = shl_int32(L_tmp, 5); in pvDecoder_AmrWb() 1070 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in pvDecoder_AmrWb()
|
D | scale_signal.cpp | 133 L_tmp = shl_int32(((int32)x[i] << 16), exp); /* saturation can occur here */ in scale_signal()
|
D | pvamrwbdecoder_basic_op.h | 158 __inline int32 shl_int32(int32 L_var1, int16 var2) in shl_int32() function
|
D | pvamrwb_math_op.cpp | 290 L_y = shl_int32(L_x, exp); /* denormalization */ in one_ov_sqrt() 547 Lg2_normalized(shl_int32(L_x, exp), exp, exponent, fraction); in amrwb_log_2()
|
D | oversamp_12k8_to_16k.cpp | 338 L_sum = shl_int32(L_sum, 2); /* saturation can occur here */ in AmrWbInterpol()
|
D | synthesis_amr_wb.cpp | 265 L_tmp = shl_int32(L_tmp, exp + 1); /* L_tmp x 2, L_tmp in Q31 */ in synthesis_amr_wb()
|
D | dtx_decoder_amr_wb.cpp | 858 summax2nd = shl_int32(summax2nd, tmp); in find_frame_indices()
|