Home | History | Annotate | Download | only in Tremolo

Lines Matching full:postlist

58     if(info->postlist)_ogg_free(info->postlist);
146 info->postlist=
147 (ogg_uint16_t *)_ogg_malloc((count+2)*sizeof(*info->postlist));
159 int t=info->postlist[k+2]=(ogg_uint16_t)oggpack_read(opb,rangebits);
164 info->postlist[0]=0;
165 info->postlist[1]=1<<rangebits;
170 mergesort(info->forward_index,info->postlist,info->posts);
178 int hx=info->postlist[1];
179 int currentx=info->postlist[j+2];
181 int x=info->postlist[k];
333 int predicted=render_point(info->postlist[info->loneighbor[i-2]],
334 info->postlist[info->hineighbor[i-2]],
337 info->postlist[i]);
393 hx=info->postlist[current];