HomeSort by relevance Sort by last modified time
    Searched refs:fWeights16 (Results 1 - 3 of 3) sorted by null

  /external/dng_sdk/source/
dng_resample.h 117 AutoPtr<dng_memory_block> fWeights16;
168 DNG_ASSERT (fWeights16->Buffer (), "Weights16 is NULL");
177 return fWeights16->Buffer_int16 () + fract * fWeightStep;
202 AutoPtr<dng_memory_block> fWeights16;
261 DNG_ASSERT (fWeights16->Buffer (), "Weights16 is NULL");
274 return fWeights16->Buffer_int16 () + offset;
dng_resample.cpp 143 , fWeights16 ()
211 fWeights16.Reset (allocator.Allocate (bufferSize));
213 DoZeroBytes (fWeights16->Buffer (),
214 fWeights16->LogicalSize ());
261 int16 *w16 = fWeights16->Buffer_int16 () + fWeightStep * sample;
295 , fWeights16 ()
365 fWeights16.Reset (allocator.Allocate (bufferSize));
367 DoZeroBytes (fWeights16->Buffer (),
368 fWeights16->LogicalSize ());
dng_mosaic_info.cpp 270 uint16 *fWeights16 [kMaxPattern]
947 fWeights16 [patRow] [patCol] = kernel.fWeight16;
977 fWeights16 [patRow] [patCol] = kernel.fWeight16;
1079 fPattern [dstPlane].fWeights16 [patRow],
    [all...]

Completed in 326 milliseconds