Home
last modified time | relevance | path

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

/external/libopus/celt/
Dentcode.h46 typedef struct ec_ctx ec_ctx; typedef
47 typedef struct ec_ctx ec_enc;
48 typedef struct ec_ctx ec_dec;
62 struct ec_ctx{ struct
93 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){ in ec_range_bytes() argument
97 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){ in ec_get_buffer()
101 static OPUS_INLINE int ec_get_error(ec_ctx *_this){ in ec_get_error()
111 static OPUS_INLINE int ec_tell(ec_ctx *_this){ in ec_tell()
121 opus_uint32 ec_tell_frac(ec_ctx *_this);
Dentcode.c69 opus_uint32 ec_tell_frac(ec_ctx *_this){ in ec_tell_frac()
86 opus_uint32 ec_tell_frac(ec_ctx *_this){ in ec_tell_frac()
Drate.h99 …32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, i…
Dbands.h110 opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed,
Dbands.c681 ec_ctx *ec;
718 ec_ctx *ec; in compute_theta()
911 ec_ctx *ec; in quant_band_n1()
961 ec_ctx *ec; in quant_partition()
1251 ec_ctx *ec; in quant_band_stereo()
1401 opus_int32 balance, ec_ctx *ec, int LM, int codedBands, in quant_all_bands()
1583 ec_ctx ec_save, ec_save2; in quant_all_bands()
Drate.c251 …int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwid… in interp_bits2pulses()
533 …32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, i… in compute_allocation()