Searched refs:kRNGSize (Results 1 – 2 of 2) sorted by relevance
1210 static const uint32 kRNGSize = 1 << kRNGBits; variable1212 static const uint32 kRNGMask = kRNGSize - 1;1214 static const uint32 kRNGSize2D = kRNGSize * kRNGSize;
4442 const uint16 *rPtr = &noise [(row & dng_dither::kRNGMask) * dng_dither::kRNGSize]; in Process()