| 
    FFmpeg
    
   | 
 
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] | 
| int FlacSubframe::type | 
Definition at line 74 of file flacenc.c.
Referenced by encode_residual_ch(), find_subframe_rice_params(), subframe_count_exact(), and write_subframes().
| int FlacSubframe::type_code | 
Definition at line 75 of file flacenc.c.
Referenced by encode_residual_ch(), and write_subframes().
| int FlacSubframe::obits | 
Definition at line 76 of file flacenc.c.
Referenced by channel_decorrelation(), find_subframe_rice_params(), init_frame(), remove_wasted_bits(), subframe_count_exact(), and write_subframes().
| 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 | 
Definition at line 81 of file flacenc.c.
Referenced by channel_decorrelation(), find_subframe_rice_params(), init_frame(), remove_wasted_bits(), subframe_count_exact(), and write_subframes().
| 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+1] | 
Definition at line 83 of file flacenc.c.
Referenced by encode_residual_ch(), find_subframe_rice_params(), subframe_count_exact(), and write_subframes().
 1.8.2