FFmpeg
|
#include "libavutil/thread.h"
#include "libavcodec/aac_defines.h"
#include "libavcodec/avcodec.h"
#include "aacdec.h"
#include "libavcodec/aactab.h"
#include "libavcodec/sinewin_fixed_tablegen.h"
#include "libavcodec/kbdwin.h"
#include "libavcodec/cbrt_data.h"
#include "libavcodec/aacsbr.h"
#include "aacdec_fixed_dequant.h"
#include "aacdec_fixed_coupling.h"
#include "aacdec_fixed_prediction.h"
#include "aacdec_dsp_template.c"
#include "aacdec_proc_template.c"
Go to the source code of this file.
Macros | |
#define | USE_FIXED 1 |
Functions | |
static void | init_tables_fixed_fn (void) |
av_cold int | ff_aac_decode_init_fixed (AVCodecContext *avctx) |
Dequantization-related. More... | |
Variables | |
static int | aac_kbd_long_1024_fixed [1024] |
static int | aac_kbd_short_128_fixed [128] |
static int | aac_kbd_long_960_fixed [960] |
static int | aac_kbd_short_120_fixed [120] |
static int | aac_kbd_long_768_fixed [768] |
static int | aac_kbd_short_96_fixed [96] |
static const int | cce_scale_fixed [8] |
#define USE_FIXED 1 |
Definition at line 32 of file aacdec_fixed.c.
|
static |
Definition at line 53 of file aacdec_fixed.c.
Referenced by ff_aac_decode_init_fixed().
av_cold int ff_aac_decode_init_fixed | ( | AVCodecContext * | avctx | ) |
Dequantization-related.
Definition at line 87 of file aacdec_fixed.c.
|
static |
Definition at line 46 of file aacdec_fixed.c.
Referenced by init_tables_fixed_fn().
|
static |
Definition at line 47 of file aacdec_fixed.c.
Referenced by init_tables_fixed_fn().
|
static |
Definition at line 48 of file aacdec_fixed.c.
Referenced by init_tables_fixed_fn().
|
static |
Definition at line 49 of file aacdec_fixed.c.
Referenced by init_tables_fixed_fn().
|
static |
Definition at line 50 of file aacdec_fixed.c.
|
static |
Definition at line 51 of file aacdec_fixed.c.
|
static |
Definition at line 68 of file aacdec_fixed.c.
Referenced by apply_dependent_coupling(), and apply_independent_coupling().