|
FFmpeg
|
#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavcodec/bswapdsp.h"Go to the source code of this file.
Functions | |
| void | ff_bswap32_buf_sse2 (uint32_t *dst, const uint32_t *src, int w) |
| void | ff_bswap32_buf_ssse3 (uint32_t *dst, const uint32_t *src, int w) |
| void | ff_bswap32_buf_avx2 (uint32_t *dst, const uint32_t *src, int w) |
| av_cold void | ff_bswapdsp_init_x86 (BswapDSPContext *c) |
| void ff_bswap32_buf_sse2 | ( | uint32_t * | dst, |
| const uint32_t * | src, | ||
| int | w | ||
| ) |
Referenced by ff_bswapdsp_init_x86().
| void ff_bswap32_buf_ssse3 | ( | uint32_t * | dst, |
| const uint32_t * | src, | ||
| int | w | ||
| ) |
Referenced by ff_bswapdsp_init_x86().
| void ff_bswap32_buf_avx2 | ( | uint32_t * | dst, |
| const uint32_t * | src, | ||
| int | w | ||
| ) |
Referenced by ff_bswapdsp_init_x86().
| av_cold void ff_bswapdsp_init_x86 | ( | BswapDSPContext * | c | ) |
Definition at line 30 of file bswapdsp_init.c.
Referenced by ff_bswapdsp_init().
1.8.17