OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:celt_maxabs16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
fixed_c5x.h
76
#define
celt_maxabs16
(x, len) MAX32(EXTEND32(maxval((DATA *)x, len)),-EXTEND32(minval((DATA *)x, len)))
macro
mathops.h
47
static inline opus_val32
celt_maxabs16
(const opus_val16 *x, int len)
function
76
#define celt_maxabs32(x,len)
celt_maxabs16
(x,len)
Completed in 48 milliseconds