Searched refs:fWeights16 (Results 1 – 3 of 3) sorted by relevance
117 AutoPtr<dng_memory_block> fWeights16; variable168 DNG_ASSERT (fWeights16->Buffer (), "Weights16 is NULL"); in Weights16()177 return fWeights16->Buffer_int16 () + fract * fWeightStep; in Weights16()202 AutoPtr<dng_memory_block> fWeights16; variable261 DNG_ASSERT (fWeights16->Buffer (), "Weights16 is NULL"); in Weights16()274 return fWeights16->Buffer_int16 () + offset; in Weights16()
143 , fWeights16 () in dng_resample_weights()211 fWeights16.Reset (allocator.Allocate (bufferSize)); in Initialize()213 DoZeroBytes (fWeights16->Buffer (), in Initialize()214 fWeights16->LogicalSize ()); in Initialize()261 int16 *w16 = fWeights16->Buffer_int16 () + fWeightStep * sample; in Initialize()295 , fWeights16 () in dng_resample_weights_2d()365 fWeights16.Reset (allocator.Allocate (bufferSize)); in Initialize()367 DoZeroBytes (fWeights16->Buffer (), in Initialize()368 fWeights16->LogicalSize ()); in Initialize()
270 uint16 *fWeights16 [kMaxPattern] member in dng_bilinear_pattern947 fWeights16 [patRow] [patCol] = kernel.fWeight16; in Calculate()977 fWeights16 [patRow] [patCol] = kernel.fWeight16; in Calculate()1079 fPattern [dstPlane].fWeights16 [patRow], in Interpolate()