Searched refs:no_rounding (Results 1 – 18 of 18) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_motion.c | 74 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()
|
D | rv20enc.c | 44 put_bits(&s->pb, 1, s->no_rounding); in ff_rv20_encode_picture_header()
|
D | nvdec_mpeg4.c | 75 .vop_rounding_type = s->no_rounding, in nvdec_mpeg4_start_frame()
|
D | vdpau_mpeg4.c | 73 info->rounding_control = s->no_rounding; in vdpau_mpeg4_start_frame()
|
D | vaapi_mpeg4.c | 80 .vop_rounding_type = s->no_rounding, in vaapi_mpeg4_start_frame()
|
D | msmpeg4dec.c | 486 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()
|
D | wmv2dec.c | 203 s->no_rounding = 1; in ff_wmv2_decode_secondary_picture_header() 249 s->no_rounding ^= 1; in ff_wmv2_decode_secondary_picture_header()
|
D | wmv2enc.c | 94 av_assert0(s->no_rounding == 1); in ff_wmv2_encode_picture_header()
|
D | rv10.c | 294 s->no_rounding = get_bits1(&s->gb); in rv20_decode_picture_header() 311 s->no_rounding); in rv20_decode_picture_header()
|
D | motion_est.c | 338 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()
|
D | ituh263dec.c | 80 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()
|
D | mpegvideo.h | 284 int no_rounding; /**< apply no rounding to motion compensation (MPEG-4, msmpeg4, ...) member
|
D | h263dec.c | 607 if ((!s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) { in ff_h263_decode_frame()
|
D | ituh263enc.c | 186 put_bits(&s->pb,1,s->no_rounding); /* Rounding Type */ in ff_h263_encode_picture_header()
|
D | mpegvideo_enc.c | 1960 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()
|
D | mpeg4videodec.c | 2966 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()
|
D | mpeg4videoenc.c | 1100 put_bits(&s->pb, 1, s->no_rounding); /* rounding type */ in ff_mpeg4_encode_picture_header()
|
D | mpegvideo.c | 2056 if ((!s->no_rounding) || s->pict_type==AV_PICTURE_TYPE_B){ in mpv_reconstruct_mb_internal()
|