Home | History | Annotate | Download | only in Renderer

Lines Matching defs:normalization

2483 						static const float normalization = 1.0f / 127.875f;
2484 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f);