Home | History | Annotate | Download | only in source

Lines Matching refs:fWeights

966 		dng_resample_weights_2d fWeights;
1013 , fWeights ()
1108 fWeights.Initialize (kernel,
1203 const int32 pad = ConvertUint32ToInt32(fWeights.Radius());
1266 srcTileSize.h += ConvertUint32ToInt32(fWeights.Width());
1267 srcTileSize.v += ConvertUint32ToInt32(fWeights.Width());
1300 const int32 wCount = fWeights.Width ();
1302 const dng_point srcOffset (fWeights.Offset (),
1303 fWeights.Offset ());
1394 const real32 *w = fWeights.Weights32 (sFct);