scale(useFloat16Accumulator:destination:)
Scales a floating-point 16-bit-per-channel, two-channel interleaved pixel buffer to fit the destination buffer.
Declaration
func scale(useFloat16Accumulator: Bool = false, destination: vImage.PixelBuffer<Format>)Parameters
- useFloat16Accumulator:
A Boolean value that specifies that the function uses faster, but lower-precision, internal arithmetic. For more information, see Kvimageusefp16accumulator.
- destination:
The destination pixel buffer.