|
FFmpeg
4.0
|
#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/asm.h"#include "libavutil/x86/cpu.h"#include "libavcodec/me_cmp.h"#include "libavcodec/mpegvideo.h"Go to the source code of this file.
Macros | |
| #define | hadamard_func(cpu) |
| #define hadamard_func | ( | cpu | ) |
Definition at line 81 of file me_cmp_init.c.
| int ff_sum_abs_dctelem_mmx | ( | int16_t * | block | ) |
Referenced by hadamard_func().
| int ff_sum_abs_dctelem_mmxext | ( | int16_t * | block | ) |
Referenced by hadamard_func().
| int ff_sum_abs_dctelem_sse2 | ( | int16_t * | block | ) |
Referenced by hadamard_func().
| int ff_sum_abs_dctelem_ssse3 | ( | int16_t * | block | ) |
Referenced by hadamard_func().
| int ff_sse8_mmx | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sse16_mmx | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sse16_sse2 | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
Referenced by hadamard_func().
Referenced by hadamard_func().
| int ff_sad8_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad16_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad16_sse2 | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad8_x2_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad16_x2_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad16_x2_sse2 | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad8_y2_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad16_y2_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad16_y2_sse2 | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad8_approx_xy2_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad16_approx_xy2_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_sad16_approx_xy2_sse2 | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_vsad_intra8_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_vsad_intra16_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_vsad_intra16_sse2 | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_vsad8_approx_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_vsad16_approx_mmxext | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| int ff_vsad16_approx_sse2 | ( | MpegEncContext * | v, |
| uint8_t * | pix1, | ||
| uint8_t * | pix2, | ||
| ptrdiff_t | stride, | ||
| int | h | ||
| ) |
Referenced by hadamard_func().
| hadamard_func | ( | mmx | ) |
Definition at line 87 of file me_cmp_init.c.
1.8.13