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

  /src/sys/dev/stbi/
stb_image.c 1989 uint8 *coutput[4]; local in function:load_jpeg_image
2025 coutput[k] = r->resample(z->img_comp[k].linebuf,
2037 uint8 *y = coutput[0];
2040 stbi_YCbCr_installed(out, y, coutput[1], coutput[2], z->s.img_x, n);
2042 YCbCr_to_RGB_row(out, y, coutput[1], coutput[2], z->s.img_x, n);
2051 uint8 *y = coutput[0];
stb_image.c 1989 uint8 *coutput[4]; local in function:load_jpeg_image
2025 coutput[k] = r->resample(z->img_comp[k].linebuf,
2037 uint8 *y = coutput[0];
2040 stbi_YCbCr_installed(out, y, coutput[1], coutput[2], z->s.img_x, n);
2042 YCbCr_to_RGB_row(out, y, coutput[1], coutput[2], z->s.img_x, n);
2051 uint8 *y = coutput[0];

Completed in 31 milliseconds