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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 53 Word16 Q_max[2]; /* old maximum scaling factor */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 111 cod_state->Q_max[0] = 15;
112 cod_state->Q_max[1] = 15;
295 /* limit scaling to Q_MAX to keep dynamic for ringing in low signal */
296 /* limit scaling to Q_MAX also to avoid a[0]<1 in syn_filt_32 */
300 shift = Q_MAX;
308 if (shift > Q_MAX)
310 shift = Q_MAX;
314 if (Q_new > st->Q_max[0])
316 Q_new = st->Q_max[0];
318 if (Q_new > st->Q_max[1]
    [all...]

Completed in 180 milliseconds