Searched refs:YCbCr_to_RGB_kernel (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1997 void (*YCbCr_to_RGB_kernel)(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int step); member 3822 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_row; in stbi__setup_jpeg() 3828 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_simd; in stbi__setup_jpeg() 3835 j->YCbCr_to_RGB_kernel = stbi__YCbCr_to_RGB_simd; in stbi__setup_jpeg() 3952 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image() 3965 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image() 3974 z->YCbCr_to_RGB_kernel(out, y, coutput[1], coutput[2], z->s->img_x, n); in load_jpeg_image()
|
Completed in 11 milliseconds