Searched refs:motion_scale (Results 1 – 3 of 3) sorted by relevance
34 int motion_x, int motion_y, int motion_scale, in add_mb() argument41 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()
107 avmv->motion_scale = 8; in predict_slice_buffered()
54 uint16_t motion_scale; member