/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...] |
codebook.h | 86 extern int _ilog(unsigned int v);
|
floor0.c | 409 int booknum=oggpack_read(&vd->opb,_ilog(info->numbooks));
|
/external/libvorbis/lib/ |
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));
|
codebook.h | 92 extern int _ilog(unsigned int v);
|
floor0.c | 166 int booknum=oggpack_read(&vb->opb,_ilog(info->numbooks));
|
sharedbook.c | 29 int _ilog(unsigned int v){ function 377 c->dec_firsttablen=_ilog(c->used_entries)-4; /* this is magic */
|
/external/libvorbis/vq/ |
localcodebook.h | 94 extern int _ilog(unsigned int v);
|
/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...] |