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

  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
synthesis_amr_wb.h 79 int16 Q_new, /* (i) : scaling performed on exc */
synthesis_amr_wb.cpp 49 int16 Q_new, (i) : scaling performed on exc
139 int16 Q_new, /* (i) : scaling performed on exc */
186 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR);
248 Q_new -= 3;
251 exp_ener -= Q_new << 1;
pvamrwbdecoder.cpp 322 int16 fac, stab_fac, voice_fac, Q_new = 0;
844 /* find best scaling to perform on excitation (Q_new) */
855 /* limit scaling (Q_new) to Q_MAX: see pv_amr_wb_cnst.h and syn_filt_32() */
861 Q_new = 0;
865 while ((L_tmp < 0x08000000L) && (Q_new < tmp))
868 Q_new += 1;
875 (int16)(Q_new - st->Q_old));
877 st->Q_old = Q_new;
960 tmp = add_int16(norm_s(max), Q_new) - 1;
1043 gain_code = amr_wb_round(shl_int32(L_gain_code, Q_new));
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.h 79 int16 Q_new, /* (i) : scaling performed on exc */
synthesis_amr_wb.cpp 49 int16 Q_new, (i) : scaling performed on exc
139 int16 Q_new, /* (i) : scaling performed on exc */
186 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR);
248 Q_new -= 3;
251 exp_ener -= Q_new << 1;
pvamrwbdecoder.cpp 322 int16 fac, stab_fac, voice_fac, Q_new = 0;
844 /* find best scaling to perform on excitation (Q_new) */
855 /* limit scaling (Q_new) to Q_MAX: see pv_amr_wb_cnst.h and syn_filt_32() */
861 Q_new = 0;
865 while ((L_tmp < 0x08000000L) && (Q_new < tmp))
868 Q_new += 1;
875 (int16)(Q_new - st->Q_old));
877 st->Q_old = Q_new;
960 tmp = add_int16(norm_s(max), Q_new) - 1;
1043 gain_code = amr_wb_round(shl_int32(L_gain_code, Q_new));
    [all...]

Completed in 27 milliseconds