FFmpeg
Variables
aacdectab.h File Reference
#include "libavutil/channel_layout.h"
#include "aac.h"
#include <stdint.h>

Go to the source code of this file.

Variables

static const int8_t tags_per_config [16] = { 0, 1, 1, 2, 3, 3, 4, 5, 0, 0, 0, 4, 5, 0, 5, 0 }
 
static const uint8_t aac_channel_layout_map [16][5][3]
 
static const uint64_t aac_channel_layout [16]
 

Detailed Description

AAC decoder data

Author
Oded Shimon ( ods15 ods15 dyndns org )
Maxim Gavrilov ( maxim.gavrilov gmail com )

Definition in file aacdectab.h.

Variable Documentation

◆ tags_per_config

const int8_t tags_per_config[16] = { 0, 1, 1, 2, 3, 3, 4, 5, 0, 0, 0, 4, 5, 0, 5, 0 }
static

Definition at line 38 of file aacdectab.h.

Referenced by aac_decode_er_frame(), get_che(), and set_default_channel_config().

◆ aac_channel_layout_map

const uint8_t aac_channel_layout_map[16][5][3]
static

◆ aac_channel_layout

const uint64_t aac_channel_layout[16]
static
AAC_CHANNEL_BACK
@ AAC_CHANNEL_BACK
Definition: aac.h:98
AV_CH_LAYOUT_6POINT1
#define AV_CH_LAYOUT_6POINT1
Definition: channel_layout.h:102
AV_CH_LAYOUT_7POINT1_WIDE_BACK
#define AV_CH_LAYOUT_7POINT1_WIDE_BACK
Definition: channel_layout.h:109
AV_CH_LAYOUT_5POINT0_BACK
#define AV_CH_LAYOUT_5POINT0_BACK
Definition: channel_layout.h:97
AV_CH_LAYOUT_MONO
#define AV_CH_LAYOUT_MONO
Definition: channel_layout.h:85
TYPE_CPE
@ TYPE_CPE
Definition: aac.h:57
AV_CH_LAYOUT_STEREO
#define AV_CH_LAYOUT_STEREO
Definition: channel_layout.h:86
AAC_CHANNEL_SIDE
@ AAC_CHANNEL_SIDE
Definition: aac.h:97
AAC_CHANNEL_FRONT
@ AAC_CHANNEL_FRONT
Definition: aac.h:96
AV_CH_LAYOUT_5POINT1_BACK
#define AV_CH_LAYOUT_5POINT1_BACK
Definition: channel_layout.h:98
AV_CH_LAYOUT_7POINT1
#define AV_CH_LAYOUT_7POINT1
Definition: channel_layout.h:107
TYPE_LFE
@ TYPE_LFE
Definition: aac.h:59
TYPE_SCE
@ TYPE_SCE
Definition: aac.h:56
AAC_CHANNEL_LFE
@ AAC_CHANNEL_LFE
Definition: aac.h:99
AV_CH_LAYOUT_SURROUND
#define AV_CH_LAYOUT_SURROUND
Definition: channel_layout.h:89
AV_CH_LAYOUT_4POINT0
#define AV_CH_LAYOUT_4POINT0
Definition: channel_layout.h:91