HomeSort by relevance Sort by last modified time
    Searched full:ec_ctx (Results 1 - 6 of 6) sorted by null

  /external/libopus/celt/
entcode.h 46 typedef struct ec_ctx ec_ctx; typedef in typeref:struct:ec_ctx
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){
97 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){
101 static OPUS_INLINE int ec_get_error(ec_ctx *_this){
111 static OPUS_INLINE int ec_tell(ec_ctx *_this){
121 opus_uint32 ec_tell_frac(ec_ctx *_this)
    [all...]
entcode.c 69 opus_uint32 ec_tell_frac(ec_ctx *_this){
86 opus_uint32 ec_tell_frac(ec_ctx *_this){
rate.h 99 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);
bands.h 110 opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed,
bands.c 681 ec_ctx *ec;
718 ec_ctx *ec;
911 ec_ctx *ec;
961 ec_ctx *ec;
    [all...]
rate.c 251 int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth)
533 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 5877 milliseconds