Home
last modified time | relevance | path

Searched refs:max_qcoeff (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dituh263enc.c793 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()
Dspeedhqenc.c114 s->max_qcoeff = 2047; in ff_speedhq_encode_init()
Dh261enc.c378 s->max_qcoeff = 127; in ff_h261_encode_init()
Dmpeg12enc.c1114 s->max_qcoeff = 255; in ff_mpeg1_encode_init()
1117 s->max_qcoeff = 2047; in ff_mpeg1_encode_init()
Dmjpegenc.c274 s->max_qcoeff= 1023; in ff_mjpeg_encode_init()
Dmpegvideo.h309 int max_qcoeff; ///< maximum encodable coefficient member
Dmsmpeg4enc.c124 s->max_qcoeff= 255; in ff_msmpeg4_encode_init()
Dmpegvideo_enc.c2181 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()
Dmpeg4videoenc.c1295 s->max_qcoeff = 2047; in encode_init()
Ddnxhdenc.c165 *overflow = ctx->max_qcoeff < max; //overflow might have happened in dnxhd_10bit_dct_quantize_444()
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideoenc_template.c232 : "g" (s->max_qcoeff) in RENAME()