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

  /external/libvorbis/lib/
sharedbook.c 73 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/
codebook.c 146 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, function
245 * _make_words without messing up length list looping.
253 if(_make_words(lengthlist,s->entries,
264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;

Completed in 101 milliseconds