Searched refs:tile_do_block (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | clearvideo.c | 417 static int tile_do_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, in tile_do_block() function 442 ret = tile_do_block(avctx, dst, src, plane, x, y, mv.x, mv.y, size, tile->bias); in restore_tree() 454 … ret = tile_do_block(avctx, dst, src, plane, x + xoff, y + yoff, mv.x, mv.y, hsize, tile->bias); in restore_tree()
|