Searched refs:forward_index (Results 1 – 2 of 2) sorted by relevance
59 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()388 int current=info->forward_index[j]; in floor1_inverse2()
119 char *forward_index; /* [VIF_POSIT+2]; */ member