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

/external/chromium_org/third_party/opus/src/celt/
H A Dentcode.h40 typedef struct ec_ctx ec_ctx; typedef in typeref:struct:ec_ctx
41 typedef struct ec_ctx ec_enc;
42 typedef struct ec_ctx ec_dec;
56 struct ec_ctx{ struct
87 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){
91 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){
95 static OPUS_INLINE int ec_get_error(ec_ctx *_this){
105 static OPUS_INLINE int ec_tell(ec_ctx *_this){
115 opus_uint32 ec_tell_frac(ec_ctx *_thi
[all...]
/external/libopus/celt/
H A Dentcode.h40 typedef struct ec_ctx ec_ctx; typedef in typeref:struct:ec_ctx
41 typedef struct ec_ctx ec_enc;
42 typedef struct ec_ctx ec_dec;
56 struct ec_ctx{ struct
87 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){
91 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){
95 static OPUS_INLINE int ec_get_error(ec_ctx *_this){
105 static OPUS_INLINE int ec_tell(ec_ctx *_this){
115 opus_uint32 ec_tell_frac(ec_ctx *_thi
[all...]

Completed in 135 milliseconds