Searched refs:fWeights16 (Results 1 - 3 of 3) sorted by relevance

/external/dng_sdk/source/
H A Ddng_resample.h117 AutoPtr<dng_memory_block> fWeights16; member in class:dng_resample_weights
168 DNG_ASSERT (fWeights16->Buffer (), "Weights16 is NULL");
177 return fWeights16->Buffer_int16 () + fract * fWeightStep;
202 AutoPtr<dng_memory_block> fWeights16; member in class:dng_resample_weights_2d
261 DNG_ASSERT (fWeights16->Buffer (), "Weights16 is NULL");
274 return fWeights16->Buffer_int16 () + offset;
H A Ddng_resample.cpp143 , 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 ());
H A Ddng_mosaic_info.cpp270 uint16 *fWeights16 [kMaxPattern]
947 fWeights16 [patRow] [patCol] = kernel.fWeight16;
977 fWeights16 [patRow] [patCol] = kernel.fWeight16;
1079 fPattern [dstPlane].fWeights16 [patRow],

Completed in 1028 milliseconds