Home
last modified time | relevance | path

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

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