Searched refs:lengthlist (Results 1 – 1 of 1) sorted by relevance
/external/tremolo/Tremolo/ |
D | codebook.c | 236 static int _make_decode_table(codebook *s,char *lengthlist,long quantvals, in _make_decode_table() argument 241 if (!lengthlist) return 1; in _make_decode_table() 253 if(_make_words(lengthlist,s->entries, in _make_decode_table() 264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out; in _make_decode_table() 413 char *lengthlist=NULL; in vorbis_book_unpack() local 438 lengthlist=(char *)calloc(s->entries, sizeof(*lengthlist)); in vorbis_book_unpack() 439 if(!lengthlist) goto _eofout; in vorbis_book_unpack() 449 lengthlist[i]=(char)(num+1); in vorbis_book_unpack() 453 lengthlist[i]=0; in vorbis_book_unpack() 461 lengthlist[i]=(char)(num+1); in vorbis_book_unpack() [all …]
|