Home
last modified time | relevance | path

Searched defs:mvs (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dextract_mvs.c61 const AVMotionVector *mvs = (const AVMotionVector *)sd->data; in decode_packet() local
/third_party/ffmpeg/libavfilter/
Dmotion_estimation.h37 int mvs[10][2]; member
Dvf_codecview.c282 const AVMotionVector *mvs = (const AVMotionVector *)sd->data; in filter_frame() local
Dvf_minterpolate.c140 int16_t mvs[2][2]; member
148 int16_t mvs[NB_PIXEL_MVS][2]; member
/third_party/ffmpeg/libavcodec/
Dmpegutils.c117 AVMotionVector *mvs = av_malloc_array(mb_width * mb_height, 2 * 4 * sizeof(AVMotionVector)); in ff_print_debug_info2() local
Dmpegvideo.c1309 int my, off, i, mvs; in lowest_referenced_row() local