VideoScaler.getCoeff

For a given pixel at out_offset, get the first required input pixel at in_offset and the n_taps filter coefficients.

Note that for interlaced content, in_offset needs to be incremented with 2 to get the next input line.

class VideoScaler
const(double)*
getCoeff
(,
out uint inOffset
,
out uint nTaps
)

Parameters

outOffset uint

an output offset

inOffset uint

result input offset

nTaps uint

result n_taps

Return Value

Type: const(double)*

an array of n_tap gdouble values with filter coefficients.