Home
last modified time | relevance | path

Searched refs:flipflop_rounding (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmsmpeg4dec.c545 if(s->flipflop_rounding){ in ff_msmpeg4_decode_picture_header()
570 s->flipflop_rounding= get_bits1(&s->gb); in ff_msmpeg4_decode_ext_header()
572 s->flipflop_rounding= 0; in ff_msmpeg4_decode_ext_header()
576 s->flipflop_rounding= 0; in ff_msmpeg4_decode_ext_header()
Dwmv2enc.c91 av_assert0(s->flipflop_rounding); in ff_wmv2_encode_picture_header()
Dmsmpeg4enc.c285 put_bits(&s->pb, 1, s->flipflop_rounding); in ff_msmpeg4_encode_ext_header()
287 av_assert0(s->flipflop_rounding==0); in ff_msmpeg4_encode_ext_header()
Dmpegvideo.h439 int flipflop_rounding; member
Dmpegvideo_enc.c905 s->flipflop_rounding = 1; in ff_mpv_encode_init()
914 s->flipflop_rounding = 1; in ff_mpv_encode_init()
923 s->flipflop_rounding = 1; in ff_mpv_encode_init()
1957 if (s->flipflop_rounding || in ff_mpv_encode_picture()
3729 … if(s->flipflop_rounding || s->codec_id == AV_CODEC_ID_H263P || s->codec_id == AV_CODEC_ID_MPEG4) in encode_picture()