OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EC_CODE_BITS
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
mfrngcod.h
37
# define
EC_CODE_BITS
(32)
41
# define EC_CODE_SHIFT (
EC_CODE_BITS
-EC_SYM_BITS-1)
43
# define EC_CODE_TOP (((opus_uint32)1U)<<(
EC_CODE_BITS
-1))
47
# define EC_CODE_EXTRA ((
EC_CODE_BITS
-2)%EC_SYM_BITS+1)
entdec.c
128
_this->nbits_total=
EC_CODE_BITS
+1
129
-((
EC_CODE_BITS
-EC_CODE_EXTRA)/EC_SYM_BITS)*EC_SYM_BITS;
entenc.c
118
_this->nbits_total=
EC_CODE_BITS
+1;
252
l=
EC_CODE_BITS
-EC_ILOG(_this->rng);
/external/libopus/celt/
mfrngcod.h
37
# define
EC_CODE_BITS
(32)
41
# define EC_CODE_SHIFT (
EC_CODE_BITS
-EC_SYM_BITS-1)
43
# define EC_CODE_TOP (((opus_uint32)1U)<<(
EC_CODE_BITS
-1))
47
# define EC_CODE_EXTRA ((
EC_CODE_BITS
-2)%EC_SYM_BITS+1)
entdec.c
128
_this->nbits_total=
EC_CODE_BITS
+1
129
-((
EC_CODE_BITS
-EC_CODE_EXTRA)/EC_SYM_BITS)*EC_SYM_BITS;
entenc.c
118
_this->nbits_total=
EC_CODE_BITS
+1;
252
l=
EC_CODE_BITS
-EC_ILOG(_this->rng);
Completed in 1522 milliseconds