Searched refs:max_qcoeff (Results 1 – 11 of 11) sorted by relevance
793 s->max_qcoeff= 2047; in ff_h263_encode_init()796 s->max_qcoeff= 127; in ff_h263_encode_init()803 s->max_qcoeff= 1023; in ff_h263_encode_init()806 s->max_qcoeff= 127; in ff_h263_encode_init()811 s->max_qcoeff= 127; in ff_h263_encode_init()
114 s->max_qcoeff = 2047; in ff_speedhq_encode_init()
378 s->max_qcoeff = 127; in ff_h261_encode_init()
1114 s->max_qcoeff = 255; in ff_mpeg1_encode_init()1117 s->max_qcoeff = 2047; in ff_mpeg1_encode_init()
274 s->max_qcoeff= 1023; in ff_mjpeg_encode_init()
309 int max_qcoeff; ///< maximum encodable coefficient member
124 s->max_qcoeff= 255; in ff_msmpeg4_encode_init()
2181 const int maxlevel = s->max_qcoeff; in clip_coeffs()3859 if (s->qscale < 3 && s->max_qcoeff <= 128 && in encode_picture()4132 *overflow= s->max_qcoeff < max; //overflow might have happened in dct_quantize_trellis_c()4769 *overflow= s->max_qcoeff < max; //overflow might have happened in ff_dct_quantize_c()
1295 s->max_qcoeff = 2047; in encode_init()
165 *overflow = ctx->max_qcoeff < max; //overflow might have happened in dnxhd_10bit_dct_quantize_444()
232 : "g" (s->max_qcoeff) in RENAME()