doom3-gpl
Doom 3 GPL source release
|
#include "envelope.h"
#include "codebook.h"
#include "psy.h"
#include "bitrate.h"
#include "highlevel.h"
Go to the source code of this file.
Classes | |
struct | vorbis_block_internal |
struct | vorbis_info_mode |
struct | private_state |
struct | codec_setup_info |
Macros | |
#define | BLOCKTYPE_IMPULSE 0 |
#define | BLOCKTYPE_PADDING 1 |
#define | BLOCKTYPE_TRANSITION 0 |
#define | BLOCKTYPE_LONG 1 |
#define | PACKETBLOBS 15 |
Typedefs | |
typedef struct vorbis_block_internal | vorbis_block_internal |
typedef void | vorbis_look_floor |
typedef void | vorbis_look_residue |
typedef void | vorbis_look_transform |
typedef void | vorbis_info_floor |
typedef void | vorbis_info_residue |
typedef void | vorbis_info_mapping |
typedef struct private_state | private_state |
typedef struct codec_setup_info | codec_setup_info |
Functions | |
vorbis_look_psy_global * | _vp_global_look (vorbis_info *vi) |
void | _vp_global_free (vorbis_look_psy_global *look) |
#define BLOCKTYPE_IMPULSE 0 |
Definition at line 24 of file codec_internal.h.
#define BLOCKTYPE_LONG 1 |
Definition at line 27 of file codec_internal.h.
#define BLOCKTYPE_PADDING 1 |
Definition at line 25 of file codec_internal.h.
#define BLOCKTYPE_TRANSITION 0 |
Definition at line 26 of file codec_internal.h.
#define PACKETBLOBS 15 |
Definition at line 29 of file codec_internal.h.
typedef struct codec_setup_info codec_setup_info |
typedef struct private_state private_state |
typedef struct vorbis_block_internal vorbis_block_internal |
typedef void vorbis_info_floor |
Definition at line 51 of file codec_internal.h.
typedef void vorbis_info_mapping |
Definition at line 53 of file codec_internal.h.
typedef void vorbis_info_residue |
Definition at line 52 of file codec_internal.h.
typedef void vorbis_look_floor |
Definition at line 39 of file codec_internal.h.
typedef void vorbis_look_residue |
Definition at line 40 of file codec_internal.h.
typedef void vorbis_look_transform |
Definition at line 41 of file codec_internal.h.
void _vp_global_free | ( | vorbis_look_psy_global * | look | ) |
vorbis_look_psy_global* _vp_global_look | ( | vorbis_info * | vi | ) |