Searched refs:copyadd_block (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | clearvideo.c | 260 static int copyadd_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, in copyadd_block() function 425 ret = copyadd_block(avctx, dst, src, plane, x, y, dx, dy, size, bias); in tile_do_block()
|