Searched refs:kNorm (Results 1 – 3 of 3) sorted by relevance
83 static const uint8_t kNorm[128] = { // renorm_sizes[i] = 8 - log2(i) variable117 const int shift = kNorm[bw->range_]; in VP8PutBit()
2440 const real32 kNorm = 1.0f / (1 << mBits); in RefVignette32() local2458 real32 scale = m * kNorm; in RefVignette32()2495 real32 scale = m * kNorm; in RefVignette32()2540 real32 scale = m * kNorm; in RefVignette32()2587 real32 scale = m * kNorm; in RefVignette32()
893 const real64 kNorm = kMaxValue / real64 (kSteps - 1); in MaxSrcRadiusGap() local901 const real64 tt = i * kNorm; in MaxSrcRadiusGap()