Searched refs:_make_words (Results 1 – 2 of 2) sorted by relevance
/external/libvorbis/lib/ |
D | sharedbook.c | 73 ogg_uint32_t *_make_words(long *l,long n,long sparsecount){ in _make_words() function 290 c->codelist=_make_words(s->lengthlist,s->entries,0); in vorbis_book_init_encode() 340 ogg_uint32_t *codes=_make_words(s->lengthlist,s->entries,c->used_entries); in vorbis_book_init_decode()
|
/external/tremolo/Tremolo/ |
D | codebook.c | 146 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, in _make_words() function 253 if(_make_words(lengthlist,s->entries, in _make_decode_table() 264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out; in _make_decode_table()
|