OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EC_UINT_BITS
(Results
1 - 3
of
3
) sorted by null
/external/libopus/celt/
entcode.h
53
# define
EC_UINT_BITS
(8)
entdec.c
206
if(ftb>
EC_UINT_BITS
){
208
ftb-=
EC_UINT_BITS
;
entenc.c
183
if(ftb>
EC_UINT_BITS
){
184
ftb-=
EC_UINT_BITS
;
Completed in 146 milliseconds