Searched refs:forward_index (Results 1 - 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
H A Dfloor1.c59 if(info->forward_index)_ogg_free(info->forward_index);
148 info->forward_index=
149 (char *)_ogg_malloc((count+2)*sizeof(*info->forward_index));
169 for(j=0;j<info->posts;j++)info->forward_index[j]=j;
170 mergesort(info->forward_index,info->postlist,info->posts);
388 int current=info->forward_index[j];
H A Dcodec_internal.h119 char *forward_index; /* [VIF_POSIT+2]; */ member in struct:__anon26345
/external/libvorbis/lib/
H A Dcodec_internal.h140 int forward_index[VIF_POSIT+2]; member in struct:__anon20501
H A Dfloor1.c224 for(i=0;i<n;i++)look->forward_index[i]=sortpointer[i]-info->postlist;
226 for(i=0;i<n;i++)look->reverse_index[look->forward_index[i]]=i;
228 for(i=0;i<n;i++)look->sorted_index[i]=info->postlist[look->forward_index[i]];
945 int current=look->forward_index[j];
1070 int current=look->forward_index[j];

Completed in 72 milliseconds