|
FFmpeg
|
#include <stddef.h>#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavcodec/avcodec.h"#include "libavcodec/hpeldsp.h"#include "fpel.h"#include "hpeldsp.h"Go to the source code of this file.
Functions | |
| void | ff_put_pixels8_x2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_put_pixels16_x2_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_avg_pixels16_x2_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_put_pixels16_y2_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_avg_pixels16_y2_sse2 (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_exact_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_put_no_rnd_pixels16_x2_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_avg_no_rnd_pixels16_x2_sse2 (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_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_exact_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_put_no_rnd_pixels16_y2_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_avg_no_rnd_pixels16_y2_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_put_no_rnd_pixels8_xy2_ssse3 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_put_no_rnd_pixels16_xy2_sse2 (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| void | ff_avg_no_rnd_pixels16_xy2_sse2 (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_y2_mmxext (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
| static void | hpeldsp_init_mmxext (HpelDSPContext *c, int flags) |
| static void | hpeldsp_init_sse2 (HpelDSPContext *c, int flags) |
| static void | hpeldsp_init_ssse3 (HpelDSPContext *c, int flags) |
| av_cold void | ff_hpeldsp_init_x86 (HpelDSPContext *c, int flags) |
| 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_pixels16_x2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| void ff_avg_pixels16_x2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| void ff_put_pixels16_y2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| void ff_avg_pixels16_y2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| 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_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_pixels16_x2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| void ff_avg_no_rnd_pixels16_x2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| void ff_put_pixels8_y2_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().
| 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_pixels16_y2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| void ff_avg_no_rnd_pixels16_y2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| void ff_put_no_rnd_pixels8_xy2_ssse3 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_ssse3().
| void ff_put_no_rnd_pixels16_xy2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| void ff_avg_no_rnd_pixels16_xy2_sse2 | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_sse2().
| 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_y2_mmxext | ( | uint8_t * | block, |
| const uint8_t * | pixels, | ||
| ptrdiff_t | line_size, | ||
| int | h | ||
| ) |
Referenced by hpeldsp_init_mmxext().
|
static |
Definition at line 77 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init_x86().
|
static |
Definition at line 97 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init_x86().
|
static |
Definition at line 125 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init_x86().
| av_cold void ff_hpeldsp_init_x86 | ( | HpelDSPContext * | c, |
| int | flags | ||
| ) |
Definition at line 137 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init().
1.8.17