Searched refs:ec_ctx (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dentcode.h39 typedef struct ec_ctx ec_ctx; typedef in typeref:struct:ec_ctx
40 typedef struct ec_ctx ec_enc;
41 typedef struct ec_ctx ec_dec;
55 struct ec_ctx{ struct
86 static inline opus_uint32 ec_range_bytes(ec_ctx *_this){
90 static inline unsigned char *ec_get_buffer(ec_ctx *_this){
94 static inline int ec_get_error(ec_ctx *_this){
104 static inline int ec_tell(ec_ctx *_this){
114 opus_uint32 ec_tell_frac(ec_ctx *_thi
[all...]
H A Dentcode.c65 opus_uint32 ec_tell_frac(ec_ctx *_this){
H A Drate.h99 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth);
H A Dbands.h104 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
H A Dbands.c630 ec_ctx *ec;
663 ec_ctx *ec;
830 ec_ctx *ec;
886 ec_ctx *ec;
1202 ec_ctx *ec;
1346 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int LM, int codedBands, opus_uint32 *seed)
H A Drate.c251 int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth)
527 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth)

Completed in 1312 milliseconds