Home
last modified time | relevance | path

Searched refs:fRowStep (Results 1 – 15 of 15) sorted by relevance

/external/dng_sdk/source/
Ddng_pixel_buffer.cpp350 , fRowStep (1) in dng_pixel_buffer()
374 , fRowStep (0) in dng_pixel_buffer()
393 !SafeUint32ToInt32Mult (fArea.W(), fPlanes, &fRowStep)) in dng_pixel_buffer()
403 if (!ConvertUint32ToInt32 (fArea.W(), &fRowStep) || in dng_pixel_buffer()
427 !SafeUint32ToInt32Mult (planeStepUint32, fPlanes, &fRowStep)) in dng_pixel_buffer()
447 , fRowStep (buffer.fRowStep) in dng_pixel_buffer()
467 fRowStep = buffer.fRowStep; in operator =()
555 int32 dRowStep = fRowStep; in SetConstant()
728 int32 sRowStep = src.fRowStep; in CopyArea()
732 int32 dRowStep = fRowStep; in CopyArea()
[all …]
Ddng_simple_image.cpp111 int32 rowStep = fBuffer.fRowStep; in Rotate()
150 fBuffer.fRowStep = rowStep; in Rotate()
170 buffer.fRowStep = fBuffer.fRowStep; in AcquireTileBuffer()
Ddng_resample.h198 uint32 fRowStep; variable
230 return fRowStep; in RowStep()
252 const uint32 offset = fract.v * fRowStep + fract.h * fColStep; in Weights32()
272 const uint32 offset = fract.v * fRowStep + fract.h * fColStep; in Weights16()
Ddng_gain_map.h47 uint32 fRowStep; variable
99 rowIndex * fRowStep + in Entry()
114 rowIndex * fRowStep + in Entry()
Ddng_bad_pixels.cpp188 value = sPtr [-srcBuffer.fRowStep - 1]; in ProcessArea()
196 value = sPtr [-srcBuffer.fRowStep + 1]; in ProcessArea()
204 value = sPtr [srcBuffer.fRowStep - 1]; in ProcessArea()
212 value = sPtr [srcBuffer.fRowStep + 1]; in ProcessArea()
225 value = sPtr [-srcBuffer.fRowStep * 2]; in ProcessArea()
233 value = sPtr [srcBuffer.fRowStep * 2]; in ProcessArea()
1088 total += p [offset.v * buffer.fRowStep + in FixClusteredPixel()
1528 tBuffer.fRowStep = buffer.fColStep; in FixSingleRow()
1529 tBuffer.fColStep = buffer.fRowStep; in FixSingleRow()
1672 total += p [offset.v * buffer.fRowStep + in FixClusteredRect()
Ddng_pixel_buffer.h103 int32 fRowStep; variable
139 const int64 rowOffset = SafeInt64Mult(fRowStep,
216 return fRowStep; in RowStep()
Ddng_resample.cpp291 , fRowStep (0) in dng_resample_weights_2d()
328 !SafeUint32Mult (step, kResampleSubsampleCount2D, &fRowStep)) in Initialize()
747 srcBuffer.fRowStep, in ProcessArea()
801 srcBuffer.fRowStep, in ProcessArea()
Ddng_utils.cpp442 int32 step1 = buffer.fRowStep; in HistogramArea()
574 int32 sStep0 = srcBuffer.fRowStep; in Process()
578 int32 dStep0 = dstBuffer.fRowStep; in Process()
Ddng_read_image.cpp929 int32 rowStep = buffer.fRowStep * buffer.fPixelSize; in ReorderSubTileBlocks()
1600 AutoPtr<dng_memory_block> bufferData (host.Allocate (buffer.fRowStep)); in DecodeLossyJPEG()
2035 uint32 pixels = buffer.fRowStep * buffer.fArea.H (); in ByteSwapBuffer()
2290 buffer.fRowStep * buffer.fPixelSize; in ReadTile()
2396 buffer.fRowStep * buffer.fPixelSize; in ReadTile()
2407 buffer.fRowStep * buffer.fPixelSize; in ReadTile()
Ddng_image_writer.cpp3097 if (buffer.fRowStep < 0) in EncodePredictor()
3102 static_cast<uint32>(buffer.fRowStep), in EncodePredictor()
3147 uint32 pixels = buffer.fRowStep * buffer.fArea.H (); in ByteSwapBuffer()
3193 int32 rowStep = buffer.fRowStep * buffer.fPixelSize; in ReorderSubTileBlocks()
3730 uint32 count = buffer.fRowStep * in WriteData()
3758 stream.Put (buffer.fData, buffer.fRowStep * in WriteData()
3786 uint32 sBytes = buffer.fRowStep * in WriteData()
3883 temp.fRowStep, in WriteData()
4111 AutoPtr<dng_memory_block> bufferData (host.Allocate (buffer.fRowStep)); in EncodeJPEGPreview()
Ddng_gain_map.cpp263 , fRowStep (SafeUint32Mult(planes, points.h)) in dng_gain_map()
Ddng_mosaic_info.cpp1297 ssPtr += srcBuffer.fRowStep; in ProcessArea()
1864 srcBuffer.fRowStep, in InterpolateGeneric()
Ddng_negative.cpp1499 if (!SafeUint32Mult (kBufferRows, buffer.fRowStep, &bufferBytes) || in FindImageDigest()
1527 buffer.fRowStep * in FindImageDigest()
/external/skia/src/codec/
DSkRawCodec.cpp713 buffer.fRowStep = width * 3; in onGetPixels()
/external/skqp/src/codec/
DSkRawCodec.cpp713 buffer.fRowStep = width * 3; in onGetPixels()