doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
synthesis.c File Reference
#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)
 

Function Documentation

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.