Lines Matching refs:lengthlist
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()
406 char *lengthlist=NULL; in vorbis_book_unpack() local
431 lengthlist=(char *)calloc(s->entries, sizeof(*lengthlist)); in vorbis_book_unpack()
432 if(!lengthlist) goto _eofout; in vorbis_book_unpack()
442 lengthlist[i]=(char)(num+1); in vorbis_book_unpack()
446 lengthlist[i]=0; in vorbis_book_unpack()
454 lengthlist[i]=(char)(num+1); in vorbis_book_unpack()
466 lengthlist=(char *)calloc(s->entries, sizeof(*lengthlist)); in vorbis_book_unpack()
467 if (!lengthlist) goto _eofout; in vorbis_book_unpack()
473 lengthlist[i]=(char)length; in vorbis_book_unpack()
509 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype)) goto _errout; in vorbis_book_unpack()
544 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype)){ in vorbis_book_unpack()
575 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout; in vorbis_book_unpack()
592 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout; in vorbis_book_unpack()
600 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout; in vorbis_book_unpack()
634 free(lengthlist); in vorbis_book_unpack()
639 free(lengthlist); in vorbis_book_unpack()