Searched refs:Q_max (Results 1 – 2 of 2) sorted by relevance
53 Word16 Q_max[2]; /* old maximum scaling factor */ member
113 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()