Data Fields | |
FlacSubframe | subframes [FLAC_MAX_CHANNELS] |
int | blocksize |
int | bs_code [2] |
uint8_t | crc8 |
int | ch_mode |
int | verbatim_only |
Definition at line 77 of file flacenc.c.
Definition at line 79 of file flacenc.c.
Referenced by channel_decorrelation(), copy_samples(), encode_residual_ch(), find_subframe_rice_params(), flac_encode_frame(), init_frame(), subframe_count_exact(), update_md5_sum(), and write_subframes().
Definition at line 80 of file flacenc.c.
Referenced by count_frame_header(), init_frame(), and write_frame_header().
Definition at line 82 of file flacenc.c.
Referenced by channel_decorrelation(), and write_frame_header().
FlacSubframe FlacFrame::subframes[FLAC_MAX_CHANNELS] |
Definition at line 78 of file flacenc.c.
Referenced by channel_decorrelation(), copy_samples(), encode_residual_ch(), init_frame(), and write_subframes().
Definition at line 83 of file flacenc.c.
Referenced by encode_residual_ch(), flac_encode_frame(), and init_frame().