Home | History | Annotate | Download | only in vq

Lines Matching full:lengthlist

50   if(book->c->lengthlist[index]<=0){
57 if(c->lengthlist[i]>0){
287 /* load the lengthlist */
290 c->lengthlist=_ogg_malloc(sizeof(long)*c->entries);
292 if(get_next_ivalue(in,c->lengthlist+i)){
413 long *lengthlist=_ogg_calloc(vals,sizeof(long));
425 build_tree_from_lengths(upper,newhist,lengthlist);
430 lengths[i]=lengthlist[upper++];
434 free(lengthlist);
453 /* lengthlist */
458 fprintf(out,"%2ld,",c->lengthlist[j]);