#include <format.h>
Public Attributes | |
FLAC__EntropyCodingMethod | entropy_coding_method |
unsigned | order |
FLAC__int32 | warmup [FLAC__MAX_FIXED_ORDER] |
const FLAC__int32 * | residual |
|
The residual coding method. |
|
The polynomial order. |
|
Warmup samples to prime the predictor, length == order. |
|
The residual signal, length == (blocksize minus order) samples. |