HomeSort by relevance Sort by last modified time
    Searched refs:phaseV (Results 1 - 5 of 5) sorted by null

  /external/dng_sdk/source/
dng_bottlenecks.h 285 uint32 phaseV,
299 uint32 phaseV,
313 uint32 phaseV,
1134 uint32 phaseV,
1148 phaseV,
1163 uint32 phaseV,
1177 phaseV,
1192 uint32 phaseV,
1206 phaseV,
    [all...]
dng_reference.h 257 uint32 phaseV,
270 uint32 phaseV,
283 uint32 phaseV,
dng_reference.cpp 927 uint32 phaseV,
931 const uint8 *sPtr0 = sPtr + phaseV * rowStep +
975 if (++phaseV == repeatV)
977 phaseV = 0;
1003 uint32 phaseV,
1007 const uint16 *sPtr0 = sPtr + phaseV * rowStep +
1051 if (++phaseV == repeatV)
1053 phaseV = 0;
1079 uint32 phaseV,
1083 const uint32 *sPtr0 = sPtr + phaseV * rowStep
    [all...]
dng_pixel_buffer.cpp 1250 int32 phaseV;
1255 phaseV = (repeatV - ((srcArea.t - dstArea.t) % repeatV)) % repeatV;
1259 phaseV = (dstArea.t - srcArea.t) % repeatV;
1271 return dng_point (phaseV, phaseH);
    [all...]
dng_mosaic_info.cpp 1550 for (int32 phaseV = 0; phaseV <= fCFAPatternSize.v - test.v; phaseV++)
1573 uint8 srcKey = fCFAPattern [srcRow + phaseV]
    [all...]

Completed in 334 milliseconds