Lines Matching refs:opus_uint32
37 extern const opus_uint32 SMALL_DIV_TABLE[129];
45 typedef opus_uint32 ec_window;
66 opus_uint32 storage;
68 opus_uint32 end_offs;
77 opus_uint32 offs;
79 opus_uint32 rng;
83 opus_uint32 val;
86 opus_uint32 ext;
93 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){ in ec_range_bytes()
121 opus_uint32 ec_tell_frac(ec_ctx *_this);
124 static OPUS_INLINE opus_uint32 celt_udiv(opus_uint32 n, opus_uint32 d) { in celt_udiv()
130 opus_uint32 t, q; in celt_udiv()