HomeSort by relevance Sort by last modified time
    Searched refs:fWeightStep (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_resample.h 114 uint32 fWeightStep;
146 return fWeightStep;
161 return fWeights32->Buffer_real32 () + fract * fWeightStep;
177 return fWeights16->Buffer_int16 () + fract * fWeightStep;
dng_resample.cpp 140 , fWeightStep (0)
179 if (!RoundUpUint32ToMultiple (width, 8, &fWeightStep))
182 ThrowMemoryFull ("Arithmetic overflow computing fWeightStep");
190 if (!SafeUint32Mult (fWeightStep, kResampleSubsampleCount, &bufferSize) ||
203 if (!SafeUint32Mult (fWeightStep, kResampleSubsampleCount, &bufferSize) ||
223 real32 *w32 = fWeights32->Buffer_real32 () + fWeightStep * sample;
261 int16 *w16 = fWeights16->Buffer_int16 () + fWeightStep * sample;

Completed in 3546 milliseconds