Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_area_task.cpp119 uint32 repeatV = Min_uint32 (Min_uint32 (repeatingTile1.H (), in FindTileSize() local
131 tileSize.v = Min_int32 (repeatV, maxTileSize.v); in FindTileSize()
144 uint32 countV = (repeatV + tileSize.v - 1) / tileSize.v; in FindTileSize()
147 tileSize.v = (repeatV + countV - 1) / countV; in FindTileSize()
Ddng_image.cpp496 uint32 repeatV, in Get() argument
556 fBounds.t + (int32)repeatV, in Get()
573 fBounds.t + (int32)repeatV, in Get()
590 fBounds.t + (int32)repeatV, in Get()
639 dng_rect (fBounds.b - (int32)repeatV, in Get()
656 dng_rect (fBounds.b - (int32)repeatV, in Get()
673 dng_rect (fBounds.b - (int32)repeatV, in Get()
Ddng_pixel_buffer.cpp1247 int32 repeatV = srcArea.H (); in RepeatPhase() local
1255 phaseV = (repeatV - ((srcArea.t - dstArea.t) % repeatV)) % repeatV; in RepeatPhase()
1259 phaseV = (dstArea.t - srcArea.t) % repeatV; in RepeatPhase()
1374 uint32 repeatV, in RepeatSubArea() argument
1382 subArea.t + repeatV, fArea.r), in RepeatSubArea()
1391 RepeatArea (dng_rect (subArea.b - repeatV, fArea.l, in RepeatSubArea()
Ddng_bottlenecks.h283 uint32 repeatV,
297 uint32 repeatV,
311 uint32 repeatV,
1132 uint32 repeatV, in DoRepeatArea8() argument
1146 repeatV, in DoRepeatArea8()
1161 uint32 repeatV, in DoRepeatArea16() argument
1175 repeatV, in DoRepeatArea16()
1190 uint32 repeatV, in DoRepeatArea32() argument
1204 repeatV, in DoRepeatArea32()
Ddng_reference.h255 uint32 repeatV,
268 uint32 repeatV,
281 uint32 repeatV,
Ddng_reference.cpp925 uint32 repeatV, in RefRepeatArea8() argument
934 int32 backStepV = (repeatV - 1) * rowStep; in RefRepeatArea8()
975 if (++phaseV == repeatV) in RefRepeatArea8()
1001 uint32 repeatV, in RefRepeatArea16() argument
1010 int32 backStepV = (repeatV - 1) * rowStep; in RefRepeatArea16()
1051 if (++phaseV == repeatV) in RefRepeatArea16()
1077 uint32 repeatV, in RefRepeatArea32() argument
1086 int32 backStepV = (repeatV - 1) * rowStep; in RefRepeatArea32()
1127 if (++phaseV == repeatV) in RefRepeatArea32()
Ddng_image.h260 uint32 repeatV = 1,
Ddng_pixel_buffer.h664 uint32 repeatV = 1,