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

  /frameworks/av/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...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 75 Word16 Q_new, /* (i) : scaling performed on exc */
205 Word16 tmp, gain1, gain2, exp, Q_new, mu, shift, max;
315 Q_new = shift;
316 if (Q_new > st->Q_max[0])
318 Q_new = st->Q_max[0];
320 if (Q_new > st->Q_max[1])
322 Q_new = st->Q_max[1];
324 exp = (Q_new - st->Q_old);
325 st->Q_old = Q_new;
336 L_tmp = (L_tmp << Q_new);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Syn_filt_32_neon.s 46 ADD r7, r3, #4 @ 4 + Q_new
47 MOV r3, r6, ASR r7 @ a0 = Aq[0] >> (4 + Q_new)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Syn_filt_32_opt.s 46 ADD r7, r3, #4 @ 4 + Q_new
47 MOV r3, r6, ASR r7 @ a0 = Aq[0] >> (4 + Q_new)

Completed in 109 milliseconds