doom3-gpl
Doom 3 GPL source release
|
#include <backends.h>
Public Attributes | |
void(* | pack )(vorbis_info_residue *, oggpack_buffer *) |
vorbis_info_residue *(* | unpack )(vorbis_info *, oggpack_buffer *) |
vorbis_look_residue *(* | look )(vorbis_dsp_state *, vorbis_info_residue *) |
void(* | free_info )(vorbis_info_residue *) |
void(* | free_look )(vorbis_look_residue *) |
long **(* | class )(struct vorbis_block *, vorbis_look_residue *, float **, int *, int) |
int(* | forward )(struct vorbis_block *, vorbis_look_residue *, float **, float **, int *, int, long **) |
int(* | inverse )(struct vorbis_block *, vorbis_look_residue *, float **, int *, int) |
Definition at line 88 of file backends.h.
long**(* vorbis_func_residue::class)(struct vorbis_block *, vorbis_look_residue *, float **, int *, int) |
Definition at line 95 of file backends.h.
int(* vorbis_func_residue::forward)(struct vorbis_block *, vorbis_look_residue *, float **, float **, int *, int, long **) |
Definition at line 97 of file backends.h.
void(* vorbis_func_residue::free_info)(vorbis_info_residue *) |
Definition at line 93 of file backends.h.
void(* vorbis_func_residue::free_look)(vorbis_look_residue *) |
Definition at line 94 of file backends.h.
int(* vorbis_func_residue::inverse)(struct vorbis_block *, vorbis_look_residue *, float **, int *, int) |
Definition at line 99 of file backends.h.
vorbis_look_residue*(* vorbis_func_residue::look)(vorbis_dsp_state *, vorbis_info_residue *) |
Definition at line 91 of file backends.h.
void(* vorbis_func_residue::pack)(vorbis_info_residue *, oggpack_buffer *) |
Definition at line 89 of file backends.h.
vorbis_info_residue*(* vorbis_func_residue::unpack)(vorbis_info *, oggpack_buffer *) |
Definition at line 90 of file backends.h.