#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../ogg/ogg.h"
#include "../vorbis/codec.h"
#include "codec_internal.h"
#include "window.h"
#include "mdct.h"
#include "lpc.h"
#include "registry.h"
#include "misc.h"
Go to the source code of this file.
|
int | vorbis_block_init (vorbis_dsp_state *v, vorbis_block *vb) |
|
void * | _vorbis_block_alloc (vorbis_block *vb, long bytes) |
|
void | _vorbis_block_ripcord (vorbis_block *vb) |
|
int | vorbis_block_clear (vorbis_block *vb) |
|
int | vorbis_analysis_init (vorbis_dsp_state *v, vorbis_info *vi) |
|
void | vorbis_dsp_clear (vorbis_dsp_state *v) |
|
float ** | vorbis_analysis_buffer (vorbis_dsp_state *v, int vals) |
|
int | vorbis_analysis_wrote (vorbis_dsp_state *v, int vals) |
|
int | vorbis_analysis_blockout (vorbis_dsp_state *v, vorbis_block *vb) |
|
int | vorbis_synthesis_restart (vorbis_dsp_state *v) |
|
int | vorbis_synthesis_init (vorbis_dsp_state *v, vorbis_info *vi) |
|
int | vorbis_synthesis_blockin (vorbis_dsp_state *v, vorbis_block *vb) |
|
int | vorbis_synthesis_pcmout (vorbis_dsp_state *v, float ***pcm) |
|
int | vorbis_synthesis_read (vorbis_dsp_state *v, int n) |
|
int | vorbis_synthesis_lapout (vorbis_dsp_state *v, float ***pcm) |
|
float * | vorbis_window (vorbis_dsp_state *v, int W) |
|