FastLED 3.9.15
Loading...
Searching...
No Matches

◆ dcttab

const int32_t fl::third_party::dcttab[48]
static
Initial value:
= {
}
#define COS0_3
Definition dct32.hpp:58
#define COS0_4
Definition dct32.hpp:59
#define COS1_6
Definition dct32.hpp:78
#define COS0_8
Definition dct32.hpp:63
#define COS0_10
Definition dct32.hpp:65
#define COS3_1
Definition dct32.hpp:87
#define COS0_0
Definition dct32.hpp:55
#define COS1_7
Definition dct32.hpp:79
#define COS0_5
Definition dct32.hpp:60
#define COS1_2
Definition dct32.hpp:74
#define COS2_0
Definition dct32.hpp:81
#define COS0_1
Definition dct32.hpp:56
#define COS0_9
Definition dct32.hpp:64
#define COS3_0
Definition dct32.hpp:86
#define COS1_0
Definition dct32.hpp:72
#define COS2_2
Definition dct32.hpp:83
#define COS1_5
Definition dct32.hpp:77
#define COS1_4
Definition dct32.hpp:76
#define COS1_1
Definition dct32.hpp:73
#define COS2_1
Definition dct32.hpp:82
#define COS0_2
Definition dct32.hpp:57
#define COS0_7
Definition dct32.hpp:62
#define COS2_3
Definition dct32.hpp:84
#define COS1_3
Definition dct32.hpp:75
#define COS0_12
Definition dct32.hpp:67
#define COS0_14
Definition dct32.hpp:69
#define COS0_11
Definition dct32.hpp:66
#define COS0_15
Definition dct32.hpp:70
#define COS0_6
Definition dct32.hpp:61
#define COS0_13
Definition dct32.hpp:68

Definition at line 92 of file dct32.hpp.

92 {
93 /* first pass */
94 COS0_0, COS0_15, COS1_0, /* 31, 27, 31 */
95 COS0_1, COS0_14, COS1_1, /* 31, 29, 31 */
96 COS0_2, COS0_13, COS1_2, /* 31, 29, 31 */
97 COS0_3, COS0_12, COS1_3, /* 31, 30, 31 */
98 COS0_4, COS0_11, COS1_4, /* 31, 30, 31 */
99 COS0_5, COS0_10, COS1_5, /* 31, 31, 30 */
100 COS0_6, COS0_9, COS1_6, /* 31, 31, 30 */
101 COS0_7, COS0_8, COS1_7, /* 31, 31, 28 */
102 /* second pass */
103 COS2_0, COS2_3, COS3_0, /* 31, 29, 31 */
104 COS2_1, COS2_2, COS3_1, /* 31, 31, 30 */
105 -COS2_0, -COS2_3, COS3_0, /* 31, 29, 31 */
106 -COS2_1, -COS2_2, COS3_1, /* 31, 31, 30 */
107 COS2_0, COS2_3, COS3_0, /* 31, 29, 31 */
108 COS2_1, COS2_2, COS3_1, /* 31, 31, 30 */
109 -COS2_0, -COS2_3, COS3_0, /* 31, 29, 31 */
110 -COS2_1, -COS2_2, COS3_1, /* 31, 31, 30 */
111};

Referenced by FDCT32().