Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:vorbis_dsp_state

55 /* vorbis_dsp_state buffers the current vorbis audio
58 struct vorbis_dsp_state{
82 extern ogg_int32_t *floor0_inverse1(struct vorbis_dsp_state *,
84 extern int floor0_inverse2 (struct vorbis_dsp_state *,vorbis_info_floor *,
90 extern ogg_int32_t *floor1_inverse1(struct vorbis_dsp_state *,
92 extern int floor1_inverse2 (struct vorbis_dsp_state *,vorbis_info_floor *,
150 extern int res_inverse(vorbis_dsp_state *,vorbis_info_residue *info,
183 extern int mapping_inverse(struct vorbis_dsp_state *,vorbis_info_mapping *);
218 extern int vorbis_dsp_init(vorbis_dsp_state *v, vorbis_info *vi);
219 extern void vorbis_dsp_clear(vorbis_dsp_state *v);
220 extern vorbis_dsp_state *vorbis_dsp_create(vorbis_info *vi);
221 extern void vorbis_dsp_destroy(vorbis_dsp_state *v);
225 extern int vorbis_dsp_restart(vorbis_dsp_state *v);
226 extern int vorbis_dsp_synthesis(vorbis_dsp_state *vd,
228 extern int vorbis_dsp_pcmout(vorbis_dsp_state *v,
230 extern int vorbis_dsp_read(vorbis_dsp_state *v,int samples);