Searched refs:kRNGMask (Results 1 – 2 of 2) sorted by relevance
1212 static const uint32 kRNGMask = kRNGSize - 1; variable
4442 const uint16 *rPtr = &noise [(row & dng_dither::kRNGMask) * dng_dither::kRNGSize]; in Process()4449 uint32 r = rPtr [col & dng_dither::kRNGMask]; in Process()