|
Libav
|
#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavcodec/dcadsp.h"Go to the source code of this file.
Functions | |
| void | ff_int8x8_fmul_int32_sse (float *dst, const int8_t *src, int scale) |
| void | ff_int8x8_fmul_int32_sse2 (float *dst, const int8_t *src, int scale) |
| void | ff_int8x8_fmul_int32_sse4 (float *dst, const int8_t *src, int scale) |
| av_cold void | ff_dcadsp_init_x86 (DCADSPContext *s) |
| void ff_int8x8_fmul_int32_sse | ( | float * | dst, |
| const int8_t * | src, | ||
| int | scale | ||
| ) |
Referenced by ff_dcadsp_init_x86().
| void ff_int8x8_fmul_int32_sse2 | ( | float * | dst, |
| const int8_t * | src, | ||
| int | scale | ||
| ) |
Referenced by ff_dcadsp_init_x86().
| void ff_int8x8_fmul_int32_sse4 | ( | float * | dst, |
| const int8_t * | src, | ||
| int | scale | ||
| ) |
Referenced by ff_dcadsp_init_x86().
| av_cold void ff_dcadsp_init_x86 | ( | DCADSPContext * | s | ) |
Definition at line 30 of file dcadsp_init.c.
Referenced by ff_dcadsp_init().
1.8.1.2