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

  /external/tremolo/Tremolo/
codebook.c 50 int _ilog(unsigned int v){ function
130 if(_ilog(3*used-6)+1 <= leafwidth*4)
352 int bits=_ilog(b->entries);
404 if(_ilog(s->dim)+_ilog(s->entries)>24)goto _eofout;
450 long num=oggpack_read(opb,_ilog(s->entries-i));
485 s->dec_nodeb=_determine_node_bytes(s->used_entries,_ilog(s->entries)/8+1);
486 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1);
503 long total2=(_ilog(quantvals-1)*s->dim+8)/8+(s->q_bits+7)/8;
551 s->q_pack=_ilog(quantvals-1)
    [all...]
  /external/libvorbis/lib/
sharedbook.c 29 int _ilog(unsigned int v){ function
377 c->dec_firsttablen=_ilog(c->used_entries)-4; /* this is magic */
  /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 380 milliseconds