Skip to content
Snippets Groups Projects
Commit 59f42b5d authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

fix for TI version of celt_maxabs16()

parent 6e09f680
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
#define celt_ilog2(x) (30 - _lnorm(x))
#define OVERRIDE_CELT_ILOG2
#define celt_maxabs16(x) MAX16(maxval((DATA *)x, len),-minval((DATA *)x, len))
#define celt_maxabs16(x, len) MAX16(maxval((DATA *)x, len),-minval((DATA *)x, len))
#define OVERRIDE_CELT_MAXABS16
#endif /* FIXED_C5X_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment