Home
last modified time | relevance | path

Searched refs:pcmret (Results 1 – 2 of 2) sorted by relevance

/external/libvorbis/lib/
Dblock.c252 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()
/external/libvorbis/include/vorbis/
Dcodec.h64 float **pcmret; member