Home | History | Annotate | Download | only in Tremolo

Lines Matching full:lengthlist

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