Data Fields | |
int | type |
int | type_code |
int | obits |
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] |
Definition at line 65 of file flacenc.c.
int32_t FlacSubframe::coefs[MAX_LPC_ORDER] |
Definition at line 68 of file flacenc.c.
Referenced by channel_decorrelation(), find_subframe_rice_params(), init_frame(), subframe_count_exact(), and write_subframes().
Definition at line 72 of file flacenc.c.
Referenced by find_subframe_rice_params(), subframe_count_exact(), and write_subframes().
int32_t FlacSubframe::residual[FLAC_MAX_BLOCKSIZE+1] |
Definition at line 74 of file flacenc.c.
Referenced by encode_residual_ch(), find_subframe_rice_params(), subframe_count_exact(), and write_subframes().
int32_t FlacSubframe::samples[FLAC_MAX_BLOCKSIZE] |
Definition at line 73 of file flacenc.c.
Referenced by channel_decorrelation(), copy_samples(), and encode_residual_ch().
Definition at line 66 of file flacenc.c.
Referenced by encode_residual_ch(), find_subframe_rice_params(), subframe_count_exact(), and write_subframes().