|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavfilter/avf_showcqt.h"Go to the source code of this file.
Macros | |
| #define | DECLARE_CQT_CALC(type) |
| #define | permute_coeffs_0 NULL |
| #define | SELECT_CQT_CALC(type, TYPE, align, perm) |
Functions | |
| DECLARE_CQT_CALC (sse) | |
| DECLARE_CQT_CALC (sse3) | |
| DECLARE_CQT_CALC (avx) | |
| DECLARE_CQT_CALC (fma3) | |
| DECLARE_CQT_CALC (fma4) | |
| static void | permute_coeffs_01452367 (float *v, int len) |
| av_cold void | ff_showcqt_init_x86 (ShowCQTContext *s) |
| #define DECLARE_CQT_CALC | ( | type | ) |
Definition at line 26 of file avf_showcqt_init.c.
| #define permute_coeffs_0 NULL |
Definition at line 36 of file avf_showcqt_init.c.
Referenced by ff_showcqt_init_x86().
| DECLARE_CQT_CALC | ( | sse | ) |
| DECLARE_CQT_CALC | ( | sse3 | ) |
| DECLARE_CQT_CALC | ( | avx | ) |
| DECLARE_CQT_CALC | ( | fma3 | ) |
| DECLARE_CQT_CALC | ( | fma4 | ) |
|
static |
Definition at line 38 of file avf_showcqt_init.c.
| av_cold void ff_showcqt_init_x86 | ( | ShowCQTContext * | s | ) |
Definition at line 47 of file avf_showcqt_init.c.
Referenced by config_output().
1.8.6