FLAC__Subframe_LPC

LPC subframe. (c.f. <A HREF="../format.html#subframe_lpc">format specification</A>)

Members

Variables

entropy_coding_method
FLAC__EntropyCodingMethod entropy_coding_method;
Undocumented in source.
order
uint order;

< The residual coding method.

qlp_coeff
FLAC__int32[FLAC__MAX_LPC_ORDER] qlp_coeff;

< The qlp coeff shift needed.

qlp_coeff_precision
uint qlp_coeff_precision;

< The FIR order.

quantization_level
int quantization_level;

< Quantized FIR filter coefficient precision in bits.

residual
FLAC__int32* residual;

< Warmup samples to prime the predictor, length == order.

warmup
FLAC__int32[FLAC__MAX_LPC_ORDER] warmup;

< FIR filter coefficients.

Meta