#include "aac.h"
#include <stdint.h>
Go to the source code of this file.
Variables | |
| static const float | tns_tmp2_map_1_3 [4] |
| static const float | tns_tmp2_map_0_3 [8] |
| static const float | tns_tmp2_map_1_4 [8] |
| static const float | tns_tmp2_map_0_4 [16] |
| static const float *const | tns_tmp2_map [4] |
| static const int8_t | tags_per_config [16] = { 0, 1, 1, 2, 3, 3, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0 } |
| static const uint8_t | aac_channel_layout_map [7][5][2] |
| static const int64_t | aac_channel_layout [8] |
Definition in file aacdectab.h.
const int64_t aac_channel_layout[8] [static] |
Initial value:
{
CH_LAYOUT_MONO,
CH_LAYOUT_STEREO,
CH_LAYOUT_SURROUND,
CH_LAYOUT_4POINT0,
CH_LAYOUT_5POINT0_BACK,
CH_LAYOUT_5POINT1_BACK,
CH_LAYOUT_7POINT1_WIDE,
0,
}
Definition at line 84 of file aacdectab.h.
Referenced by output_configure().
const uint8_t aac_channel_layout_map[7][5][2] [static] |
Initial value:
{
{ { TYPE_SCE, 0 }, },
{ { TYPE_CPE, 0 }, },
{ { TYPE_CPE, 0 }, { TYPE_SCE, 0 }, },
{ { TYPE_CPE, 0 }, { TYPE_SCE, 0 }, { TYPE_SCE, 1 }, },
{ { TYPE_CPE, 0 }, { TYPE_SCE, 0 }, { TYPE_CPE, 1 }, },
{ { TYPE_CPE, 0 }, { TYPE_SCE, 0 }, { TYPE_LFE, 0 }, { TYPE_CPE, 1 }, },
{ { TYPE_CPE, 0 }, { TYPE_SCE, 0 }, { TYPE_LFE, 0 }, { TYPE_CPE, 2 }, { TYPE_CPE, 1 }, },
}
Definition at line 74 of file aacdectab.h.
Referenced by output_configure().
const int8_t tags_per_config[16] = { 0, 1, 1, 2, 3, 3, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0 } [static] |
const float* const tns_tmp2_map[4] [static] |
const float tns_tmp2_map_0_3[8] [static] |
Initial value:
{
0.00000000, -0.43388373, -0.78183150, -0.97492790,
0.98480773, 0.86602539, 0.64278758, 0.34202015,
}
Definition at line 47 of file aacdectab.h.
const float tns_tmp2_map_0_4[16] [static] |
Initial value:
{
0.00000000, -0.20791170, -0.40673664, -0.58778524,
-0.74314481, -0.86602539, -0.95105654, -0.99452192,
0.99573416, 0.96182561, 0.89516330, 0.79801720,
0.67369562, 0.52643216, 0.36124167, 0.18374951,
}
Definition at line 57 of file aacdectab.h.
const float tns_tmp2_map_1_3[4] [static] |
Initial value:
{
0.00000000, -0.43388373, 0.64278758, 0.34202015,
}
Definition at line 43 of file aacdectab.h.
const float tns_tmp2_map_1_4[8] [static] |
Initial value:
{
0.00000000, -0.20791170, -0.40673664, -0.58778524,
0.67369562, 0.52643216, 0.36124167, 0.18374951,
}
Definition at line 52 of file aacdectab.h.
1.5.8