Home
last modified time | relevance | path

Searched refs:vorbis_synthesis_init (Results 1 – 7 of 7) sorted by relevance

/external/libvorbis/macos/
Dlibvorbis.mcp.exp35 vorbis_synthesis_init
/external/libvorbis/win32/
Dvorbis.def37 vorbis_synthesis_init
/external/libvorbis/include/vorbis/
Dcodec.h207 extern int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi);
/external/libvorbis/examples/
Ddecoder_example.c201 if(vorbis_synthesis_init(&vd,&vi)==0){ /* central decode state */ in main()
/external/libvorbis/test/
Dwrite_read.c234 vorbis_synthesis_init (&vd,&vi); in read_vorbis_data_or_die()
/external/libvorbis/lib/
Dvorbisfile.c600 if(vorbis_synthesis_init(&vf->vd,vf->vi+vf->current_link)) in _make_decode_ready()
603 if(vorbis_synthesis_init(&vf->vd,vf->vi)) in _make_decode_ready()
Dblock.c707 int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi){ in vorbis_synthesis_init() function