#include "dsputil_mmx.h"Go to the source code of this file.
Functions | |
| DECLARE_ALIGNED_8 (static const uint64_t, rv40_bias_reg[4][8]) | |
| static void | put_rv40_chroma_mc8_mmx (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| static void | put_rv40_chroma_mc4_mmx (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| static void | avg_rv40_chroma_mc8_mmx2 (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| static void | avg_rv40_chroma_mc4_mmx2 (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| static void | avg_rv40_chroma_mc8_3dnow (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| static void | avg_rv40_chroma_mc4_3dnow (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| static void avg_rv40_chroma_mc4_3dnow | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 58 of file rv40dsp_mmx.c.
Referenced by dsputil_init_mmx().
| static void avg_rv40_chroma_mc4_mmx2 | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 50 of file rv40dsp_mmx.c.
Referenced by dsputil_init_mmx().
| static void avg_rv40_chroma_mc8_3dnow | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 54 of file rv40dsp_mmx.c.
Referenced by dsputil_init_mmx().
| static void avg_rv40_chroma_mc8_mmx2 | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 46 of file rv40dsp_mmx.c.
Referenced by dsputil_init_mmx().
| DECLARE_ALIGNED_8 | ( | static const | uint64_t, | |
| rv40_bias_reg | [4][8] | |||
| ) |
| static void put_rv40_chroma_mc4_mmx | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 42 of file rv40dsp_mmx.c.
Referenced by dsputil_init_mmx().
| static void put_rv40_chroma_mc8_mmx | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 38 of file rv40dsp_mmx.c.
Referenced by dsputil_init_mmx().
1.6.1