Lines Matching refs:fWeightsH
500 dng_resample_weights fWeightsH; member in dng_resample_task
552 , fWeightsH () in dng_resample_task()
594 int32 offsetH = fWeightsH.Offset (); in SrcArea()
597 uint32 widthH = fWeightsH.Width (); in SrcArea()
655 fWeightsH.Initialize (fColScale, in Start()
662 fSrcTileSize.h = Round_int32 (tileSize.h / fColScale) + fWeightsH.Width () + 2; in Start()
707 uint32 widthH = fWeightsH.Width (); in ProcessArea()
710 int32 offsetH = fWeightsH.Offset (); in ProcessArea()
712 uint32 stepH = fWeightsH.Step (); in ProcessArea()
720 const real32 *weightsH = fWeightsH.Weights32 (0); in ProcessArea()
772 const int16 *weightsH = fWeightsH.Weights16 (0); in ProcessArea()