Searched refs:max_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()
224 struct { int x, y; } min_mv, max_mv; member
1282 td->max_mv.x = 128 + (s->cols - col - w4) * 64; in ff_vp9_decode_block()1283 td->max_mv.y = 128 + (s->rows - row - h4) * 64; in ff_vp9_decode_block()