Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegvideo_motion.c76 motion_x & 15, motion_y & 15, 128 - s->no_rounding); in gmc1_motion()
78 motion_x & 15, motion_y & 15, 128 - s->no_rounding); in gmc1_motion()
83 if (s->no_rounding) { in gmc1_motion()
119 motion_x & 15, motion_y & 15, 128 - s->no_rounding); in gmc1_motion()
131 motion_x & 15, motion_y & 15, 128 - s->no_rounding); in gmc1_motion()
157 a + 1, (1 << (2 * a + 1)) - s->no_rounding, in gmc_motion()
164 a + 1, (1 << (2 * a + 1)) - s->no_rounding, in gmc_motion()
180 a + 1, (1 << (2 * a + 1)) - s->no_rounding, in gmc_motion()
188 a + 1, (1 << (2 * a + 1)) - s->no_rounding, in gmc_motion()
Drv20enc.c46 put_bits(&s->pb, 1, s->no_rounding); in ff_rv20_encode_picture_header()
Dvdpau_mpeg4.c73 info->rounding_control = s->no_rounding; in vdpau_mpeg4_start_frame()
Dnvdec_mpeg4.c77 .vop_rounding_type = s->no_rounding, in nvdec_mpeg4_start_frame()
Dvaapi_mpeg4.c82 .vop_rounding_type = s->no_rounding, in vaapi_mpeg4_start_frame()
Dmsmpeg4dec.c490 s->no_rounding = 1; in ff_msmpeg4_decode_picture_header()
550 s->no_rounding ^= 1; in ff_msmpeg4_decode_picture_header()
552 s->no_rounding = 0; in ff_msmpeg4_decode_picture_header()
Dwmv2dec.c272 s->no_rounding = 1; in ff_wmv2_decode_secondary_picture_header()
318 s->no_rounding ^= 1; in ff_wmv2_decode_secondary_picture_header()
Dwmv2enc.c113 av_assert0(s->no_rounding == 1); in ff_wmv2_encode_picture_header()
Drv10.c296 s->no_rounding = get_bits1(&s->gb); in rv20_decode_picture_header()
312 s->no_rounding); in rv20_decode_picture_header()
Dmotion_est.c340 if (s->no_rounding) in ff_init_me()
355 if (s->no_rounding) in ff_init_me()
650 if(s->no_rounding) in h263_mv4_search()
658 if(s->no_rounding) in h263_mv4_search()
702 if(s->no_rounding){ in h263_mv4_search()
814 if(s->no_rounding){ in interlaced_search()
Dmpegvideo.h264 int no_rounding; /**< apply no rounding to motion compensation (MPEG-4, msmpeg4, ...) member
Dituh263dec.c83 s->gb.size_in_bits, 1-s->no_rounding, in ff_h263_show_pict_info()
1220 s->no_rounding = get_bits1(&s->gb); in ff_h263_decode_picture_header()
Dh263dec.c609 if ((!s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) { in ff_h263_decode_frame()
Dmpegvideo_enc.c1756 s->no_rounding ^= 1; in ff_mpv_encode_picture()
2167 if ((!s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) { in encode_mb_internal()
3505 if(s->msmpeg4_version >= 3) s->no_rounding=1; in encode_picture()
3506 else s->no_rounding=0; in encode_picture()
3509 s->no_rounding ^= 1; in encode_picture()
3576 s->no_rounding=1; in encode_picture()
Dituh263enc.c192 put_bits(&s->pb,1,s->no_rounding); /* Rounding Type */ in ff_h263_encode_picture_header()
Dmpeg4videodec.c3044 s->no_rounding = get_bits1(gb); in decode_vop_header()
3046 s->no_rounding = 0; in decode_vop_header()
3160 1 - s->no_rounding, ctx->vo_type, in decode_vop_header()
Dmpeg4videoenc.c1099 put_bits(&s->pb, 1, s->no_rounding); /* rounding type */ in ff_mpeg4_encode_picture_header()
Dmpegvideo.c1506 if ((is_mpeg12 || !s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) { in mpv_reconstruct_mb_internal()