HomeSort by relevance Sort by last modified time
    Searched full:sortpos (Results 1 - 1 of 1) sorted by null

  /external/libvorbis/lib/
floor1.c 641 int sortpos=look->reverse_index[i]; local
642 int ln=loneighbor[sortpos];
643 int hn=hineighbor[sortpos];
669 int ret0=fit_line(fits+lsortpos,sortpos-lsortpos,&ly0,&ly1,info);
670 int ret1=fit_line(fits+sortpos,hsortpos-sortpos,&hy0,&hy1,info);
695 for(j=sortpos-1;j>=0;j--)
700 for(j=sortpos+1;j<posts;j++)

Completed in 526 milliseconds