FFmpeg
|
Data Fields | |
FlacSubframe | subframes [FLAC_MAX_CHANNELS] |
int | blocksize |
int | bs_code [2] |
uint8_t | crc8 |
int | ch_mode |
int | verbatim_only |
FlacSubframe FlacFrame::subframes[FLAC_MAX_CHANNELS] |
Definition at line 95 of file flacenc.c.
Referenced by channel_decorrelation(), encode_residual_ch(), init_frame(), remove_wasted_bits(), and write_subframes().
int FlacFrame::blocksize |
Definition at line 96 of file flacenc.c.
Referenced by channel_decorrelation(), encode_residual_ch(), find_subframe_rice_params(), flac_encode_frame(), init_frame(), remove_wasted_bits(), subframe_count_exact(), update_md5_sum(), and write_subframes().
int FlacFrame::bs_code[2] |
Definition at line 97 of file flacenc.c.
Referenced by count_frame_header(), init_frame(), and write_frame_header().
int FlacFrame::ch_mode |
Definition at line 99 of file flacenc.c.
Referenced by channel_decorrelation(), and write_frame_header().
int FlacFrame::verbatim_only |
Definition at line 100 of file flacenc.c.
Referenced by encode_residual_ch(), flac_encode_frame(), and init_frame().