HomeSort by relevance Sort by last modified time
    Searched refs:shl_int32 (Results 1 - 12 of 12) sorted by null

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

Completed in 270 milliseconds