Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dfloor1.c601 int fit_valueB[VIF_POSIT+2]; /* index by range list position */ in floor1_fit() local
609 for(i=0;i<posts;i++)fit_valueB[i]=-200; /* mark all unused */ in floor1_fit()
632 fit_valueB[0]=y0; in floor1_fit()
633 fit_valueB[1]=y1; in floor1_fit()
656 int ly=post_Y(fit_valueA,fit_valueB,ln); in floor1_fit()
657 int hy=post_Y(fit_valueA,fit_valueB,hn); in floor1_fit()
683 fit_valueB[i]=-200; in floor1_fit()
686 fit_valueB[ln]=ly0; in floor1_fit()
689 fit_valueB[i]=hy0; in floor1_fit()
691 if(hn==1)fit_valueB[hn]=hy1; in floor1_fit()
[all …]