Searched refs:fWeights32 (Results 1 – 3 of 3) sorted by relevance
116 AutoPtr<dng_memory_block> fWeights32; variable152 DNG_ASSERT (fWeights32->Buffer (), "Weights32 is NULL"); in Weights32()161 return fWeights32->Buffer_real32 () + fract * fWeightStep; in Weights32()201 AutoPtr<dng_memory_block> fWeights32; variable241 DNG_ASSERT (fWeights32->Buffer (), "Weights32 is NULL"); in Weights32()254 return fWeights32->Buffer_real32 () + offset; in Weights32()
142 , fWeights32 () in dng_resample_weights()198 fWeights32.Reset (allocator.Allocate (bufferSize)); in Initialize()200 DoZeroBytes (fWeights32->Buffer (), in Initialize()201 fWeights32->LogicalSize ()); in Initialize()223 real32 *w32 = fWeights32->Buffer_real32 () + fWeightStep * sample; in Initialize()294 , fWeights32 () in dng_resample_weights_2d()350 fWeights32.Reset (allocator.Allocate (bufferSize)); in Initialize()352 DoZeroBytes (fWeights32->Buffer (), in Initialize()353 fWeights32->LogicalSize ()); in Initialize()
273 real32 *fWeights32 [kMaxPattern] member in dng_bilinear_pattern948 fWeights32 [patRow] [patCol] = kernel.fWeight32; in Calculate()978 fWeights32 [patRow] [patCol] = kernel.fWeight32; in Calculate()1094 fPattern [dstPlane].fWeights32 [patRow], in Interpolate()