FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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+11]
 

Detailed Description

Definition at line 73 of file flacenc.c.

Field Documentation

int FlacSubframe::type
int FlacSubframe::type_code

Definition at line 75 of file flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

int FlacSubframe::obits
int FlacSubframe::wasted

Definition at line 77 of file flacenc.c.

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

int FlacSubframe::order

Definition at line 78 of file flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

int32_t FlacSubframe::coefs[MAX_LPC_ORDER]

Definition at line 79 of file flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

int FlacSubframe::shift

Definition at line 80 of file flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

RiceContext FlacSubframe::rc
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().

int32_t FlacSubframe::residual[FLAC_MAX_BLOCKSIZE+11]

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