Home | History | Annotate | Download | only in lib

Lines Matching refs:centerW

265   v->centerW=ci->blocksizes[1]/2;
267 v->pcm_current=v->centerW;
423 if(v->pcm_current-v->centerW>order*2){ /* safety */
430 vorbis_lpc_from_data(work,lpc,v->pcm_current-v->centerW,order);
435 _analysis_output("predataL",0,work,v->pcm_current-v->centerW,0,0,0);
437 _analysis_output("predataR",0,work,v->pcm_current-v->centerW,0,0,0);
439 _analysis_output("predata",0,work,v->pcm_current-v->centerW,0,0,0);
444 vorbis_lpc_predict(lpc,work+v->pcm_current-v->centerW-order,
446 work+v->pcm_current-v->centerW,
447 v->centerW);
514 if(!v->preextrapolate && v->pcm_current-v->centerW>ci->blocksizes[1])
529 long beginW=v->centerW-ci->blocksizes[v->W]/2,centerNext;
538 /* By our invariant, we have lW, W and centerW set. Search for
561 centerNext=v->centerW+ci->blocksizes[v->W]/4+ci->blocksizes[v->nW]/4;
639 if(v->centerW>=v->eofflag){
663 v->centerW=new_centerNext;
669 if(v->centerW>=v->eofflag){
670 v->granulepos+=movementW-(v->centerW-v->eofflag);
695 v->centerW=ci->blocksizes[1]>>(hs+1);
696 v->pcm_current=v->centerW>>hs;
756 if(v->centerW){
815 if(v->centerW)
816 v->centerW=0;
818 v->centerW=n1;
953 /* centerW was advanced by blockin; it would be the center of the
955 if(v->centerW==n1){
969 v->centerW=0;