Home
last modified time | relevance | path

Searched refs:vorbis_synthesis_lapout (Results 1 – 5 of 5) sorted by relevance

/external/libvorbis/macos/
Dlibvorbis.mcp.exp41 vorbis_synthesis_lapout
/external/libvorbis/win32/
Dvorbis.def43 vorbis_synthesis_lapout
/external/libvorbis/include/vorbis/
Dcodec.h213 extern int vorbis_synthesis_lapout(vorbis_dsp_state *v,float ***pcm);
/external/libvorbis/lib/
Dvorbisfile.c2126 int samples=vorbis_synthesis_lapout(&vf->vd,&pcm); in _ov_getlap()
2181 vorbis_synthesis_lapout(&vf2->vd,&pcm); in ov_crosslap()
2235 vorbis_synthesis_lapout(&vf->vd,&pcm); in _ov_64_seek_lap()
2296 vorbis_synthesis_lapout(&vf->vd,&pcm); in _ov_d_seek_lap()
Dblock.c933 int vorbis_synthesis_lapout(vorbis_dsp_state *v,float ***pcm){ in vorbis_synthesis_lapout() function