Lines Matching refs:dstPlane
332 uint32 dstPlane,
341 uint32 dstPlane, in Calculate() argument
377 uint8 planeColor = info.fCFAPlaneColor [dstPlane]; in Calculate()
1015 for (uint32 dstPlane = 0; dstPlane < info.fColorPlanes; dstPlane++) in dng_bilinear_interpolator() local
1018 fPattern [dstPlane] . Calculate (info, in dng_bilinear_interpolator()
1019 dstPlane, in dng_bilinear_interpolator()
1056 for (uint32 dstPlane = 0; in Interpolate() local
1057 dstPlane < dstBuffer.fPlanes; in Interpolate()
1058 dstPlane++) in Interpolate()
1067 dstPlane); in Interpolate()
1077 fPattern [dstPlane].fCounts [patRow], in Interpolate()
1078 fPattern [dstPlane].fOffsets [patRow], in Interpolate()
1079 fPattern [dstPlane].fWeights16 [patRow], in Interpolate()
1092 fPattern [dstPlane].fCounts [patRow], in Interpolate()
1093 fPattern [dstPlane].fOffsets [patRow], in Interpolate()
1094 fPattern [dstPlane].fWeights32 [patRow], in Interpolate()