RetroArch
Public Attributes | List of all members
FLAC__Subframe_LPC Struct Reference

#include <format.h>

Collaboration diagram for FLAC__Subframe_LPC:
[legend]

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__int32residual
 

Detailed Description

LPC subframe. (c.f. format specification)

Member Data Documentation

◆ entropy_coding_method

FLAC__EntropyCodingMethod FLAC__Subframe_LPC::entropy_coding_method

The residual coding method.

◆ order

unsigned FLAC__Subframe_LPC::order

The FIR order.

◆ qlp_coeff

FLAC__int32 FLAC__Subframe_LPC::qlp_coeff[FLAC__MAX_LPC_ORDER]

FIR filter coefficients.

◆ qlp_coeff_precision

unsigned FLAC__Subframe_LPC::qlp_coeff_precision

Quantized FIR filter coefficient precision in bits.

◆ quantization_level

int FLAC__Subframe_LPC::quantization_level

The qlp coeff shift needed.

◆ residual

const FLAC__int32* FLAC__Subframe_LPC::residual

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

◆ warmup

FLAC__int32 FLAC__Subframe_LPC::warmup[FLAC__MAX_LPC_ORDER]

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


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