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

  /src/sys/dev/stbi/
stb_image.c 4799 static void hdr_convert(float *output, stbi_uc *input, int req_comp) function in typeref:typename:void
4882 hdr_convert(hdr_data + j * width * req_comp + i * req_comp, rgbe, req_comp);
4901 hdr_convert(hdr_data, rgbe, req_comp);
4930 hdr_convert(hdr_data+(j*width + i)*req_comp, scanline + i*4, req_comp);

Completed in 16 milliseconds