OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h2l_scale_i
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
797
static float h2l_gamma_i=1.0f/2.2f,
h2l_scale_i
=1.0f;
variable in typeref:typename:float
801
void stbi_hdr_to_ldr_scale(float scale) {
h2l_scale_i
= 1/scale; }
1064
float z = (float) pow(data[i*comp+k]*
h2l_scale_i
, h2l_gamma_i) * 255 + 0.5f;
stb_image.c
797
static float h2l_gamma_i=1.0f/2.2f,
h2l_scale_i
=1.0f;
variable in typeref:typename:float
801
void stbi_hdr_to_ldr_scale(float scale) {
h2l_scale_i
= 1/scale; }
1064
float z = (float) pow(data[i*comp+k]*
h2l_scale_i
, h2l_gamma_i) * 255 + 0.5f;
Completed in 29 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025