Lines Matching refs:fPattern
995 dng_bilinear_pattern fPattern [kMaxColorPlanes]; member in dng_bilinear_interpolator
1018 fPattern [dstPlane] . Calculate (info, in dng_bilinear_interpolator()
1033 uint32 patCols = fPattern [0] . fPatCols; in Interpolate()
1034 uint32 patRows = fPattern [0] . fPatRows; in Interpolate()
1036 dng_point scale = fPattern [0] . fScale; 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()