Searched refs:stbi__l2h_scale (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h1190 static float stbi__l2h_gamma=2.2f, stbi__l2h_scale=1.0f; variable
1194 STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = scale; }
1396 output[i*comp + k] = (float) (pow(data[i*comp+k]/255.0f, stbi__l2h_gamma) * stbi__l2h_scale);

Completed in 39 milliseconds