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

  /external/tremolo/Tremolo/
floor1.c 59 if(info->forward_index)_ogg_free(info->forward_index);
148 info->forward_index=
149 (ogg_uint8_t *)_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);
389 int current=info->forward_index[j];
codec_internal.h 119 ogg_uint8_t *forward_index; /* [VIF_POSIT+2]; */ member in struct:__anon24105
  /external/libvorbis/lib/
codec_internal.h 140 int forward_index[VIF_POSIT+2]; member in struct:__anon16998
floor1.c 224 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 84 milliseconds