Searched defs:repeatH (Results 1 - 4 of 4) sorted by relevance

/external/dng_sdk/source/
H A Ddng_area_task.cpp123 uint32 repeatH = Min_uint32 (Min_uint32 (repeatingTile1.W (), local
132 tileSize.h = Min_int32 (repeatH, maxTileSize.h);
145 uint32 countH = (repeatH + tileSize.h - 1) / tileSize.h;
148 tileSize.h = (repeatH + countH - 1) / countH;
H A Ddng_pixel_buffer.cpp1248 int32 repeatH = srcArea.W (); local
1264 phaseH = (repeatH - ((srcArea.l - dstArea.l) % repeatH)) % repeatH;
1268 phaseH = (dstArea.l - srcArea.l) % repeatH;
1375 uint32 repeatH)
1402 fArea.b, subArea.l + repeatH),
1411 RepeatArea (dng_rect (fArea.t, subArea.r - repeatH,
1373 RepeatSubArea(const dng_rect subArea, uint32 repeatV, uint32 repeatH) argument
H A Ddng_bottlenecks.h284 uint32 repeatH,
298 uint32 repeatH,
312 uint32 repeatH,
1133 uint32 repeatH,
1147 repeatH,
1162 uint32 repeatH,
1176 repeatH,
1191 uint32 repeatH,
1205 repeatH,
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.cpp926 uint32 repeatH,
935 int32 backStepH = (repeatH - 1) * colStep;
961 if (++colPhase == repeatH)
1002 uint32 repeatH,
1011 int32 backStepH = (repeatH - 1) * colStep;
1037 if (++colPhase == repeatH)
1078 uint32 repeatH,
1087 int32 backStepH = (repeatH - 1) * colStep;
1113 if (++colPhase == repeatH)
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 176 milliseconds