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