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

◆ PLM_AUDIO_QUANT_LUT_STEP_3

const uint8_t fl::third_party::PLM_AUDIO_QUANT_LUT_STEP_3[3][32]
static
Initial value:
= {
{
0x44,0x44,
0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34
},
{
0x43,0x43,0x43,
0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,
0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
0x20,0x20,0x20,0x20,0x20,0x20,0x20
},
{
0x45,0x45,0x45,0x45,
0x34,0x34,0x34,0x34,0x34,0x34,0x34,
0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,
0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24
}
}

Definition at line 3143 of file pl_mpeg.hpp.

3143 {
3144 // Low-rate table (3-B.2c and 3-B.2d)
3145 {
3146 0x44,0x44,
3147 0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34
3148 },
3149 // High-rate table (3-B.2a and 3-B.2b)
3150 {
3151 0x43,0x43,0x43,
3152 0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,
3153 0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
3154 0x20,0x20,0x20,0x20,0x20,0x20,0x20
3155 },
3156 // MPEG-2 LSR table (B.2 in ISO 13818-3)
3157 {
3158 0x45,0x45,0x45,0x45,
3159 0x34,0x34,0x34,0x34,0x34,0x34,0x34,
3160 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,
3161 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24
3162 }
3163};

Referenced by plm_audio_read_allocation().