Home
last modified time | relevance | path

Searched refs:kResampleSubsampleBits (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_resample.h66 const uint32 kResampleSubsampleBits = 7; variable
67 const uint32 kResampleSubsampleCount = 1 << kResampleSubsampleBits;
100 return Coords (index) [0] >> kResampleSubsampleBits; in Pixel()
Ddng_resample.cpp735 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea()
789 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea()
Ddng_reference.cpp1960 int32 sPixel = sCoord >> kResampleSubsampleBits; in RefResampleAcross16()
1999 int32 sPixel = sCoord >> kResampleSubsampleBits; in RefResampleAcross32()