Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:maptype

62 			    codebook *b,oggpack_buffer *opb,int maptype){
72 if(maptype==1){
147 codebook *b, oggpack_buffer *opb,int maptype){
192 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) |
237 oggpack_buffer *opb,int maptype){
254 s->dec_table,quantvals,s,opb,maptype))return 1;
264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;
409 int maptype;
487 if((maptype=oggpack_read(opb,4))>0){
497 switch(maptype){
509 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype)) goto _errout;
544 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype)){
575 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout;
592 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout;
600 if(_make_decode_table(s,lengthlist,quantvals,opb,maptype))goto _errout;