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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pit_shrp.cpp 127 x[i] = amr_wb_round(L_tmp);
preemph_amrwb_dec.cpp 126 x[i] = amr_wb_round(L_tmp);
agc2_amr_wb.cpp 146 gain_out = amr_wb_round(s << exp);
166 gain_in = amr_wb_round(s << i);
178 g0 = amr_wb_round(shl_int32(s, 9));
deemphasis_32.cpp 140 y[0] = amr_wb_round(L_tmp);
151 y[i] = amr_wb_round(L_tmp);
160 y[i] = amr_wb_round(L_tmp);
interpolate_isp.cpp 135 isp[i] = amr_wb_round(L_tmp);
scale_signal.cpp 134 x[i] = amr_wb_round(L_tmp);
wb_syn_filt.cpp 185 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);
pvamrwbdecoder.cpp 451 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_tmp)
    [all...]
qpisf_2s.cpp 197 ref_isf[i] = amr_wb_round(L_tmp);
292 ref_isf[i] = amr_wb_round(L_tmp);
pvamrwbdecoder_basic_op_armv5.h 170 __inline int16 amr_wb_round(int32 L_var1) function
pvamrwbdecoder_basic_op_cequivalent.h 431 Function Name : amr_wb_round
448 __inline int16 amr_wb_round(int32 L_var1) function
dec_gain2_amr_wb.cpp 354 *past_gain_code = amr_wb_round(shl_int32(*gain_cod, 3));
isf_extrapolation.cpp 141 mean = amr_wb_round(L_tmp);
pvamrwbdecoder_basic_op_gcc_armv5.h 226 static inline int16 amr_wb_round(int32 L_var1) function
dtx_decoder_amr_wb.cpp 849 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 688 milliseconds