Searched refs:amr_wb_round (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpit_shrp.cpp127 x[i] = amr_wb_round(L_tmp);
H A Dpreemph_amrwb_dec.cpp126 x[i] = amr_wb_round(L_tmp);
H A Dagc2_amr_wb.cpp146 gain_out = amr_wb_round(s << exp);
166 gain_in = amr_wb_round(s << i);
178 g0 = amr_wb_round(shl_int32(s, 9));
H A Ddeemphasis_32.cpp140 y[0] = amr_wb_round(L_tmp);
151 y[i] = amr_wb_round(L_tmp);
160 y[i] = amr_wb_round(L_tmp);
H A Dinterpolate_isp.cpp135 isp[i] = amr_wb_round(L_tmp);
H A Dscale_signal.cpp134 x[i] = amr_wb_round(L_tmp);
H A Dwb_syn_filt.cpp185 y[(i<<2)] = yy[(i<<2)] = amr_wb_round(-L_tmp1);
191 y[(i<<2)+1] = yy[(i<<2)+1] = amr_wb_round(-L_tmp2);
201 y[(i<<2)+2] = yy[(i<<2)+2] = amr_wb_round(-L_tmp3);
207 y[(i<<2)+3] = yy[(i<<2)+3] = amr_wb_round(-L_tmp4);
H A Dpvamrwbdecoder.cpp451 HfIsf[i] = amr_wb_round(L_tmp);
706 code[i] = amr_wb_round(L_tmp << 1);
871 gain_code = amr_wb_round(L_tmp); /* scaled gain_code with Qnew */
922 excp[i] = amr_wb_round(L_tmp);
952 tmp = amr_wb_round(L_tmp);
1043 gain_code = amr_wb_round(shl_int32(L_gain_code, Q_new));
1047 L_tmp = mul_16by16_to_int32(amr_wb_round(L_tmp), gain_code);
1051 exc2[0] = amr_wb_round(L_tmp);
1058 L_tmp = mul_16by16_to_int32(amr_wb_round(L_tmp), gain_code);
1062 exc2[i] = amr_wb_round(L_tm
[all...]
H A Dqpisf_2s.cpp197 ref_isf[i] = amr_wb_round(L_tmp);
292 ref_isf[i] = amr_wb_round(L_tmp);
H A Dpvamrwbdecoder_basic_op_armv5.h170 __inline int16 amr_wb_round(int32 L_var1) function
H A Dpvamrwbdecoder_basic_op_cequivalent.h431 Function Name : amr_wb_round
448 __inline int16 amr_wb_round(int32 L_var1) function
H A Ddec_gain2_amr_wb.cpp354 *past_gain_code = amr_wb_round(shl_int32(*gain_cod, 3));
H A Disf_extrapolation.cpp141 mean = amr_wb_round(L_tmp);
H A Dpvamrwbdecoder_basic_op_gcc_armv5.h226 static inline int16 amr_wb_round(int32 L_var1) function
H A Ddtx_decoder_amr_wb.cpp849 L_tmp = mul_16by16_to_int32(amr_wb_round(summax), INV_MED_THRESH);
859 L_tmp = mul_16by16_to_int32(amr_wb_round(summax2nd), INV_MED_THRESH);

Completed in 323 milliseconds