|
| 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) |
| static int | _vds_shared_init (vorbis_dsp_state *v, vorbis_info *vi, int encp) |
| 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) |
| static void | _preextrapolate_helper (vorbis_dsp_state *v) |
| 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) |
| const float * | vorbis_window (vorbis_dsp_state *v, int W) |