Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_resample.cpp499 dng_resample_weights fWeightsV; member in dng_resample_task
551 , fWeightsV () in dng_resample_task()
593 int32 offsetV = fWeightsV.Offset (); in SrcArea()
596 uint32 widthV = fWeightsV.Width (); in SrcArea()
651 fWeightsV.Initialize (fRowScale, in Start()
661 fSrcTileSize.v = Round_int32 (tileSize.v / fRowScale) + fWeightsV.Width () + 2; in Start()
706 uint32 widthV = fWeightsV.Width (); in ProcessArea()
709 int32 offsetV = fWeightsV.Offset (); in ProcessArea()
733 const real32 *weightsV = fWeightsV.Weights32 (rowFract); in ProcessArea()
787 const int16 *weightsV = fWeightsV.Weights16 (rowFract); in ProcessArea()