Home
last modified time | relevance | path

Searched refs:shl_int32 (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/codecs/amrwb/dec/src/
Ddeemphasis_32.cpp135 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()
Dagc2_amr_wb.cpp174 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()
Ddec_gain2_amr_wb.cpp211 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()
Dwb_syn_filt.cpp183 L_tmp1 = shl_int32(L_tmp1, 4); in wb_syn_filt()
190 L_tmp2 = shl_int32(L_tmp2, 4); in wb_syn_filt()
201 L_tmp3 = shl_int32(L_tmp3, 4); in wb_syn_filt()
208 L_tmp4 = shl_int32(L_tmp4, 4); in wb_syn_filt()
285 L_tmp1 = shl_int32(L_tmp1, 3); /* ai in Q12 */ in Syn_filt_32()
301 L_tmp3 = shl_int32(L_tmp3, 3); /* ai in Q12 */ in Syn_filt_32()
Disp_az.cpp157 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()
Dpvamrwbdecoder.cpp540 tmp = extract_h(shl_int32(L_tmp, 8)); in pvDecoder_AmrWb()
952 L_tmp = shl_int32(L_tmp, 5); in pvDecoder_AmrWb()
954 L_tmp = shl_int32(L_tmp, 1); in pvDecoder_AmrWb()
1046 gain_code = amr_wb_round(shl_int32(L_gain_code, Q_new)); in pvDecoder_AmrWb()
1051 L_tmp = shl_int32(L_tmp, 5); in pvDecoder_AmrWb()
1053 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in pvDecoder_AmrWb()
1062 L_tmp = shl_int32(L_tmp, 5); in pvDecoder_AmrWb()
1064 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in pvDecoder_AmrWb()
1071 L_tmp = shl_int32(L_tmp, 5); in pvDecoder_AmrWb()
1073 L_tmp = shl_int32(L_tmp, 1); /* saturation can occur here */ in pvDecoder_AmrWb()
Dscale_signal.cpp133 L_tmp = shl_int32(((int32)x[i] << 16), exp); /* saturation can occur here */ in scale_signal()
Dpvamrwbdecoder_basic_op.h158 __inline int32 shl_int32(int32 L_var1, int16 var2) in shl_int32() function
Dpvamrwb_math_op.cpp290 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()
Doversamp_12k8_to_16k.cpp338 L_sum = shl_int32(L_sum, 2); /* saturation can occur here */ in AmrWbInterpol()
Dsynthesis_amr_wb.cpp265 L_tmp = shl_int32(L_tmp, exp + 1); /* L_tmp x 2, L_tmp in Q31 */ in synthesis_amr_wb()
Ddtx_decoder_amr_wb.cpp858 summax2nd = shl_int32(summax2nd, tmp); in find_frame_indices()