Searched refs:min_mv (Results 1 – 3 of 3) sorted by relevance
33 dst->x = av_clip(src->x, td->min_mv.x, td->max_mv.x); in clamp_mv()34 dst->y = av_clip(src->y, td->min_mv.y, td->max_mv.y); in clamp_mv()
225 struct { int x, y; } min_mv, max_mv; member
1278 td->min_mv.x = -(128 + col * 64); in ff_vp9_decode_block()1279 td->min_mv.y = -(128 + row * 64); in ff_vp9_decode_block()