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

  /external/dng_sdk/source/
dng_resample.h 165 const int16 *Weights16 (uint32 fract) const
168 DNG_ASSERT (fWeights16->Buffer (), "Weights16 is NULL");
258 const int16 *Weights16 (dng_point fract) const
261 DNG_ASSERT (fWeights16->Buffer (), "Weights16 is NULL");
dng_resample.cpp 450 int16 *w16 = (int16 *) Weights16 (dng_point ((int32) y,
772 const int16 *weightsH = fWeightsH.Weights16 (0);
787 const int16 *weightsV = fWeightsV.Weights16 (rowFract);

Completed in 64 milliseconds