FFmpeg
|
#include "aacdec_tab.h"
Go to the source code of this file.
Functions | |
static void | vector_pow43 (int *coefs, int len) |
static void | subband_scale (int *dst, int *src, int scale, int offset, int len, void *log_context) |
static void | noise_scale (int *coefs, int scale, int band_energy, int len) |
static int * | DEC_SPAIR (int *dst, unsigned idx) |
static int * | DEC_SQUAD (int *dst, unsigned idx) |
static int * | DEC_UPAIR (int *dst, unsigned idx, unsigned sign) |
static int * | DEC_UQUAD (int *dst, unsigned idx, unsigned sign) |
Variables | |
static const int | exp2tab [4] |
Definition at line 37 of file aacdec_fixed_dequant.h.
Referenced by decode_spectrum_and_dequant().
|
inlinestatic |
Definition at line 57 of file aacdec_fixed_dequant.h.
Referenced by apply_intensity_stereo(), and decode_spectrum_and_dequant().
Definition at line 89 of file aacdec_fixed_dequant.h.
Referenced by decode_spectrum_and_dequant().
Definition at line 130 of file aacdec_fixed_dequant.h.
Referenced by decode_spectrum_and_dequant().
Definition at line 138 of file aacdec_fixed_dequant.h.
Referenced by decode_spectrum_and_dequant().
Definition at line 148 of file aacdec_fixed_dequant.h.
Referenced by decode_spectrum_and_dequant().
Definition at line 156 of file aacdec_fixed_dequant.h.
Referenced by decode_spectrum_and_dequant().
|
static |
Definition at line 52 of file aacdec_fixed_dequant.h.
Referenced by noise_scale(), and subband_scale().