Home
last modified time | relevance | path

Searched refs:repeatH (Results 1 – 8 of 8) sorted by relevance

/external/dng_sdk/source/
Ddng_area_task.cpp123 uint32 repeatH = Min_uint32 (Min_uint32 (repeatingTile1.W (), in FindTileSize() local
132 tileSize.h = Min_int32 (repeatH, maxTileSize.h); in FindTileSize()
145 uint32 countH = (repeatH + tileSize.h - 1) / tileSize.h; in FindTileSize()
148 tileSize.h = (repeatH + countH - 1) / countH; in FindTileSize()
Ddng_image.cpp497 uint32 repeatH) const in Get()
557 fBounds.l + (int32)repeatH), in Get()
589 fBounds.r - (int32)repeatH, in Get()
608 fBounds.l + (int32)repeatH), in Get()
623 fBounds.r - (int32)repeatH, in Get()
642 fBounds.l + (int32)repeatH), in Get()
674 fBounds.r - (int32)repeatH, in Get()
Ddng_bottlenecks.h284 uint32 repeatH,
298 uint32 repeatH,
312 uint32 repeatH,
1133 uint32 repeatH, in DoRepeatArea8() argument
1147 repeatH, in DoRepeatArea8()
1162 uint32 repeatH, in DoRepeatArea16() argument
1176 repeatH, in DoRepeatArea16()
1191 uint32 repeatH, in DoRepeatArea32() argument
1205 repeatH, in DoRepeatArea32()
Ddng_pixel_buffer.cpp1248 int32 repeatH = srcArea.W (); in RepeatPhase() local
1264 phaseH = (repeatH - ((srcArea.l - dstArea.l) % repeatH)) % repeatH; in RepeatPhase()
1268 phaseH = (dstArea.l - srcArea.l) % repeatH; in RepeatPhase()
1375 uint32 repeatH) in RepeatSubArea() argument
1402 fArea.b, subArea.l + repeatH), in RepeatSubArea()
1411 RepeatArea (dng_rect (fArea.t, subArea.r - repeatH, in RepeatSubArea()
Ddng_reference.h256 uint32 repeatH,
269 uint32 repeatH,
282 uint32 repeatH,
Ddng_reference.cpp926 uint32 repeatH, in RefRepeatArea8() argument
935 int32 backStepH = (repeatH - 1) * colStep; in RefRepeatArea8()
961 if (++colPhase == repeatH) in RefRepeatArea8()
1002 uint32 repeatH, in RefRepeatArea16() argument
1011 int32 backStepH = (repeatH - 1) * colStep; in RefRepeatArea16()
1037 if (++colPhase == repeatH) in RefRepeatArea16()
1078 uint32 repeatH, in RefRepeatArea32() argument
1087 int32 backStepH = (repeatH - 1) * colStep; in RefRepeatArea32()
1113 if (++colPhase == repeatH) in RefRepeatArea32()
Ddng_image.h261 uint32 repeatH = 1) const;
Ddng_pixel_buffer.h665 uint32 repeatH = 1);