Go to the source code of this file.
Macros | |
#define | QPEL_2TAP_L3(OPNAME) |
#define | STORE_OP(a, b) PAVGB" "#a","#b" \n\t" |
#define | STORE_OP(a, b) |
Functions | |
static void DEF() | put_pixels8_x2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_pixels8_l2 (uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h) |
static void DEF() | put_no_rnd_pixels8_l2 (uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h) |
static void DEF() | avg_pixels8_l2 (uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h) |
static void DEF() | put_pixels16_x2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_pixels16_l2 (uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h) |
static void DEF() | avg_pixels16_l2 (uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h) |
static void DEF() | put_no_rnd_pixels16_l2 (uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h) |
static void DEF() | put_no_rnd_pixels8_x2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_no_rnd_pixels8_x2_exact (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_pixels8_y2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_no_rnd_pixels8_y2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_no_rnd_pixels8_y2_exact (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | avg_pixels8 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | avg_pixels8_x2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | avg_pixels8_y2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | avg_pixels8_xy2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_no_rnd_pixels16_x2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_pixels16_y2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | put_no_rnd_pixels16_y2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | avg_pixels16 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | avg_pixels16_x2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | avg_pixels16_y2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void DEF() | avg_pixels16_xy2 (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
#define QPEL_2TAP_L3 | ( | OPNAME) |
Definition at line 806 of file dsputil_avg_template.c.
Definition at line 851 of file dsputil_avg_template.c.
Definition at line 851 of file dsputil_avg_template.c.
|
static |
Definition at line 789 of file dsputil_avg_template.c.
Referenced by ff_avg_pixels16x16().
|
static |
Definition at line 324 of file dsputil_avg_template.c.
|
static |
Definition at line 793 of file dsputil_avg_template.c.
|
static |
Definition at line 801 of file dsputil_avg_template.c.
|
static |
Definition at line 797 of file dsputil_avg_template.c.
|
static |
Definition at line 635 of file dsputil_avg_template.c.
Referenced by avg_pixels16(), and ff_avg_pixels8x8().
|
static |
Definition at line 179 of file dsputil_avg_template.c.
|
static |
Definition at line 663 of file dsputil_avg_template.c.
Referenced by avg_pixels16_x2().
|
static |
Definition at line 735 of file dsputil_avg_template.c.
Referenced by avg_pixels16_xy2().
|
static |
Definition at line 695 of file dsputil_avg_template.c.
Referenced by avg_pixels16_y2().
|
static |
Definition at line 378 of file dsputil_avg_template.c.
|
static |
Definition at line 777 of file dsputil_avg_template.c.
|
static |
Definition at line 785 of file dsputil_avg_template.c.
|
static |
Definition at line 109 of file dsputil_avg_template.c.
|
static |
Definition at line 453 of file dsputil_avg_template.c.
Referenced by put_no_rnd_pixels16_x2().
|
static |
Definition at line 490 of file dsputil_avg_template.c.
|
static |
Definition at line 564 of file dsputil_avg_template.c.
Referenced by put_no_rnd_pixels16_y2().
|
static |
Definition at line 597 of file dsputil_avg_template.c.
|
static |
Definition at line 276 of file dsputil_avg_template.c.
|
static |
Definition at line 235 of file dsputil_avg_template.c.
|
static |
Definition at line 781 of file dsputil_avg_template.c.
|
static |
Definition at line 59 of file dsputil_avg_template.c.
|
static |
Definition at line 30 of file dsputil_avg_template.c.
|
static |
Definition at line 533 of file dsputil_avg_template.c.
Referenced by put_pixels16_y2().