AVMotionVector     57 doc/examples/extract_mvs.c                 const AVMotionVector *mvs = (const AVMotionVector *)sd->data;
AVMotionVector     59 doc/examples/extract_mvs.c                     const AVMotionVector *mv = &mvs[i];
AVMotionVector   2132 libavcodec/mpegvideo.c static int add_mb(AVMotionVector *mb, uint32_t mb_type,
AVMotionVector   2165 libavcodec/mpegvideo.c         AVMotionVector *mvs = av_malloc_array(mb_width * mb_height, 2 * 4 * sizeof(AVMotionVector));
AVMotionVector   2227 libavcodec/mpegvideo.c             sd = av_frame_new_side_data(pict, AV_FRAME_DATA_MOTION_VECTORS, mbcount * sizeof(AVMotionVector));
AVMotionVector   2232 libavcodec/mpegvideo.c             memcpy(sd->data, mvs, mbcount * sizeof(AVMotionVector));
AVMotionVector    184 libavcodec/snow.h     AVMotionVector *avmv;
AVMotionVector     93 libavcodec/snowdec.c             AVMotionVector *avmv = s->avmv + s->avmv_index;
AVMotionVector    482 libavcodec/snowdec.c         s->avmv = av_malloc_array(s->b_width * s->b_height, sizeof(AVMotionVector) << (s->block_max_depth*2));
AVMotionVector    607 libavcodec/snowdec.c         sd = av_frame_new_side_data(picture, AV_FRAME_DATA_MOTION_VECTORS, s->avmv_index * sizeof(AVMotionVector));
AVMotionVector    610 libavcodec/snowdec.c         memcpy(sd->data, s->avmv, s->avmv_index * sizeof(AVMotionVector));
AVMotionVector    202 libavfilter/vf_codecview.c         const AVMotionVector *mvs = (const AVMotionVector *)sd->data;
AVMotionVector    204 libavfilter/vf_codecview.c             const AVMotionVector *mv = &mvs[i];