move back common constants for lossless_enc*.c into the .h

Change-Id: I11bc979db691f6518d85e2e1c3ac7f05d69681b0
This commit is contained in:
Pascal Massimino
2015-12-17 15:11:56 +01:00
parent fb4c7832f1
commit b0547ff0b4
3 changed files with 8 additions and 11 deletions

View File

@ -22,10 +22,6 @@
#include <stdlib.h>
#include <string.h>
#define APPROX_LOG_WITH_CORRECTION_MAX 65536
#define APPROX_LOG_MAX 4096
#define LOG_2_RECIPROCAL 1.44269504088896338700465094007086
static float FastSLog2Slow(uint32_t v) {
assert(v >= LOG_LOOKUP_IDX_MAX);
if (v < APPROX_LOG_WITH_CORRECTION_MAX) {