HomeSort by relevance Sort by last modified time
    Searched refs:dec_firsttablen (Results 1 - 4 of 4) sorted by null

  /external/libvorbis/lib/
sharedbook.c 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);
    [all...]
codebook.h 73 int dec_firsttablen; member in struct:codebook
codebook.c 286 long lok = oggpack_look(b,book->dec_firsttablen);
  /external/libvorbis/vq/
localcodebook.h 73 int dec_firsttablen; member in struct:codebook

Completed in 54 milliseconds