OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
144
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 299 milliseconds