#include <stdint.h>
#include "libavutil/common.h"
#include "libavutil/thread.h"
#include "aacps.h"
#include "get_bits.h"
#include "aacpsdata.c"
Go to the source code of this file.
|
#define | READ_PAR_DATA(PAR, OFFSET, MASK, ERR_CONDITION, NB_BITS, MAX_DEPTH) |
|
#define | PS_INIT_VLC_STATIC(num, nb_bits, size) |
|
#define | PS_VLC_ROW(name) { name ## _codes, name ## _bits, sizeof(name ## _codes), sizeof(name ## _codes[0]) } |
|
◆ READ_PAR_DATA
◆ PS_INIT_VLC_STATIC
#define PS_INIT_VLC_STATIC |
( |
|
num, |
|
|
|
nb_bits, |
|
|
|
size |
|
) |
| |
Value:
ps_tmp[num].ps_bits, 1, 1, \
ps_tmp[num].ps_codes, ps_tmp[num].elem_size, ps_tmp[num].elem_size, \
#define INIT_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size)
Definition at line 281 of file aacps_common.c.
◆ PS_VLC_ROW
#define PS_VLC_ROW |
( |
|
name | ) |
{ name ## _codes, name ## _bits, sizeof(name ## _codes), sizeof(name ## _codes[0]) } |
◆ anonymous enum
Enumerator |
---|
huff_iid_df1 | |
huff_iid_dt1 | |
huff_iid_df0 | |
huff_iid_dt0 | |
huff_icc_df | |
huff_icc_dt | |
huff_ipd_df | |
huff_ipd_dt | |
huff_opd_df | |
huff_opd_dt | |
Definition at line 42 of file aacps_common.c.
◆ ps_read_extension_data()
◆ ff_ps_read_data()
◆ ps_init_common()
◆ ff_ps_init_common()
◆ num_env_tab
const int8_t num_env_tab[2][4] |
|
static |
Initial value:= {
{ 0, 1, 2, 4, },
{ 1, 2, 3, 4, },
}
Definition at line 29 of file aacps_common.c.
◆ nr_iidicc_par_tab
const int8_t nr_iidicc_par_tab[] |
|
static |
Initial value:= {
10, 20, 34, 10, 20, 34,
}
Definition at line 34 of file aacps_common.c.
◆ nr_iidopd_par_tab
const int8_t nr_iidopd_par_tab[] |
|
static |
Initial value:= {
5, 11, 17, 5, 11, 17,
}
Definition at line 38 of file aacps_common.c.
◆ huff_iid
◆ vlc_ps