Searched refs:copy_pixel (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 172 static void copy_pixel(uint8_t *dst, const uint8_t *src, int pixel_shift) in copy_pixel() function 377 copy_pixel(dst1, src1[src_idx], sh); in sao_filter_CTB() 387 copy_pixel(dst1 + pos, src1[src_idx] + pos, sh); in sao_filter_CTB() 404 copy_pixel(dst1, src1[src_idx], sh); in sao_filter_CTB() 414 copy_pixel(dst1 + pos, src1[src_idx] + pos, sh); in sao_filter_CTB()
|
Completed in 3 milliseconds