OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRAC_MUL16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
bands.c
58
x2 = (32767-x2) +
FRAC_MUL16
(x2, (-7651 +
FRAC_MUL16
(x2, (8277 +
FRAC_MUL16
(-626, x2)))));
72
+
FRAC_MUL16
(isin,
FRAC_MUL16
(isin, -2597) + 7932)
73
-
FRAC_MUL16
(icos,
FRAC_MUL16
(icos, -2597) + 7932);
912
delta =
FRAC_MUL16
((N-1)<<7,bitexact_log2tan(iside,imid));
[
all
...]
mathops.h
42
#define
FRAC_MUL16
(a,b) ((16384+((opus_int32)(opus_int16)(a)*(opus_int16)(b)))>>15)
Completed in 212 milliseconds