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

16-bit fix

parent d748cd55
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
#include "laplace.h"
static int ec_laplace_get_total(int decay)
static ec_int32 ec_laplace_get_total(int decay)
{
return (((ec_uint32)1)<<30)/((((ec_uint32)1)<<14) - decay) - (((ec_uint32)1)<<15) + 1;
}
......
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