summaryrefslogtreecommitdiffstats
path: root/tremor/mdct_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'tremor/mdct_lookup.h')
-rw-r--r--tremor/mdct_lookup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tremor/mdct_lookup.h b/tremor/mdct_lookup.h
index 970e199f7f..1e6cbdb9e6 100644
--- a/tremor/mdct_lookup.h
+++ b/tremor/mdct_lookup.h
@@ -14,7 +14,7 @@
function: sin,cos lookup tables
********************************************************************/
-
+
#include "os_types.h"
/* {sin(2*i*PI/4096), cos(2*i*PI/4096)}, with i = 0 to 512 */
@@ -277,7 +277,7 @@ static LOOKUP_T sincos_lookup0[1026] = {
X(0x5a3b47ab), X(0x5ac973b5), X(0x5a5ee79a), X(0x5aa5fda5),
X(0x5a82799a), X(0x5a82799a)
};
-
+
/* {sin((2*i+1)*PI/4096), cos((2*i+1)*PI/4096)}, with i = 0 to 511 */
static LOOKUP_T sincos_lookup1[1024] = {
X(0x001921fb), X(0x7ffffd88), X(0x004b65ee), X(0x7fffe9cb),
@@ -537,4 +537,4 @@ static LOOKUP_T sincos_lookup1[1024] = {
X(0x5a05bdae), X(0x5afe8a8b), X(0x5a29727b), X(0x5adb297d),
X(0x5a4d1960), X(0x5ab7ba6c), X(0x5a70b258), X(0x5a943d5e),
};
-
+