FFmpeg
|
#include "config.h"
#include "libavutil/x86/asm.h"
#include "../lossless_videodsp.h"
#include "libavutil/x86/cpu.h"
Go to the source code of this file.
Referenced by ff_llviddsp_init_x86().
Referenced by ff_llviddsp_init_x86().
Referenced by ff_llviddsp_init_x86().
void ff_add_median_pred_mmxext | ( | uint8_t * | dst, |
const uint8_t * | top, | ||
const uint8_t * | diff, | ||
ptrdiff_t | w, | ||
int * | left, | ||
int * | left_top | ||
) |
Referenced by ff_llviddsp_init_x86().
void ff_add_median_pred_sse2 | ( | uint8_t * | dst, |
const uint8_t * | top, | ||
const uint8_t * | diff, | ||
ptrdiff_t | w, | ||
int * | left, | ||
int * | left_top | ||
) |
Referenced by ff_llviddsp_init_x86().
Referenced by ff_llviddsp_init_x86().
Referenced by ff_llviddsp_init_x86().
Referenced by ff_llviddsp_init_x86().
int ff_add_left_pred_int16_ssse3 | ( | uint16_t * | dst, |
const uint16_t * | src, | ||
unsigned | mask, | ||
ptrdiff_t | w, | ||
unsigned | acc | ||
) |
Referenced by ff_llviddsp_init_x86().
int ff_add_left_pred_int16_unaligned_ssse3 | ( | uint16_t * | dst, |
const uint16_t * | src, | ||
unsigned | mask, | ||
ptrdiff_t | w, | ||
unsigned | acc | ||
) |
Referenced by ff_llviddsp_init_x86().
void ff_add_gradient_pred_ssse3 | ( | uint8_t * | src, |
const ptrdiff_t | stride, | ||
const ptrdiff_t | width | ||
) |
Referenced by ff_llviddsp_init_x86().
void ff_add_gradient_pred_avx2 | ( | uint8_t * | src, |
const ptrdiff_t | stride, | ||
const ptrdiff_t | width | ||
) |
Referenced by ff_llviddsp_init_x86().
void ff_llviddsp_init_x86 | ( | LLVidDSPContext * | c | ) |
Definition at line 88 of file lossless_videodsp_init.c.
Referenced by ff_llviddsp_init().