Go to the source code of this file.
◆ DECLARE_CQT_CALC
| #define DECLARE_CQT_CALC |
( |
| type | ) |
|
Value:
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
Definition at line 26 of file avf_showcqt_init.c.
◆ permute_coeffs_0
| #define permute_coeffs_0 NULL |
◆ SELECT_CQT_CALC
Value:
s->cqt_calc = ff_showcqt_cqt_calc_##
type; \
s->permute_coeffs = permute_coeffs_##
perm; \
}
static const uint8_t *BS_FUNC align(BSCTX *bc)
Skip bits to a byte boundary.
static const CheckasmCpuInfo cpuflags[]
Referenced by ff_showcqt_init_x86().
◆ DECLARE_CQT_CALC() [1/5]
◆ DECLARE_CQT_CALC() [2/5]
| DECLARE_CQT_CALC |
( |
sse3 | | ) |
|
◆ DECLARE_CQT_CALC() [3/5]
◆ DECLARE_CQT_CALC() [4/5]
| DECLARE_CQT_CALC |
( |
fma3 | | ) |
|
◆ DECLARE_CQT_CALC() [5/5]
| DECLARE_CQT_CALC |
( |
fma4 | | ) |
|
◆ permute_coeffs_01452367()
| static void permute_coeffs_01452367 |
( |
float * | v, |
|
|
int | len ) |
|
static |
◆ ff_showcqt_init_x86()