Libav
Data Fields
FlacSubframe Struct Reference

Data Fields

int type
 
int type_code
 
int obits
 
int wasted
 
int order
 
int32_t coefs [MAX_LPC_ORDER]
 
int shift
 
RiceContext rc
 
int32_t samples [FLAC_MAX_BLOCKSIZE]
 
int32_t residual [FLAC_MAX_BLOCKSIZE+1]
 

Detailed Description

Definition at line 73 of file flacenc.c.

Field Documentation

◆ type

int FlacSubframe::type

◆ type_code

int FlacSubframe::type_code

Definition at line 75 of file flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

◆ obits

int FlacSubframe::obits

◆ wasted

int FlacSubframe::wasted

Definition at line 77 of file flacenc.c.

Referenced by init_frame(), remove_wasted_bits(), and write_subframes().

◆ order

int FlacSubframe::order

Definition at line 78 of file flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

◆ coefs

int32_t FlacSubframe::coefs[MAX_LPC_ORDER]

Definition at line 79 of file flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

◆ shift

int FlacSubframe::shift

Definition at line 80 of file flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

◆ rc

RiceContext FlacSubframe::rc

◆ samples

int32_t FlacSubframe::samples[FLAC_MAX_BLOCKSIZE]

Definition at line 82 of file flacenc.c.

Referenced by channel_decorrelation(), encode_residual_ch(), and remove_wasted_bits().

◆ residual

int32_t FlacSubframe::residual[FLAC_MAX_BLOCKSIZE+1]

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