HomeSort by relevance Sort by last modified time
    Searched refs:forward_index (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
floor1.c 59 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];
codec_internal.h 119 char *forward_index; /* [VIF_POSIT+2]; */ member in struct:__anon11735

Completed in 33 milliseconds