Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dclearvideo.c433 TileInfo *tile, MV root_mv) in restore_tree() argument
438 mv.x = root_mv.x + tile->mv.x; in restore_tree()
439 mv.y = root_mv.y + tile->mv.y; in restore_tree()
451 … ret = restore_tree(avctx, dst, src, plane, x + xoff, y + yoff, hsize, tile->child[i], root_mv); in restore_tree()