FFmpeg
Variables
aacpsdata.c File Reference
#include <stdint.h>

Go to the source code of this file.

Variables

static const uint8_t huff_sizes [] = { 61, 61, 29, 29, 15, 15, 8, 8, 8, 8 }
 
static const uint8_t aacps_huff_tabs [][2]
 
static const int8_t huff_offset []
 
const int8_t ff_k_to_i_20 []
 Table 8.48. More...
 
const int8_t ff_k_to_i_34 []
 Table 8.49. More...
 

Variable Documentation

◆ huff_sizes

const uint8_t huff_sizes[] = { 61, 61, 29, 29, 15, 15, 8, 8, 8, 8 }
static

Definition at line 24 of file aacpsdata.c.

◆ aacps_huff_tabs

const uint8_t aacps_huff_tabs[][2]
static

Definition at line 26 of file aacpsdata.c.

◆ huff_offset

const int8_t huff_offset[]
static
Initial value:
= {
-30, -30,
-14, -14,
-7, -7,
0, 0,
0, 0,
}

Definition at line 91 of file aacpsdata.c.

◆ ff_k_to_i_20

const int8_t ff_k_to_i_20[]
Initial value:
= {
1, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 14, 15,
15, 15, 16, 16, 16, 16, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18,
18, 18, 18, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19
}

Table 8.48.

Definition at line 100 of file aacpsdata.c.

Referenced by decorrelation(), and stereo_processing().

◆ ff_k_to_i_34

const int8_t ff_k_to_i_34[]
Initial value:
= {
0, 1, 2, 3, 4, 5, 6, 6, 7, 2, 1, 0, 10, 10, 4, 5, 6, 7, 8,
9, 10, 11, 12, 9, 14, 11, 12, 13, 14, 15, 16, 13, 16, 17, 18, 19, 20, 21,
22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 29,
30, 30, 30, 31, 31, 31, 31, 32, 32, 32, 32, 33, 33, 33, 33, 33, 33, 33, 33,
33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33
}

Table 8.49.

Definition at line 107 of file aacpsdata.c.

Referenced by decorrelation(), and stereo_processing().