Home
last modified time | relevance | path

Searched refs:kRNGMask (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_utils.h1212 static const uint32 kRNGMask = kRNGSize - 1; variable
Ddng_negative.cpp4442 const uint16 *rPtr = &noise [(row & dng_dither::kRNGMask) * dng_dither::kRNGSize]; in Process()
4449 uint32 r = rPtr [col & dng_dither::kRNGMask]; in Process()