Home
last modified time | relevance | path

Searched refs:Q_max (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dcod_main.h53 Word16 Q_max[2]; /* old maximum scaling factor */ member
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
DvoAMRWBEnc.c113 cod_state->Q_max[0] = 15; in Reset_encoder()
114 cod_state->Q_max[1] = 15; in Reset_encoder()
316 if (Q_new > st->Q_max[0]) in coder()
318 Q_new = st->Q_max[0]; in coder()
320 if (Q_new > st->Q_max[1]) in coder()
322 Q_new = st->Q_max[1]; in coder()
326 st->Q_max[1] = st->Q_max[0]; in coder()
327 st->Q_max[0] = shift; in coder()