#include <format.h>
Public Attributes | |
FLAC__EntropyCodingMethod | entropy_coding_method |
unsigned | order |
unsigned | qlp_coeff_precision |
int | quantization_level |
FLAC__int32 | qlp_coeff [FLAC__MAX_LPC_ORDER] |
FLAC__int32 | warmup [FLAC__MAX_LPC_ORDER] |
const FLAC__int32 * | residual |
|
The residual coding method. |
|
The FIR order. |
|
Quantized FIR filter coefficient precision in bits. |
|
The qlp coeff shift needed. |
|
FIR filter coefficients. |
|
Warmup samples to prime the predictor, length == order. |
|
The residual signal, length == (blocksize minus order) samples. |