Searched refs:pcmret (Results 1 – 2 of 2) sorted by relevance
252 v->pcmret=_ogg_malloc(vi->channels*sizeof(*v->pcmret)); in _vds_shared_init()373 if(v->pcmret)_ogg_free(v->pcmret); in vorbis_dsp_clear()410 v->pcmret[i]=v->pcm[i]+v->pcm_current; in vorbis_analysis_buffer()412 return(v->pcmret); in vorbis_analysis_buffer()914 v->pcmret[i]=v->pcm[i]+v->pcm_returned; in vorbis_synthesis_pcmout()915 *pcm=v->pcmret; in vorbis_synthesis_pcmout()1000 v->pcmret[i]=v->pcm[i]+v->pcm_returned; in vorbis_synthesis_lapout()1001 *pcm=v->pcmret; in vorbis_synthesis_lapout()
64 float **pcmret; member