Home
last modified time | relevance | path

Searched refs:mpeg_quant (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibxvid.c87 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…
Dnvdec_mpeg4.c68 .quant_type = s->mpeg_quant, in nvdec_mpeg4_start_frame()
Dvdpau_mpeg4.c70 info->quant_type = s->mpeg_quant; in vdpau_mpeg4_start_frame()
Dvaapi_mpeg4.c68 .quant_type = s->mpeg_quant, in vaapi_mpeg4_start_frame()
Dmpegvideo.h412 int mpeg_quant; member
675 {"mpeg_quant", "Use MPEG quantizers instead of H.263", FF_MPV_OFFSET(mpeg_quant), AV_O…
Dmpegvideo_enc.c633 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()
Dmpeg4videoenc.c1027 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()
Davcodec.h831 int mpeg_quant; member
Dmpeg4videodec.c1106 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()
Dmpegvideo.c1386 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()
Doptions_table.h155 {"mpeg_quant", "use MPEG quantizers instead of H.263", OFFSET(mpeg_quant), AV_OPT_TYPE_INT, {.i64 =…
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideoenc_template.c151 if((s->out_format == FMT_H263 || s->out_format == FMT_H261) && s->mpeg_quant==0){ in RENAME()
/third_party/ffmpeg/doc/
Dcodecs.texi251 @item mpeg_quant @var{integer} (@emph{encoding,video})
Dencoders.texi2819 @item mpeg_quant