Lines Matching refs:vdsp

135 	vorbis_dsp_state vdsp ;
299 vorbis_synthesis_init (&vdata->vdsp, &vdata->vinfo) ;
303 ** for vdsp here. */
304 vorbis_block_init (&vdata->vdsp, &vdata->vblock) ;
362 vorbis_analysis_init (&vdata->vdsp, &vdata->vinfo) ;
363 vorbis_block_init (&vdata->vdsp, &vdata->vblock) ;
385 vorbis_analysis_headerout (&vdata->vdsp, &vdata->vcomment, &header, &header_comm, &header_code) ;
417 vorbis_analysis_wrote (&vdata->vdsp, 0) ;
418 while (vorbis_analysis_blockout (&vdata->vdsp, &vdata->vblock) == 1)
425 while (vorbis_bitrate_flushpacket (&vdata->vdsp, &odata->opacket))
448 vorbis_dsp_clear (&vdata->vdsp) ;
635 while ((samples = vorbis_synthesis_pcmout (&vdata->vdsp, &pcm)) > 0)
640 vorbis_synthesis_read (&vdata->vdsp, samples) ;
654 vorbis_synthesis_restart (&vdata->vdsp) ;
661 vorbis_synthesis_blockin (&vdata->vdsp, &vdata->vblock) ;
694 vorbis_analysis_wrote (&vdata->vdsp, in_frames) ;
701 while (vorbis_analysis_blockout (&vdata->vdsp, &vdata->vblock) == 1)
707 while (vorbis_bitrate_flushpacket (&vdata->vdsp, &odata->opacket))
738 float **buffer = vorbis_analysis_buffer (&vdata->vdsp, in_frames) ;
754 float **buffer = vorbis_analysis_buffer (&vdata->vdsp, in_frames) ;
770 float **buffer = vorbis_analysis_buffer (&vdata->vdsp, in_frames) ;
786 float **buffer = vorbis_analysis_buffer (&vdata->vdsp, in_frames) ;
806 thisblock = vorbis_synthesis_pcmout (&vdata->vdsp, NULL) ;
811 vorbis_synthesis_read (&vdata->vdsp, thisblock) ;
830 vorbis_synthesis_restart (&vdata->vdsp) ;
858 vorbis_synthesis_blockin (&vdata->vdsp, &vdata->vblock) ;
909 vorbis_synthesis_restart (&vdata->vdsp) ;
944 vorbis_synthesis_restart (&vdata->vdsp) ;