Home
last modified time | relevance | path

Searched refs:fWeightStep (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_resample.h114 uint32 fWeightStep; variable
146 return fWeightStep; in Step()
161 return fWeights32->Buffer_real32 () + fract * fWeightStep; in Weights32()
177 return fWeights16->Buffer_int16 () + fract * fWeightStep; in Weights16()
Ddng_resample.cpp140 , fWeightStep (0) in dng_resample_weights()
179 if (!RoundUpUint32ToMultiple (width, 8, &fWeightStep)) in Initialize()
190 if (!SafeUint32Mult (fWeightStep, kResampleSubsampleCount, &bufferSize) || in Initialize()
203 if (!SafeUint32Mult (fWeightStep, kResampleSubsampleCount, &bufferSize) || in Initialize()
223 real32 *w32 = fWeights32->Buffer_real32 () + fWeightStep * sample; in Initialize()
261 int16 *w16 = fWeights16->Buffer_int16 () + fWeightStep * sample; in Initialize()