openshot-audio
0.1.7
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../../ogg.h"
#include "../../codec.h"
#include "codec_internal.h"
#include "window.h"
#include "mdct.h"
#include "lpc.h"
#include "registry.h"
#include "misc.h"
Macros | |
#define | WORD_ALIGN 8 |
Functions | |
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) |
#define WORD_ALIGN 8 |
void* _vorbis_block_alloc | ( | vorbis_block * | vb, |
long | bytes | ||
) |
void _vorbis_block_ripcord | ( | vorbis_block * | vb | ) |
int vorbis_analysis_blockout | ( | vorbis_dsp_state * | v, |
vorbis_block * | vb | ||
) |
float** vorbis_analysis_buffer | ( | vorbis_dsp_state * | v, |
int | vals | ||
) |
int vorbis_analysis_init | ( | vorbis_dsp_state * | v, |
vorbis_info * | vi | ||
) |
int vorbis_analysis_wrote | ( | vorbis_dsp_state * | v, |
int | vals | ||
) |
int vorbis_block_clear | ( | vorbis_block * | vb | ) |
int vorbis_block_init | ( | vorbis_dsp_state * | v, |
vorbis_block * | vb | ||
) |
void vorbis_dsp_clear | ( | vorbis_dsp_state * | v | ) |
int vorbis_synthesis_blockin | ( | vorbis_dsp_state * | v, |
vorbis_block * | vb | ||
) |
int vorbis_synthesis_init | ( | vorbis_dsp_state * | v, |
vorbis_info * | vi | ||
) |
int vorbis_synthesis_lapout | ( | vorbis_dsp_state * | v, |
float *** | pcm | ||
) |
int vorbis_synthesis_pcmout | ( | vorbis_dsp_state * | v, |
float *** | pcm | ||
) |
int vorbis_synthesis_read | ( | vorbis_dsp_state * | v, |
int | n | ||
) |
int vorbis_synthesis_restart | ( | vorbis_dsp_state * | v | ) |