OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 03 02:09:57 GMT 2025