Data Fields | |
int | type |
int | begin |
int | end |
int | partition_size |
int | classifications |
int | classbook |
int8_t(* | books )[8] |
float(* | maxes )[2] |
Definition at line 68 of file vorbis_enc.c.
int residue_t::type |
Definition at line 69 of file vorbis_enc.c.
Referenced by create_vorbis_context(), put_residue_header(), ready_residue(), and residue_encode().
int residue_t::begin |
Definition at line 70 of file vorbis_enc.c.
Referenced by create_vorbis_context(), put_residue_header(), and residue_encode().
int residue_t::end |
Definition at line 71 of file vorbis_enc.c.
Referenced by create_vorbis_context(), put_residue_header(), and residue_encode().
Definition at line 72 of file vorbis_enc.c.
Referenced by create_vorbis_context(), put_residue_header(), and residue_encode().
Definition at line 73 of file vorbis_enc.c.
Referenced by create_vorbis_context(), put_residue_header(), ready_residue(), and residue_encode().
Definition at line 74 of file vorbis_enc.c.
Referenced by create_vorbis_context(), put_residue_header(), and residue_encode().
int8_t(* residue_t::books)[8] |
Definition at line 75 of file vorbis_enc.c.
Referenced by create_vorbis_context(), put_residue_header(), ready_residue(), residue_encode(), and vorbis_encode_close().
float(* residue_t::maxes)[2] |
Definition at line 76 of file vorbis_enc.c.
Referenced by ready_residue(), and vorbis_encode_close().