Home
last modified time | relevance | path

Searched refs:motion_scale (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.c34 int motion_x, int motion_y, int motion_scale, in add_mb() argument
41 mb->motion_scale = motion_scale; in add_mb()
44 mb->src_x = dst_x + motion_x / motion_scale; in add_mb()
45 mb->src_y = dst_y + motion_y / motion_scale; in add_mb()
Dsnowdec.c107 avmv->motion_scale = 8; in predict_slice_buffered()
/third_party/ffmpeg/libavutil/
Dmotion_vector.h54 uint16_t motion_scale; member