Home
last modified time | relevance | path

Searched defs:ec_ctx (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
Dentcode.h39 typedef struct ec_ctx ec_ctx; typedef
55 struct ec_ctx{ struct
57 unsigned char *buf;
59 opus_uint32 storage;
61 opus_uint32 end_offs;
86 static inline opus_uint32 ec_range_bytes(ec_ctx *_this){ in ec_range_bytes() argument