Searched refs:YCbCr_to_RGB_kernel (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 1817 …void (*YCbCr_to_RGB_kernel)(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr… member 3599 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_row; in stbi__setup_jpeg() 3605 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_simd; in stbi__setup_jpeg() 3612 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_simd; in stbi__setup_jpeg() 3725 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image() 3738 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image() 3747 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1817 …void (*YCbCr_to_RGB_kernel)(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr… member 3599 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_row; in stbi__setup_jpeg() 3605 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_simd; in stbi__setup_jpeg() 3612 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_simd; in stbi__setup_jpeg() 3725 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image() 3738 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image() 3747 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image()
|