#include <vorbis.h>
Data Fields | |
| uint_fast8_t | submaps |
| uint_fast16_t | coupling_steps |
| uint_fast8_t * | magnitude |
| uint_fast8_t * | angle |
| uint_fast8_t * | mux |
| uint_fast8_t | submap_floor [16] |
| uint_fast8_t | submap_residue [16] |
Definition at line 43 of file vorbis.h.
| uint_fast8_t vorbis_mapping::submaps |
Definition at line 44 of file vorbis.h.
Referenced by vorbis_parse_audio_packet(), and vorbis_parse_setup_hdr_mappings().
| uint_fast16_t vorbis_mapping::coupling_steps |
Definition at line 45 of file vorbis.h.
Referenced by vorbis_parse_audio_packet(), and vorbis_parse_setup_hdr_mappings().
| uint_fast8_t* vorbis_mapping::magnitude |
Definition at line 46 of file vorbis.h.
Referenced by vorbis_free(), vorbis_parse_audio_packet(), and vorbis_parse_setup_hdr_mappings().
| uint_fast8_t* vorbis_mapping::angle |
Definition at line 47 of file vorbis.h.
Referenced by vorbis_free(), vorbis_parse_audio_packet(), and vorbis_parse_setup_hdr_mappings().
| uint_fast8_t* vorbis_mapping::mux |
Definition at line 48 of file vorbis.h.
Referenced by vorbis_free(), vorbis_parse_audio_packet(), and vorbis_parse_setup_hdr_mappings().
| uint_fast8_t vorbis_mapping::submap_floor[16] |
Definition at line 49 of file vorbis.h.
Referenced by vorbis_parse_audio_packet(), and vorbis_parse_setup_hdr_mappings().
| uint_fast8_t vorbis_mapping::submap_residue[16] |
Definition at line 50 of file vorbis.h.
Referenced by vorbis_parse_audio_packet(), and vorbis_parse_setup_hdr_mappings().
1.5.5