HomeSort by: relevance | last modified time | path
    Searched defs:stbi_YCbCr_installed (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 1931 static stbi_YCbCr_to_RGB_run stbi_YCbCr_installed = YCbCr_to_RGB_row;
1935 stbi_YCbCr_installed = func;
2040 stbi_YCbCr_installed(out, y, coutput[1], coutput[2], z->s.img_x, n);
stb_image.c 1931 static stbi_YCbCr_to_RGB_run stbi_YCbCr_installed = YCbCr_to_RGB_row;
1935 stbi_YCbCr_installed = func;
2040 stbi_YCbCr_installed(out, y, coutput[1], coutput[2], z->s.img_x, n);

Completed in 35 milliseconds