![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <stdio.h>#include "../ogg/ogg.h"#include "../vorbis/codec.h"#include "codec_internal.h"#include "registry.h"#include "misc.h"#include "os.h"Go to the source code of this file.
Functions | |
| int | vorbis_synthesis (vorbis_block *vb, ogg_packet *op) |
| int | vorbis_synthesis_trackonly (vorbis_block *vb, ogg_packet *op) |
| long | vorbis_packet_blocksize (vorbis_info *vi, ogg_packet *op) |
| int | vorbis_synthesis_halfrate (vorbis_info *vi, int flag) |
| int | vorbis_synthesis_halfrate_p (vorbis_info *vi) |
| long vorbis_packet_blocksize | ( | vorbis_info * | vi, |
| ogg_packet * | op | ||
| ) |
Definition at line 127 of file synthesis.c.
| int vorbis_synthesis | ( | vorbis_block * | vb, |
| ogg_packet * | op | ||
| ) |
Definition at line 26 of file synthesis.c.
| int vorbis_synthesis_halfrate | ( | vorbis_info * | vi, |
| int | flag | ||
| ) |
Definition at line 155 of file synthesis.c.
| int vorbis_synthesis_halfrate_p | ( | vorbis_info * | vi | ) |
Definition at line 165 of file synthesis.c.
| int vorbis_synthesis_trackonly | ( | vorbis_block * | vb, |
| ogg_packet * | op | ||
| ) |
Definition at line 82 of file synthesis.c.
1.8.6.