|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/mem.h"#include "libavutil/x86/asm.h"#include "libavutil/x86/cpu.h"#include "libavcodec/ac3.h"#include "libavcodec/ac3dsp.h"Go to the source code of this file.
Macros | |
| #define | DOWNMIX_FUNC_OPT(ch, opt) |
| #define | DOWNMIX_FUNCS(opt) |
| #define | SET_DOWNMIX(ch, suf, SUF) |
| #define | SET_DOWNMIX_ALL(suf, SUF) |
| #define DOWNMIX_FUNC_OPT | ( | ch, | |
| opt | |||
| ) |
| #define DOWNMIX_FUNCS | ( | opt | ) |
Definition at line 129 of file ac3dsp_init.c.
| #define SET_DOWNMIX | ( | ch, | |
| suf, | |||
| SUF | |||
| ) |
| #define SET_DOWNMIX_ALL | ( | suf, | |
| SUF | |||
| ) |
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
| int ff_ac3_compute_mantissa_size_sse2 | ( | uint16_t | mant_cnt[6][16] | ) |
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
Referenced by ff_ac3dsp_init_x86().
| void ff_apply_window_int16_round_mmxext | ( | int16_t * | output, |
| const int16_t * | input, | ||
| const int16_t * | window, | ||
| unsigned int | len | ||
| ) |
Referenced by ff_ac3dsp_init_x86().
| void ff_apply_window_int16_round_sse2 | ( | int16_t * | output, |
| const int16_t * | input, | ||
| const int16_t * | window, | ||
| unsigned int | len | ||
| ) |
Referenced by ff_ac3dsp_init_x86().
| void ff_apply_window_int16_mmxext | ( | int16_t * | output, |
| const int16_t * | input, | ||
| const int16_t * | window, | ||
| unsigned int | len | ||
| ) |
Referenced by ff_ac3dsp_init_x86().
| void ff_apply_window_int16_sse2 | ( | int16_t * | output, |
| const int16_t * | input, | ||
| const int16_t * | window, | ||
| unsigned int | len | ||
| ) |
Referenced by ff_ac3dsp_init_x86().
| void ff_apply_window_int16_ssse3 | ( | int16_t * | output, |
| const int16_t * | input, | ||
| const int16_t * | window, | ||
| unsigned int | len | ||
| ) |
Referenced by ff_ac3dsp_init_x86().
| void ff_apply_window_int16_ssse3_atom | ( | int16_t * | output, |
| const int16_t * | input, | ||
| const int16_t * | window, | ||
| unsigned int | len | ||
| ) |
Referenced by ff_ac3dsp_init_x86().
| av_cold void ff_ac3dsp_init_x86 | ( | AC3DSPContext * | c, |
| int | bit_exact | ||
| ) |
Definition at line 66 of file ac3dsp_init.c.
Referenced by ff_ac3dsp_init().
| void ff_ac3dsp_set_downmix_x86 | ( | AC3DSPContext * | c | ) |
Definition at line 139 of file ac3dsp_init.c.
Referenced by ff_ac3dsp_downmix().
1.8.17