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

  /external/tremolo/Tremolo/
codebook.h 86 extern int _ilog(unsigned int v);
codebook.c 52 int _ilog(unsigned int v){ function
132 if(_ilog(3*used-6)+1 <= leafwidth*4)
372 int bits=_ilog(b->entries);
424 if(_ilog(s->dim)+_ilog(s->entries)>24)goto _eofout;
470 long num=oggpack_read(opb,_ilog(s->entries-i));
505 s->dec_nodeb=_determine_node_bytes(s->used_entries,_ilog(s->entries)/8+1);
506 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1);
523 long total2=(_ilog(quantvals-1)*s->dim+8)/8+(s->q_bits+7)/8;
569 s->q_pack=_ilog(quantvals-1)
    [all...]
floor0.c 409 int booknum=oggpack_read(&vd->opb,_ilog(info->numbooks));
  /external/libvorbis/lib/
codebook.h 92 extern int _ilog(unsigned int v);
codebook.c 60 oggpack_write(opb,i-count,_ilog(c->entries-count));
65 oggpack_write(opb,i-count,_ilog(c->entries-count));
162 if(_ilog(s->dim)+_ilog(s->entries)>24)goto _eofout;
199 long num=oggpack_read(opb,_ilog(s->entries-i));
sharedbook.c 29 int _ilog(unsigned int v){ function
377 c->dec_firsttablen=_ilog(c->used_entries)-4; /* this is magic */
floor0.c 166 int booknum=oggpack_read(&vb->opb,_ilog(info->numbooks));
  /external/libvorbis/vq/
localcodebook.h 94 extern int _ilog(unsigned int v);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]

Completed in 664 milliseconds