vkQuake2 doxygen  1.0 dev
Mapping Struct Reference

Public Attributes

uint16 coupling_steps
 
MappingChannelchan
 
uint8 submaps
 
uint8 submap_floor [15]
 
uint8 submap_residue [15]
 

Detailed Description

Definition at line 712 of file stb_vorbis.c.

Member Data Documentation

◆ chan

MappingChannel* Mapping::chan

Definition at line 715 of file stb_vorbis.c.

Referenced by do_floor(), start_decoder(), vorbis_decode_packet_rest(), and vorbis_deinit().

◆ coupling_steps

uint16 Mapping::coupling_steps

Definition at line 714 of file stb_vorbis.c.

Referenced by start_decoder(), and vorbis_decode_packet_rest().

◆ submap_floor

uint8 Mapping::submap_floor[15]

Definition at line 717 of file stb_vorbis.c.

Referenced by do_floor(), start_decoder(), and vorbis_decode_packet_rest().

◆ submap_residue

uint8 Mapping::submap_residue[15]

Definition at line 718 of file stb_vorbis.c.

Referenced by start_decoder(), and vorbis_decode_packet_rest().

◆ submaps

uint8 Mapping::submaps

Definition at line 716 of file stb_vorbis.c.

Referenced by start_decoder(), and vorbis_decode_packet_rest().