Lines Matching refs:ogg_uint32_t
61 static ogg_uint32_t decpack(long entry,long used_entry,long quantvals, in decpack()
63 ogg_uint32_t ret=0; in decpack()
69 return (ogg_uint32_t)entry; in decpack()
75 ogg_uint32_t off=entry%quantvals; in decpack()
87 ogg_uint32_t off=entry%quantvals; in decpack()
94 return (ogg_uint32_t)used_entry; in decpack()
146 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, in _make_words()
150 ogg_uint32_t marker[MARKER_SIZE]; in _make_words()
167 ogg_uint32_t entry=marker[length]; in _make_words()
239 ogg_uint32_t *work; in _make_decode_table()
652 ogg_uint32_t decode_packed_entry_number(codebook *book,
655 static inline ogg_uint32_t decode_packed_entry_number(codebook *book, in decode_packed_entry_number()
657 ogg_uint32_t chase=0; in decode_packed_entry_number()
737 chase=((ogg_uint32_t *)(book->dec_table))[chase*2+((lok>>i)&1)]; in decode_packed_entry_number()
765 ogg_uint32_t entry = decode_packed_entry_number(s,b); in decode_map()