Home | History | Annotate | Download | only in lib

Lines Matching refs:eofflag

479     v->eofflag=v->pcm_current;
483 if(v->eofflag>order*2){
488 n=v->eofflag;
490 vorbis_lpc_from_data(v->pcm[i]+v->eofflag-n,lpc,n,order);
493 vorbis_lpc_predict(lpc,v->pcm[i]+v->eofflag-order,order,
494 v->pcm[i]+v->eofflag,v->pcm_current-v->eofflag);
499 memset(v->pcm[i]+v->eofflag,0,
500 (v->pcm_current-v->eofflag)*sizeof(*v->pcm[i]));
536 if(v->eofflag==-1)return(0);
549 if(v->eofflag==0)return(0); /* not enough data currently to search for a
638 if(v->eofflag){
639 if(v->centerW>=v->eofflag){
640 v->eofflag=-1;
641 vb->eofflag=1;
665 if(v->eofflag){
666 v->eofflag-=movementW;
667 if(v->eofflag<=0)v->eofflag=-1;
669 if(v->centerW>=v->eofflag){
670 v->granulepos+=movementW-(v->centerW-v->eofflag);
701 v->eofflag=0;
862 if(vb->eofflag){
888 if(vb->eofflag){
901 if(vb->eofflag)v->eofflag=1;