Searched defs:phaseH (Results 1 - 3 of 3) sorted by relevance

/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp1251 int32 phaseH; local
1264 phaseH = (repeatH - ((srcArea.l - dstArea.l) % repeatH)) % repeatH;
1268 phaseH = (dstArea.l - srcArea.l) % repeatH;
1271 return dng_point (phaseV, phaseH);
H A Ddng_bottlenecks.h286 uint32 phaseH);
300 uint32 phaseH);
314 uint32 phaseH);
1135 uint32 phaseH)
1149 phaseH);
1164 uint32 phaseH)
1178 phaseH);
1193 uint32 phaseH)
1207 phaseH);
1124 DoRepeatArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
1153 DoRepeatArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
1182 DoRepeatArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
H A Ddng_reference.cpp928 uint32 phaseH)
932 phaseH * colStep;
943 uint32 colPhase = phaseH;
1004 uint32 phaseH)
1008 phaseH * colStep;
1019 uint32 colPhase = phaseH;
1080 uint32 phaseH)
1084 phaseH * colStep;
1095 uint32 colPhase = phaseH;
917 RefRepeatArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
993 RefRepeatArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
1069 RefRepeatArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument

Completed in 442 milliseconds