Home
last modified time | relevance | path

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

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