OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ec_ctx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
entcode.h
40
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
*_this)
[
all
...]
/external/libopus/celt/
entcode.h
40
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
*_this)
[
all
...]
Completed in 392 milliseconds