Lines Matching refs:lengthlist
216 static int _make_decode_table(codebook *s,char *lengthlist,long quantvals, in _make_decode_table() argument
221 if (!lengthlist) return 1; in _make_decode_table()
233 if(_make_words(lengthlist,s->entries, in _make_decode_table()
243 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype))return 1; in _make_decode_table()
381 char *lengthlist=NULL; in vorbis_book_unpack() local
406 lengthlist=(char *)alloca(sizeof(*lengthlist)*s->entries); in vorbis_book_unpack()
407 if(!lengthlist) goto _eofout; in vorbis_book_unpack()
417 lengthlist[i]=(char)(num+1); in vorbis_book_unpack()
421 lengthlist[i]=0; in vorbis_book_unpack()
429 lengthlist[i]=(char)(num+1); in vorbis_book_unpack()
441 lengthlist=(char *)alloca(sizeof(*lengthlist)*s->entries); in vorbis_book_unpack()
442 if (!lengthlist) goto _eofout; in vorbis_book_unpack()
448 lengthlist[i]=(char)length; in vorbis_book_unpack()
484 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype)) goto _errout; in vorbis_book_unpack()
520 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype)){ in vorbis_book_unpack()
552 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout; in vorbis_book_unpack()
569 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout; in vorbis_book_unpack()
577 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout; in vorbis_book_unpack()