Lines Matching refs:ogg_uint32_t
59 static ogg_uint32_t decpack(long entry,long used_entry,long quantvals, in decpack()
61 ogg_uint32_t ret=0; in decpack()
67 return (ogg_uint32_t)entry; in decpack()
73 ogg_uint32_t off=entry%quantvals; in decpack()
85 ogg_uint32_t off=entry%quantvals; in decpack()
92 return (ogg_uint32_t)used_entry; in decpack()
144 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, in _make_words()
148 ogg_uint32_t marker[33]; in _make_words()
161 ogg_uint32_t entry=marker[length]; in _make_words()
219 ogg_uint32_t *work; in _make_decode_table()
626 ogg_uint32_t decode_packed_entry_number(codebook *book,
629 static inline ogg_uint32_t decode_packed_entry_number(codebook *book, in decode_packed_entry_number()
631 ogg_uint32_t chase=0; in decode_packed_entry_number()
711 chase=((ogg_uint32_t *)(book->dec_table))[chase*2+((lok>>i)&1)]; in decode_packed_entry_number()
739 ogg_uint32_t entry = decode_packed_entry_number(s,b); in decode_map()