Home
last modified time | relevance | path

Searched refs:quantvals (Results 1 – 1 of 1) sorted by relevance

/external/tremolo/Tremolo/
Dcodebook.c61 static ogg_uint32_t decpack(long entry,long used_entry,long quantvals, in decpack() argument
75 ogg_uint32_t off=entry%quantvals; in decpack()
76 entry/=quantvals; in decpack()
87 ogg_uint32_t off=entry%quantvals; in decpack()
88 entry/=quantvals; in decpack()
146 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, in _make_words() argument
192 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) | in _make_words()
236 static int _make_decode_table(codebook *s,char *lengthlist,long quantvals, in _make_decode_table() argument
254 s->dec_table,quantvals,s,opb,maptype))return 1; in _make_decode_table()
264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out; in _make_decode_table()
[all …]