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

  /src/sys/dev/stbi/
stb_image.c 798 static float l2h_gamma=2.2f, l2h_scale=1.0f; variable in typeref:typename:float
803 void stbi_ldr_to_hdr_gamma(float gamma) { l2h_gamma = gamma; }
1046 output[i*comp + k] = (float) pow(data[i*comp+k]/255.0f, l2h_gamma) * l2h_scale;
stb_image.c 798 static float l2h_gamma=2.2f, l2h_scale=1.0f; variable in typeref:typename:float
803 void stbi_ldr_to_hdr_gamma(float gamma) { l2h_gamma = gamma; }
1046 output[i*comp + k] = (float) pow(data[i*comp+k]/255.0f, l2h_gamma) * l2h_scale;

Completed in 226 milliseconds