FlacSubframe Struct Reference
Collaboration diagram for FlacSubframe:
Collaboration graph

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 libavcodec/flacenc.c.

Field Documentation

int32_t FlacSubframe::coefs[MAX_LPC_ORDER]

Definition at line 79 of file libavcodec/flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

int FlacSubframe::order

Definition at line 78 of file libavcodec/flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

int32_t FlacSubframe::samples[FLAC_MAX_BLOCKSIZE]
int FlacSubframe::shift

Definition at line 80 of file libavcodec/flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

int FlacSubframe::type_code

Definition at line 75 of file libavcodec/flacenc.c.

Referenced by encode_residual_ch(), and write_subframes().

int FlacSubframe::wasted

Definition at line 77 of file libavcodec/flacenc.c.

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


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