Searched refs:flipflop_rounding (Results 1 – 5 of 5) sorted by relevance
545 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()
91 av_assert0(s->flipflop_rounding); in ff_wmv2_encode_picture_header()
285 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()
439 int flipflop_rounding; member
905 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()