FFmpeg
|
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavcodec/hpeldsp.h"
#include "dsputil_mmx.h"
Go to the source code of this file.
Macros | |
#define | SET_HPEL_FUNCS(PFX, IDX, SIZE, CPU) |
Functions | |
void | ff_put_pixels8_x2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_pixels8_x2_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_pixels16_x2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_pixels16_x2_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_no_rnd_pixels8_x2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_no_rnd_pixels8_x2_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_no_rnd_pixels8_x2_exact_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_no_rnd_pixels8_x2_exact_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_pixels8_y2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_pixels8_y2_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_no_rnd_pixels8_y2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_no_rnd_pixels8_y2_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_no_rnd_pixels8_y2_exact_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_no_rnd_pixels8_y2_exact_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels8_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels8_x2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels8_x2_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels8_y2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels8_y2_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels8_xy2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels8_xy2_3dnow (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_put_pixels16_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels16_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
static void | hpeldsp_init_mmx (HpelDSPContext *c, int flags, int mm_flags) |
static void | hpeldsp_init_mmxext (HpelDSPContext *c, int flags, int mm_flags) |
static void | hpeldsp_init_3dnow (HpelDSPContext *c, int flags, int mm_flags) |
static void | hpeldsp_init_sse2 (HpelDSPContext *c, int flags, int mm_flags) |
void | ff_hpeldsp_init_x86 (HpelDSPContext *c, int flags) |
Macro Definition Documentation
Definition at line 292 of file hpeldsp_init.c.
Referenced by hpeldsp_init_mmx().
Function Documentation
Referenced by hpeldsp_init_sse2().
Referenced by hpeldsp_init_3dnow().
void ff_avg_pixels8_x2_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_avg_pixels8_x2_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
void ff_avg_pixels8_xy2_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_avg_pixels8_xy2_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
void ff_avg_pixels8_y2_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_avg_pixels8_y2_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
void ff_hpeldsp_init_x86 | ( | HpelDSPContext * | c, |
int | flags | ||
) |
Definition at line 393 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init().
void ff_put_no_rnd_pixels8_x2_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_put_no_rnd_pixels8_x2_exact_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_put_no_rnd_pixels8_x2_exact_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
void ff_put_no_rnd_pixels8_x2_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
void ff_put_no_rnd_pixels8_y2_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_put_no_rnd_pixels8_y2_exact_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_put_no_rnd_pixels8_y2_exact_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
void ff_put_no_rnd_pixels8_y2_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
Referenced by hpeldsp_init_sse2().
void ff_put_pixels16_x2_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_put_pixels16_x2_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
void ff_put_pixels8_x2_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_put_pixels8_x2_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
void ff_put_pixels8_y2_3dnow | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_3dnow().
void ff_put_pixels8_y2_mmxext | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by hpeldsp_init_mmxext().
|
static |
Definition at line 347 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init_x86().
|
static |
Definition at line 300 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init_x86().
|
static |
Definition at line 313 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init_x86().
|
static |
Definition at line 381 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init_x86().
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11