| 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) | 
| void | ff_sub_left_predict_avx (uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height) | 
| 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().
| void ff_sub_left_predict_avx | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| ptrdiff_t | width, | ||
| int | height | ||
| ) | 
Referenced by ff_llvidencdsp_init_x86().
| av_cold void ff_llvidencdsp_init_x86 | ( | LLVidEncDSPContext * | c | ) | 
Definition at line 86 of file lossless_videoencdsp_init.c.
Referenced by ff_llvidencdsp_init().
 1.8.6
 1.8.6