|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/asm.h"#include "libavutil/x86/cpu.h"#include "libavcodec/lossless_videoencdsp.h"#include "libavcodec/mathops.h"Go to the source code of this file.
Functions | |
| void | ff_diff_bytes_mmx (uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) |
| void | ff_diff_bytes_sse2 (uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) |
| void | ff_diff_bytes_avx2 (uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) |
| av_cold void | ff_llvidencdsp_init_x86 (LLVidEncDSPContext *c) |
Referenced by ff_llvidencdsp_init_x86().
Referenced by ff_llvidencdsp_init_x86().
Referenced by ff_llvidencdsp_init_x86().
| av_cold void ff_llvidencdsp_init_x86 | ( | LLVidEncDSPContext * | c | ) |
Definition at line 83 of file lossless_videoencdsp_init.c.
Referenced by ff_llvidencdsp_init().
1.8.6