DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
vorbis_dsp_state Struct Reference
+ Collaboration diagram for vorbis_dsp_state:

Data Fields

int analysisp
 
voidbackend_state
 
long centerW
 
int eofflag
 
int64_t floor_bits
 
int64_t glue_bits
 
int64_t granulepos
 
long lW
 
long nW
 
float ** pcm
 
int pcm_current
 
int pcm_returned
 
int pcm_storage
 
float ** pcmret
 
int preextrapolate
 
int64_t res_bits
 
int64_t sequence
 
int64_t time_bits
 
vorbis_infovi
 
long W
 

Detailed Description

Definition at line 149 of file cap_ogg.c.

Field Documentation

◆ analysisp

int vorbis_dsp_state::analysisp

Definition at line 150 of file cap_ogg.c.

◆ backend_state

void * vorbis_dsp_state::backend_state

Definition at line 175 of file cap_ogg.c.

◆ centerW

long vorbis_dsp_state::centerW

Definition at line 165 of file cap_ogg.c.

◆ eofflag

int vorbis_dsp_state::eofflag

Definition at line 160 of file cap_ogg.c.

◆ floor_bits

int64_t vorbis_dsp_state::floor_bits

Definition at line 172 of file cap_ogg.c.

◆ glue_bits

int64_t vorbis_dsp_state::glue_bits

Definition at line 170 of file cap_ogg.c.

◆ granulepos

int64_t vorbis_dsp_state::granulepos

Definition at line 167 of file cap_ogg.c.

◆ lW

long vorbis_dsp_state::lW

Definition at line 162 of file cap_ogg.c.

◆ nW

long vorbis_dsp_state::nW

Definition at line 164 of file cap_ogg.c.

◆ pcm

float ** vorbis_dsp_state::pcm

Definition at line 153 of file cap_ogg.c.

◆ pcm_current

int vorbis_dsp_state::pcm_current

Definition at line 156 of file cap_ogg.c.

◆ pcm_returned

int vorbis_dsp_state::pcm_returned

Definition at line 157 of file cap_ogg.c.

◆ pcm_storage

int vorbis_dsp_state::pcm_storage

Definition at line 155 of file cap_ogg.c.

◆ pcmret

float ** vorbis_dsp_state::pcmret

Definition at line 154 of file cap_ogg.c.

◆ preextrapolate

int vorbis_dsp_state::preextrapolate

Definition at line 159 of file cap_ogg.c.

◆ res_bits

int64_t vorbis_dsp_state::res_bits

Definition at line 173 of file cap_ogg.c.

◆ sequence

int64_t vorbis_dsp_state::sequence

Definition at line 168 of file cap_ogg.c.

◆ time_bits

int64_t vorbis_dsp_state::time_bits

Definition at line 171 of file cap_ogg.c.

◆ vi

vorbis_info * vorbis_dsp_state::vi

Definition at line 151 of file cap_ogg.c.

◆ W

long vorbis_dsp_state::W

Definition at line 163 of file cap_ogg.c.


The documentation for this struct was generated from the following files: