Lines Matching refs:dec_firsttablen
377 c->dec_firsttablen=_ilog(c->used_entries)-4; /* this is magic */
378 if(c->dec_firsttablen<5)c->dec_firsttablen=5;
379 if(c->dec_firsttablen>8)c->dec_firsttablen=8;
381 tabn=1<<c->dec_firsttablen;
388 if(c->dec_codelengths[i]<=c->dec_firsttablen){
390 for(j=0;j<(1<<(c->dec_firsttablen-c->dec_codelengths[i]));j++)
398 ogg_uint32_t mask=0xfffffffeUL<<(31-c->dec_firsttablen);
402 ogg_uint32_t word=i<<(32-c->dec_firsttablen);