Searched refs:_make_words (Results 1 - 2 of 2) sorted by relevance

/external/libvorbis/lib/
H A Dsharedbook.c73 ogg_uint32_t *_make_words(long *l,long n,long sparsecount){ function
290 c->codelist=_make_words(s->lengthlist,s->entries,0);
340 ogg_uint32_t *codes=_make_words(s->lengthlist,s->entries,c->used_entries);
/external/tremolo/Tremolo/
H A Dcodebook.c144 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, function
225 * _make_words without messing up length list looping.
233 if(_make_words(lengthlist,s->entries,
244 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;

Completed in 108 milliseconds