Searched defs:lengthlist (Results 1 - 4 of 4) sorted by relevance

/external/libvorbis/lib/
H A Dcodebook.h39 long *lengthlist; /* codeword lengths in bits */ member in struct:static_codebook
/external/libvorbis/vq/
H A Dlocalcodebook.h39 long *lengthlist; /* codeword lengths in bits */ member in struct:static_codebook
H A Dbookutil.c50 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)); local
425 build_tree_from_lengths(upper,newhist,lengthlist);
430 lengths[i]=lengthlist[upper++];
434 free(lengthlist);
453 /* lengthlist */
[all...]
/external/tremolo/Tremolo/
H A Dcodebook.c230 static int _make_decode_table(codebook *s,char *lengthlist,long quantvals, argument
235 if (!lengthlist) return 1;
247 if(_make_words(lengthlist,s->entries,
258 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;
400 char *lengthlist=NULL; local
425 lengthlist=(char *)calloc(s->entries, sizeof(*lengthlist));
426 if(!lengthlist) goto _eofout;
436 lengthlist[i]=(char)(num+1);
440 lengthlist[
[all...]

Completed in 137 milliseconds