FLAC__Subframe_LPC Struct Reference
[FLAC/format.h: format components]

#include <format.h>

List of all members.

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

Detailed Description

LPC subframe. (c.f. format specification)


Member Data Documentation

The residual coding method.

The FIR order.

Quantized FIR filter coefficient precision in bits.

The qlp coeff shift needed.

FLAC__int32 FLAC__Subframe_LPC::qlp_coeff[FLAC__MAX_LPC_ORDER]

FIR filter coefficients.

FLAC__int32 FLAC__Subframe_LPC::warmup[FLAC__MAX_LPC_ORDER]

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

const FLAC__int32* FLAC__Subframe_LPC::residual

The residual signal, length == (blocksize minus order) samples.


The documentation for this struct was generated from the following file: