FastLED
3.9.15
Loading...
Searching...
No Matches
◆
PLM_AUDIO_QUANT_LUT_STEP_1
const
uint8_t
fl::third_party::PLM_AUDIO_QUANT_LUT_STEP_1[2][16]
static
Initial value:
= {
{ 0, 0, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2 },
{ 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 2, 2 }
}
Definition at line
3121
of file
pl_mpeg.hpp
.
3121
{
3122
// 32, 48, 56, 64, 80, 96,112,128,160,192,224,256,320,384 <- bitrate
3123
{ 0, 0, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2 },
// mono
3124
// 16, 24, 28, 32, 40, 48, 56, 64, 80, 96,112,128,160,192 <- bitrate / chan
3125
{ 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 2, 2 }
// stereo
3126
};
Referenced by
plm_audio_decode_frame()
.
fl
third_party
Generated on Tue Jun 16 2026 00:07:11 for FastLED by
1.13.2