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

/external/webp/src/utils/
H A Dbit_writer_utils.c83 static const uint8_t kNorm[128] = { // renorm_sizes[i] = 8 - log2(i) variable
117 const int shift = kNorm[bw->range_];
/external/dng_sdk/source/
H A Ddng_reference.cpp2440 const real32 kNorm = 1.0f / (1 << mBits); local
2458 real32 scale = m * kNorm;
2495 real32 scale = m * kNorm;
2540 real32 scale = m * kNorm;
2587 real32 scale = m * kNorm;
H A Ddng_lens_correction.cpp893 const real64 kNorm = kMaxValue / real64 (kSteps - 1);
901 const real64 tt = i * kNorm;

Completed in 198 milliseconds