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

◆ NRTab

const char fl::third_party::NRTab[6][3][4]
static
Initial value:
= {
{ {6, 5, 5, 5},
{3, 3, 3, 3},
{6, 3, 3, 3},
},
{ {6, 5, 7, 3},
{3, 3, 4, 2},
{6, 3, 4, 2},
},
{ {11, 10, 0, 0},
{6, 6, 0, 0},
{6, 3, 6, 0},
},
{ {7, 7, 7, 0},
{4, 4, 4, 0},
{6, 5, 4, 0},
},
{ {6, 6, 6, 3},
{4, 3, 3, 2},
{6, 4, 3, 2},
},
{ {8, 8, 5, 0},
{5, 4, 3, 0},
{6, 6, 3, 0},
}
}

Definition at line 160 of file scalfact.hpp.

160 {
161 /* non-intensity stereo */
162 { {6, 5, 5, 5},
163 {3, 3, 3, 3}, /* includes / 3 */
164 {6, 3, 3, 3}, /* includes / 3 except for first entry */
165 },
166 { {6, 5, 7, 3},
167 {3, 3, 4, 2},
168 {6, 3, 4, 2},
169 },
170 { {11, 10, 0, 0},
171 {6, 6, 0, 0},
172 {6, 3, 6, 0}, /* spec = [15,18,0,0], but 15 = 6L + 9S, so move 9/3=3 into col 1, 18/3=6 into col 2 and adj. slen[1,2] below */
173 },
174 /* intensity stereo, right chan */
175 { {7, 7, 7, 0},
176 {4, 4, 4, 0},
177 {6, 5, 4, 0},
178 },
179 { {6, 6, 6, 3},
180 {4, 3, 3, 2},
181 {6, 4, 3, 2},
182 },
183 { {8, 8, 5, 0},
184 {5, 4, 3, 0},
185 {6, 6, 3, 0},
186 }
187};

Referenced by UnpackSFMPEG2().