Searched refs:fRowStep (Results 1 – 15 of 15) sorted by relevance
/external/dng_sdk/source/ |
D | dng_pixel_buffer.cpp | 350 , 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 …]
|
D | dng_simple_image.cpp | 111 int32 rowStep = fBuffer.fRowStep; in Rotate() 150 fBuffer.fRowStep = rowStep; in Rotate() 170 buffer.fRowStep = fBuffer.fRowStep; in AcquireTileBuffer()
|
D | dng_resample.h | 198 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()
|
D | dng_gain_map.h | 47 uint32 fRowStep; variable 99 rowIndex * fRowStep + in Entry() 114 rowIndex * fRowStep + in Entry()
|
D | dng_bad_pixels.cpp | 188 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()
|
D | dng_pixel_buffer.h | 103 int32 fRowStep; variable 139 const int64 rowOffset = SafeInt64Mult(fRowStep, 216 return fRowStep; in RowStep()
|
D | dng_utils.cpp | 442 int32 step1 = buffer.fRowStep; in HistogramArea() 574 int32 sStep0 = srcBuffer.fRowStep; in Process() 578 int32 dStep0 = dstBuffer.fRowStep; in Process()
|
D | dng_resample.cpp | 291 , fRowStep (0) in dng_resample_weights_2d() 328 !SafeUint32Mult (step, kResampleSubsampleCount2D, &fRowStep)) in Initialize() 747 srcBuffer.fRowStep, in ProcessArea() 801 srcBuffer.fRowStep, in ProcessArea()
|
D | dng_read_image.cpp | 929 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()
|
D | dng_image_writer.cpp | 3097 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()
|
D | dng_gain_map.cpp | 263 , fRowStep (SafeUint32Mult(planes, points.h)) in dng_gain_map()
|
D | dng_mosaic_info.cpp | 1297 ssPtr += srcBuffer.fRowStep; in ProcessArea() 1864 srcBuffer.fRowStep, in InterpolateGeneric()
|
D | dng_negative.cpp | 1499 if (!SafeUint32Mult (kBufferRows, buffer.fRowStep, &bufferBytes) || in FindImageDigest() 1527 buffer.fRowStep * in FindImageDigest()
|
/external/skia/src/codec/ |
D | SkRawCodec.cpp | 713 buffer.fRowStep = width * 3; in onGetPixels()
|
/external/skqp/src/codec/ |
D | SkRawCodec.cpp | 713 buffer.fRowStep = width * 3; in onGetPixels()
|