Home
last modified time | relevance | path

Searched refs:dstArea (Results 1 – 18 of 18) sorted by relevance

/external/dng_sdk/source/
Ddng_image.cpp270 const dng_rect &dstArea) const in GetRepeat()
280 dstArea); in GetRepeat()
296 dstArea); in GetRepeat()
300 dng_rect newArea = srcArea + (dstArea.TL () - in GetRepeat()
313 splitH) & dstArea); in GetRepeat()
321 dstArea.TL () + in GetRepeat()
337 newArea.r) & dstArea); in GetRepeat()
345 dstArea.TL () + in GetRepeat()
361 splitH) & dstArea); in GetRepeat()
369 dstArea.TL () + in GetRepeat()
[all …]
Ddng_resample.cpp514 virtual dng_rect SrcArea (const dng_rect &dstArea);
590 dng_rect dng_resample_task::SrcArea (const dng_rect &dstArea) in SrcArea() argument
601 srcArea.t = SafeInt32Add (fRowCoords.Pixel (dstArea.t), offsetV); in SrcArea()
602 srcArea.l = SafeInt32Add (fColCoords.Pixel (dstArea.l), offsetH); in SrcArea()
605 fRowCoords.Pixel (SafeInt32Sub (dstArea.b, 1)), in SrcArea()
609 fColCoords.Pixel (SafeInt32Sub (dstArea.r, 1)), in SrcArea()
701 dng_rect dstArea = dstBuffer.fArea; in ProcessArea() local
704 uint32 dstCols = dstArea.W (); in ProcessArea()
715 const int32 *colCoords = fColCoords.Coords (dstArea.l); in ProcessArea()
726 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea()
[all …]
Ddng_lens_correction.cpp986 virtual dng_rect SrcArea (const dng_rect &dstArea);
1115 dng_rect dng_filter_warp::SrcArea (const dng_rect &dstArea) in SrcArea() argument
1131 for (int32 c = dstArea.l; c < dstArea.r; c++) in SrcArea()
1138 const dng_point_real64 dst (dstArea.t, c); in SrcArea()
1152 const dng_point_real64 dst (dstArea.b - 1, c); in SrcArea()
1166 for (int32 r = dstArea.t; r < dstArea.b; r++) in SrcArea()
1173 const dng_point_real64 dst (r, dstArea.l); in SrcArea()
1187 const dng_point_real64 dst (r, dstArea.r - 1); in SrcArea()
1310 const dng_rect dstArea = dstBuffer.fArea; in ProcessArea() local
1332 real32 *dPtr = dstBuffer.DirtyPixel_real32 (dstArea.t, in ProcessArea()
[all …]
Ddng_misc_opcodes.h188 const dng_rect &dstArea,
248 const dng_rect &dstArea,
289 const dng_rect &dstArea,
330 const dng_rect &dstArea,
369 const dng_rect &dstArea,
408 const dng_rect &dstArea,
Ddng_bad_pixels.h61 virtual dng_rect SrcArea (const dng_rect &dstArea,
76 const dng_rect &dstArea,
265 virtual dng_rect SrcArea (const dng_rect &dstArea,
280 const dng_rect &dstArea,
Ddng_opcodes.h310 virtual dng_rect SrcArea (const dng_rect &dstArea, in SrcArea() argument
313 return dstArea; in SrcArea()
392 const dng_rect &dstArea,
494 const dng_rect &dstArea,
Ddng_mosaic_info.cpp1126 virtual dng_rect SrcArea (const dng_rect &dstArea);
1202 dng_rect dng_fast_interpolator::SrcArea (const dng_rect &dstArea) in SrcArea() argument
1205 return dng_rect (dstArea.t * fDownScale.v, in SrcArea()
1206 dstArea.l * fDownScale.h, in SrcArea()
1207 dstArea.b * fDownScale.v, in SrcArea()
1208 dstArea.r * fDownScale.h); in SrcArea()
1220 dng_rect dstArea = dstBuffer.fArea; in ProcessArea() local
1249 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea()
1257 dstArea.l, in ProcessArea()
1263 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea()
[all …]
Ddng_render.cpp749 virtual dng_rect SrcArea (const dng_rect &dstArea);
807 dng_rect dng_render_task::SrcArea (const dng_rect &dstArea) in SrcArea() argument
810 return dstArea + fSrcOffset; in SrcArea()
995 dng_rect dstArea = dstBuffer.fArea; in ProcessArea() local
1138 int32 dstRow = srcRow + (dstArea.t - srcArea.t); in ProcessArea()
1144 dstArea.l, in ProcessArea()
1165 dstArea.l, in ProcessArea()
Ddng_pixel_buffer.cpp1244 const dng_rect &dstArea) in RepeatPhase() argument
1253 if (srcArea.t >= dstArea.t) in RepeatPhase()
1255 phaseV = (repeatV - ((srcArea.t - dstArea.t) % repeatV)) % repeatV; in RepeatPhase()
1259 phaseV = (dstArea.t - srcArea.t) % repeatV; in RepeatPhase()
1262 if (srcArea.l >= dstArea.l) in RepeatPhase()
1264 phaseH = (repeatH - ((srcArea.l - dstArea.l) % repeatH)) % repeatH; in RepeatPhase()
1268 phaseH = (dstArea.l - srcArea.l) % repeatH; in RepeatPhase()
1278 const dng_rect &dstArea) in RepeatArea() argument
1284 dstArea); in RepeatArea()
1290 void *dPtr = DirtyPixel (dstArea.t, in RepeatArea()
[all …]
Ddng_bad_pixels.cpp104 dng_rect dng_opcode_FixBadPixelsConstant::SrcArea (const dng_rect &dstArea, in SrcArea() argument
108 dng_rect srcArea = dstArea; in SrcArea()
157 const dng_rect &dstArea, in ProcessArea() argument
162 dstArea, in ProcessArea()
168 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea()
171 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (dstRow, dstArea.l, 0); in ProcessArea()
172 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow, dstArea.l, 0); in ProcessArea()
174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea()
738 dng_rect dng_opcode_FixBadPixelsList::SrcArea (const dng_rect &dstArea, in SrcArea() argument
754 dng_rect srcArea = dstArea; in SrcArea()
[all …]
Ddng_filter_task.h80 virtual dng_rect SrcArea (const dng_rect &dstArea) in SrcArea() argument
82 return dstArea; in SrcArea()
Ddng_misc_opcodes.cpp402 const dng_rect &dstArea, in ProcessArea() argument
406 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
621 const dng_rect &dstArea, in ProcessArea() argument
625 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
983 const dng_rect &dstArea, in ProcessArea() argument
987 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
1189 const dng_rect &dstArea, in ProcessArea() argument
1193 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
1369 const dng_rect &dstArea, in ProcessArea() argument
1373 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
[all …]
Ddng_image.h405 const dng_rect &dstArea) const;
422 const dng_rect &dstArea) const;
Ddng_opcodes.cpp276 virtual dng_rect SrcArea (const dng_rect &dstArea) in SrcArea() argument
279 return fOpcode.SrcArea (dstArea, in SrcArea()
Ddng_gain_map.h202 const dng_rect &dstArea,
Ddng_pixel_buffer.h651 const dng_rect &dstArea);
659 const dng_rect &dstArea);
Ddng_gain_map.cpp546 const dng_rect &dstArea, in ProcessArea() argument
550 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
Ddng_lens_correction.h626 const dng_rect &dstArea,