Searched refs:repeatH (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_area_task.cpp | 123 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()
|
D | dng_image.cpp | 497 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()
|
D | dng_bottlenecks.h | 284 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()
|
D | dng_pixel_buffer.cpp | 1248 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()
|
D | dng_reference.h | 256 uint32 repeatH, 269 uint32 repeatH, 282 uint32 repeatH,
|
D | dng_reference.cpp | 926 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()
|
D | dng_image.h | 261 uint32 repeatH = 1) const;
|
D | dng_pixel_buffer.h | 665 uint32 repeatH = 1);
|