Home
last modified time | relevance | path

Searched refs:no_rounding (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo_motion.c74 motion_x & 15, motion_y & 15, 128 - s->no_rounding); in gmc1_motion()
76 motion_x & 15, motion_y & 15, 128 - s->no_rounding); in gmc1_motion()
81 if (s->no_rounding) { in gmc1_motion()
117 motion_x & 15, motion_y & 15, 128 - s->no_rounding); in gmc1_motion()
129 motion_x & 15, motion_y & 15, 128 - s->no_rounding); in gmc1_motion()
155 a + 1, (1 << (2 * a + 1)) - s->no_rounding, in gmc_motion()
162 a + 1, (1 << (2 * a + 1)) - s->no_rounding, in gmc_motion()
178 a + 1, (1 << (2 * a + 1)) - s->no_rounding, in gmc_motion()
186 a + 1, (1 << (2 * a + 1)) - s->no_rounding, in gmc_motion()
Drv20enc.c44 put_bits(&s->pb, 1, s->no_rounding); in ff_rv20_encode_picture_header()
Dnvdec_mpeg4.c75 .vop_rounding_type = s->no_rounding, in nvdec_mpeg4_start_frame()
Dvdpau_mpeg4.c73 info->rounding_control = s->no_rounding; in vdpau_mpeg4_start_frame()
Dvaapi_mpeg4.c80 .vop_rounding_type = s->no_rounding, in vaapi_mpeg4_start_frame()
Dmsmpeg4dec.c486 s->no_rounding = 1; in ff_msmpeg4_decode_picture_header()
546 s->no_rounding ^= 1; in ff_msmpeg4_decode_picture_header()
548 s->no_rounding = 0; in ff_msmpeg4_decode_picture_header()
Dwmv2dec.c203 s->no_rounding = 1; in ff_wmv2_decode_secondary_picture_header()
249 s->no_rounding ^= 1; in ff_wmv2_decode_secondary_picture_header()
Dwmv2enc.c94 av_assert0(s->no_rounding == 1); in ff_wmv2_encode_picture_header()
Drv10.c294 s->no_rounding = get_bits1(&s->gb); in rv20_decode_picture_header()
311 s->no_rounding); in rv20_decode_picture_header()
Dmotion_est.c338 if (s->no_rounding) in ff_init_me()
353 if (s->no_rounding) in ff_init_me()
648 if(s->no_rounding) in h263_mv4_search()
656 if(s->no_rounding) in h263_mv4_search()
700 if(s->no_rounding){ in h263_mv4_search()
812 if(s->no_rounding){ in interlaced_search()
Dituh263dec.c80 s->gb.size_in_bits, 1-s->no_rounding, in ff_h263_show_pict_info()
1132 s->no_rounding = get_bits1(&s->gb); in ff_h263_decode_picture_header()
Dmpegvideo.h284 int no_rounding; /**< apply no rounding to motion compensation (MPEG-4, msmpeg4, ...) member
Dh263dec.c607 if ((!s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) { in ff_h263_decode_frame()
Dituh263enc.c186 put_bits(&s->pb,1,s->no_rounding); /* Rounding Type */ in ff_h263_encode_picture_header()
Dmpegvideo_enc.c1960 s->no_rounding ^= 1; in ff_mpv_encode_picture()
2376 if ((!s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) { in encode_mb_internal()
3726 if(s->msmpeg4_version >= 3) s->no_rounding=1; in encode_picture()
3727 else s->no_rounding=0; in encode_picture()
3730 s->no_rounding ^= 1; in encode_picture()
3797 s->no_rounding=1; in encode_picture()
Dmpeg4videodec.c2966 s->no_rounding = get_bits1(gb); in decode_vop_header()
2968 s->no_rounding = 0; in decode_vop_header()
3076 1 - s->no_rounding, s->vo_type, in decode_vop_header()
Dmpeg4videoenc.c1100 put_bits(&s->pb, 1, s->no_rounding); /* rounding type */ in ff_mpeg4_encode_picture_header()
Dmpegvideo.c2056 if ((!s->no_rounding) || s->pict_type==AV_PICTURE_TYPE_B){ in mpv_reconstruct_mb_internal()