HomeSort by relevance Sort by last modified time
    Searched refs:vorbis_synthesis_init (Results 1 - 6 of 6) sorted by null

  /external/libvorbis/macos/
libvorbis.mcp.exp 35 vorbis_synthesis_init
  /external/libvorbis/examples/
decoder_example.c 201 if(vorbis_synthesis_init(&vd,&vi)==0){ /* central decode state */
  /external/libvorbis/include/vorbis/
codec.h 207 extern int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi);
  /external/libvorbis/test/
write_read.c 234 vorbis_synthesis_init (&vd,&vi);
  /external/libvorbis/lib/
vorbisfile.c 600 if(vorbis_synthesis_init(&vf->vd,vf->vi+vf->current_link))
603 if(vorbis_synthesis_init(&vf->vd,vf->vi))
    [all...]
block.c 707 int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi){ function

Completed in 548 milliseconds