Lines Matching refs:patSize
2706 const uint32 patSize = 6;
2708 info.fCFAPatternSize = dng_point (patSize, patSize);
2752 DNG_REQUIRE (phase >= 0 && phase < patSize * patSize,
2760 uint32 phaseRow = phase / patSize;
2762 uint32 phaseCol = phase - (phaseRow * patSize);
2764 for (uint32 dstRow = 0; dstRow < patSize; dstRow++)
2767 uint32 srcRow = (dstRow + phaseRow) % patSize;
2769 for (uint32 dstCol = 0; dstCol < patSize; dstCol++)
2772 uint32 srcCol = (dstCol + phaseCol) % patSize;