Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c141 static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height, in copy_CTB() function
327 copy_CTB(dst, src, width << s->ps.sps->pixel_shift, height, stride_dst, stride_src); in sao_filter_CTB()
429 copy_CTB(dst - (left_pixels << sh), in sao_filter_CTB()