Searched refs:no_rounding (Results 1 – 18 of 18) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_motion.c | 76 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()
|
D | rv20enc.c | 46 put_bits(&s->pb, 1, s->no_rounding); in ff_rv20_encode_picture_header()
|
D | vdpau_mpeg4.c | 73 info->rounding_control = s->no_rounding; in vdpau_mpeg4_start_frame()
|
D | nvdec_mpeg4.c | 77 .vop_rounding_type = s->no_rounding, in nvdec_mpeg4_start_frame()
|
D | vaapi_mpeg4.c | 82 .vop_rounding_type = s->no_rounding, in vaapi_mpeg4_start_frame()
|
D | msmpeg4dec.c | 490 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()
|
D | wmv2dec.c | 272 s->no_rounding = 1; in ff_wmv2_decode_secondary_picture_header() 318 s->no_rounding ^= 1; in ff_wmv2_decode_secondary_picture_header()
|
D | wmv2enc.c | 113 av_assert0(s->no_rounding == 1); in ff_wmv2_encode_picture_header()
|
D | rv10.c | 296 s->no_rounding = get_bits1(&s->gb); in rv20_decode_picture_header() 312 s->no_rounding); in rv20_decode_picture_header()
|
D | motion_est.c | 340 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()
|
D | mpegvideo.h | 264 int no_rounding; /**< apply no rounding to motion compensation (MPEG-4, msmpeg4, ...) member
|
D | ituh263dec.c | 83 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()
|
D | h263dec.c | 609 if ((!s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) { in ff_h263_decode_frame()
|
D | mpegvideo_enc.c | 1756 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()
|
D | ituh263enc.c | 192 put_bits(&s->pb,1,s->no_rounding); /* Rounding Type */ in ff_h263_encode_picture_header()
|
D | mpeg4videodec.c | 3044 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()
|
D | mpeg4videoenc.c | 1099 put_bits(&s->pb, 1, s->no_rounding); /* rounding type */ in ff_mpeg4_encode_picture_header()
|
D | mpegvideo.c | 1506 if ((is_mpeg12 || !s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) { in mpv_reconstruct_mb_internal()
|