Lines Matching refs:granulepos
59 v->granulepos=-1; in vorbis_dsp_restart()
263 vd->granulepos=-1; in vorbis_dsp_synthesis()
277 if(vd->granulepos==-1){ in vorbis_dsp_synthesis()
278 if(op->granulepos!=-1){ /* only set if we have a in vorbis_dsp_synthesis()
281 vd->granulepos=op->granulepos; in vorbis_dsp_synthesis()
284 if(vd->sample_count>vd->granulepos){ in vorbis_dsp_synthesis()
294 vd->out_end-=(int)(vd->sample_count-vd->granulepos); in vorbis_dsp_synthesis()
297 vd->out_begin+=(int)(vd->sample_count-vd->granulepos); in vorbis_dsp_synthesis()
306 vd->granulepos+= in vorbis_dsp_synthesis()
308 if(op->granulepos!=-1 && vd->granulepos!=op->granulepos){ in vorbis_dsp_synthesis()
310 if(vd->granulepos>op->granulepos){ in vorbis_dsp_synthesis()
311 long extra=(long)(vd->granulepos-op->granulepos); in vorbis_dsp_synthesis()
321 vd->granulepos=op->granulepos; in vorbis_dsp_synthesis()