Searched refs:mpeg_quant (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libxvid.c | 87 int mpeg_quant; /**< Quantization type. 0: H.263, 1: MPEG */ member 622 if (avctx->mpeg_quant) in xvid_encode_init() 623 x->mpeg_quant = avctx->mpeg_quant; in xvid_encode_init() 627 if (x->mpeg_quant) in xvid_encode_init() 918 …{ "mpeg_quant", "Use MPEG quantizers instead of H.263", OFFSET(mpeg_quant), AV_OPT_TYPE_INT, { .i…
|
D | nvdec_mpeg4.c | 68 .quant_type = s->mpeg_quant, in nvdec_mpeg4_start_frame()
|
D | vdpau_mpeg4.c | 70 info->quant_type = s->mpeg_quant; in vdpau_mpeg4_start_frame()
|
D | vaapi_mpeg4.c | 68 .quant_type = s->mpeg_quant, in vaapi_mpeg4_start_frame()
|
D | mpegvideo.h | 412 int mpeg_quant; member 675 {"mpeg_quant", "Use MPEG quantizers instead of H.263", FF_MPV_OFFSET(mpeg_quant), AV_O…
|
D | mpegvideo_enc.c | 633 if (avctx->mpeg_quant) in ff_mpv_encode_init() 634 s->mpeg_quant = 1; in ff_mpv_encode_init() 639 if (s->mpeg_quant && ( s->codec_id != AV_CODEC_ID_MPEG4 in ff_mpv_encode_init() 756 …if (s->mpeg_quant || s->codec_id == AV_CODEC_ID_MPEG1VIDEO || s->codec_id == AV_CODEC_ID_MPEG2VIDE… in ff_mpv_encode_init() 1024 s->mpeg_quant) { in ff_mpv_encode_init() 1840 if (s->mpeg_quant || s->codec_id == AV_CODEC_ID_MPEG2VIDEO) { in frame_start() 4070 if(s->mpeg_quant || s->out_format == FMT_MPEG1 || s->out_format == FMT_MJPEG) in dct_quantize_trellis_c()
|
D | mpeg4videoenc.c | 1027 put_bits(&s->pb, 1, s->mpeg_quant); /* quant type = (0 = H.263 style) */ in mpeg4_encode_vol_header() 1029 if (s->mpeg_quant) { in mpeg4_encode_vol_header()
|
D | avcodec.h | 831 int mpeg_quant; member
|
D | mpeg4videodec.c | 1106 if (s->mpeg_quant) { in mpeg4_decode_block() 1860 if (s->mpeg_quant) in mpeg4_decode_studio_block() 2289 s->mpeg_quant = get_bits1(gb); /* mpeg2_stream */ in decode_studio_vol_header() 2474 if ((s->mpeg_quant = get_bits1(gb))) { /* vol_quant_type */ in decode_vol_header()
|
D | mpegvideo.c | 1386 if (s->mpeg_quant || s->codec_id == AV_CODEC_ID_MPEG2VIDEO) { in ff_mpv_frame_start() 2082 || (s->codec_id==AV_CODEC_ID_MPEG4 && !s->mpeg_quant))){ in mpv_reconstruct_mb_internal()
|
D | options_table.h | 155 {"mpeg_quant", "use MPEG quantizers instead of H.263", OFFSET(mpeg_quant), AV_OPT_TYPE_INT, {.i64 =…
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideoenc_template.c | 151 if((s->out_format == FMT_H263 || s->out_format == FMT_H261) && s->mpeg_quant==0){ in RENAME()
|
/third_party/ffmpeg/doc/ |
D | codecs.texi | 251 @item mpeg_quant @var{integer} (@emph{encoding,video})
|
D | encoders.texi | 2819 @item mpeg_quant
|