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) |
av_cold void | ff_bswapdsp_init_x86 (BswapDSPContext *c) |
Referenced by ff_bswapdsp_init_x86().
Referenced by ff_bswapdsp_init_x86().
av_cold void ff_bswapdsp_init_x86 | ( | BswapDSPContext * | c | ) |
Definition at line 29 of file bswapdsp_init.c.
Referenced by ff_bswapdsp_init().