Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:ogg_uint32_t

61 static ogg_uint32_t decpack(long entry,long used_entry,long quantvals,
63 ogg_uint32_t ret=0;
69 return (ogg_uint32_t)entry;
75 ogg_uint32_t off=entry%quantvals;
87 ogg_uint32_t off=entry%quantvals;
94 return (ogg_uint32_t)used_entry;
146 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals,
150 ogg_uint32_t marker[MARKER_SIZE];
167 ogg_uint32_t entry=marker[length];
239 ogg_uint32_t *work;
645 ogg_uint32_t decode_packed_entry_number(codebook *book,
648 static inline ogg_uint32_t decode_packed_entry_number(codebook *book,
650 ogg_uint32_t chase=0;
730 chase=((ogg_uint32_t *)(book->dec_table))[chase*2+((lok>>i)&1)];
758 ogg_uint32_t entry = decode_packed_entry_number(s,b);