Home
last modified time | relevance | path

Searched refs:mv_type (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_codecview.c52 unsigned mv_type; member
67 …{ "mv_type", "set motion vectors type", OFFSET(mv_type), AV_OPT_TYPE_FLAGS, {.i64=0}, 0, INT_MAX, …
68 …{ "mvt", "set motion vectors type", OFFSET(mv_type), AV_OPT_TYPE_FLAGS, {.i64=0}, 0, INT_MAX, …
253 if (s->mv || s->mv_type) { in filter_frame()
266 if (s->mv_type) { in filter_frame()
267 const int is_fp = direction == 0 && (s->mv_type & MV_TYPE_FOR); in filter_frame()
268 const int is_bp = direction == 1 && (s->mv_type & MV_TYPE_BACK); in filter_frame()
/third_party/ffmpeg/libavcodec/
Dmpeg4video.c129 s->mv_type = MV_TYPE_8X8; in ff_mpeg4_set_direct_mv()
134 s->mv_type = MV_TYPE_FIELD; in ff_mpeg4_set_direct_mv()
177 s->mv_type = MV_TYPE_16X16; in ff_mpeg4_set_direct_mv()
179 s->mv_type = MV_TYPE_8X8; in ff_mpeg4_set_direct_mv()
Dmpeg_er.c62 static void mpeg_er_decode_mb(void *opaque, int ref, int mv_dir, int mv_type, in mpeg_er_decode_mb() argument
69 s->mv_type = mv_type; in mpeg_er_decode_mb()
Dmpegvideo_xvmc.c234 switch(s->mv_type) { in ff_xvmc_decode_mb()
278 if (s->mv_type == MV_TYPE_FIELD || s->mv_type == MV_TYPE_16X8) { in ff_xvmc_decode_mb()
Dh263.h139 const int offset= (s->mv_type==MV_TYPE_16X16 ? 0 : 16) + (s->dquant ? 8 : 0); in get_p_cbp()
166 if ((motion_x | motion_y | s->dquant) == 0 && s->mv_type==MV_TYPE_16X16){ in get_p_cbp()
Dh263.c62 if(s->mv_type != MV_TYPE_8X8){ in ff_h263_update_motion_val()
67 } else if (s->mv_type == MV_TYPE_16X16) { in ff_h263_update_motion_val()
97 if (s->mv_type == MV_TYPE_8X8) in ff_h263_update_motion_val()
Derror_resilience.h86 void (*decode_mb)(void *opaque, int ref, int mv_dir, int mv_type,
Dmpegvideo_enc.c2275 if (s->mv_type == MV_TYPE_8X8) in encode_mb_internal()
2677 d->mv_type= s->mv_type; in copy_context_after_encode()
3181 s->mv_type = MV_TYPE_16X16; in encode_thread()
3190 s->mv_type = MV_TYPE_FIELD; in encode_thread()
3202 s->mv_type = MV_TYPE_16X16; in encode_thread()
3211 s->mv_type = MV_TYPE_8X8; in encode_thread()
3222 s->mv_type = MV_TYPE_16X16; in encode_thread()
3231 s->mv_type = MV_TYPE_16X16; in encode_thread()
3240 s->mv_type = MV_TYPE_16X16; in encode_thread()
3251 s->mv_type = MV_TYPE_FIELD; in encode_thread()
[all …]
Dituh263dec.c672 s->mv_type = MV_TYPE_8X8; in set_direct_mv()
690 s->mv_type = MV_TYPE_8X8; in set_direct_mv()
714 s->mv_type = MV_TYPE_16X16; in ff_h263_decode_mb()
755 s->mv_type = MV_TYPE_16X16; in ff_h263_decode_mb()
779 s->mv_type = MV_TYPE_8X8; in ff_h263_decode_mb()
860 s->mv_type= MV_TYPE_16X16; in ff_h263_decode_mb()
Dmsmpeg4dec.c115 s->mv_type = MV_TYPE_16X16; in msmpeg4v12_decode_mb()
165 s->mv_type = MV_TYPE_16X16; in msmpeg4v12_decode_mb()
220 s->mv_type = MV_TYPE_16X16; in msmpeg4v34_decode_mb()
260 s->mv_type = MV_TYPE_16X16; in msmpeg4v34_decode_mb()
Dmpeg4videoenc.c553 put_bits(&s->pb, 1, s->mv_type == MV_TYPE_FIELD); in ff_mpeg4_encode_mb()
566 if (s->mv_type != MV_TYPE_FIELD) { in ff_mpeg4_encode_mb()
634 s->mv_type == MV_TYPE_16X16) { in ff_mpeg4_encode_mb()
702 if (s->mv_type == MV_TYPE_16X16) { in ff_mpeg4_encode_mb()
729 } else if (s->mv_type == MV_TYPE_FIELD) { in ff_mpeg4_encode_mb()
764 av_assert2(s->mv_type == MV_TYPE_8X8); in ff_mpeg4_encode_mb()
Dmpeg12enc.c768 if (cbp == 0 && !first_mb && s->mv_type == MV_TYPE_16X16 && in mpeg1_encode_mb_internal()
822 if (s->mv_type == MV_TYPE_16X16) { in mpeg1_encode_mb_internal()
871 av_assert2(!s->frame_pred_frame_dct && s->mv_type == MV_TYPE_FIELD); in mpeg1_encode_mb_internal()
913 if (s->mv_type == MV_TYPE_16X16) { in mpeg1_encode_mb_internal()
958 av_assert2(s->mv_type == MV_TYPE_FIELD); in mpeg1_encode_mb_internal()
Dmpeg12dec.c799 s->mv_type = MV_TYPE_16X16; in mpeg_decode_mb()
801 s->mv_type = MV_TYPE_FIELD; in mpeg_decode_mb()
837 s->mv_type = MV_TYPE_16X16; in mpeg_decode_mb()
860 s->mv_type = MV_TYPE_16X8; in mpeg_decode_mb()
878 s->mv_type = MV_TYPE_FIELD; in mpeg_decode_mb()
920 s->mv_type = MV_TYPE_DMV; in mpeg_decode_mb()
1821 } else if (s->mv_type == MV_TYPE_16X16 || in mpeg_decode_slice()
1822 (s->mv_type == MV_TYPE_FIELD && field_pic)) { in mpeg_decode_slice()
1948 s->mv_type = MV_TYPE_16X16; in mpeg_decode_slice()
1950 s->mv_type = MV_TYPE_FIELD; in mpeg_decode_slice()
Dh261dec.c207 s->mv_type = MV_TYPE_16X16; in h261_decode_mb_skipped()
438 s->mv_type = MV_TYPE_16X16; in h261_decode_mb()
Dwmv2dec.c394 s->mv_type = MV_TYPE_16X16; in ff_wmv2_decode_mb()
449 s->mv_type = MV_TYPE_16X16; in ff_wmv2_decode_mb()
Dmpeg4videodec.c1341 s->mv_type = MV_TYPE_16X16; in mpeg4_decode_partitioned_mb()
1357 s->mv_type = MV_TYPE_8X8; in mpeg4_decode_partitioned_mb()
1359 s->mv_type = MV_TYPE_16X16; in mpeg4_decode_partitioned_mb()
1418 s->mv_type = MV_TYPE_16X16; in mpeg4_decode_mb()
1480 s->mv_type = MV_TYPE_16X16; in mpeg4_decode_mb()
1490 s->mv_type = MV_TYPE_FIELD; in mpeg4_decode_mb()
1512 s->mv_type = MV_TYPE_16X16; in mpeg4_decode_mb()
1528 s->mv_type = MV_TYPE_8X8; in mpeg4_decode_mb()
1572 s->mv_type = MV_TYPE_16X16; in mpeg4_decode_mb()
1629 s->mv_type = MV_TYPE_16X16; in mpeg4_decode_mb()
[all …]
Dituh263enc.c461 if ((cbp | motion_x | motion_y | s->dquant | (s->mv_type - MV_TYPE_16X16)) == 0) { in ff_h263_encode_mb()
479 if(s->mv_type==MV_TYPE_16X16){ in ff_h263_encode_mb()
Derror_resilience.c1157 int mv_type; in ff_er_frame_end() local
1171 mv_type = MV_TYPE_8X8; in ff_er_frame_end()
1177 mv_type = MV_TYPE_16X16; in ff_er_frame_end()
1183 mv_dir, mv_type, &s->mv, mb_x, mb_y, 0, 0); in ff_er_frame_end()
Dmotion_est.c123 if(s->mv_type==MV_TYPE_8X8){ in cmp_direct_inline()
1406 s->mv_type= MV_TYPE_8X8; in direct_search()
1408 s->mv_type= MV_TYPE_16X16; in direct_search()
1436 if(s->mv_type == MV_TYPE_16X16) break; in direct_search()
Dmpegvideo.h265 int mv_type; member
Drv10.c537 s->mv_type = MV_TYPE_16X16; in rv10_decode_packet()
Dh263dec.c263 s->mv_type = MV_TYPE_16X16; in decode_slice()
Dh264dec.c67 static void h264_er_decode_mb(void *opaque, int ref, int mv_dir, int mv_type, in h264_er_decode_mb() argument
Dmpegvideo_motion.c849 switch (s->mv_type) { in mpv_motion_internal()
/third_party/libnl/lib/route/cls/ematch/
Dmeta.c28 uint8_t mv_type; member
50 value->mv_type = type; in meta_alloc()
236 switch (v->mv_type) { in dump_value()
292 hdr.left.kind = (m->left->mv_type << 12) & TCF_META_TYPE_MASK; in meta_fill()
296 hdr.right.kind = (m->right->mv_type << 12) & TCF_META_TYPE_MASK; in meta_fill()

12