avcodec/hpeldsp: Remove duplicate pel functions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
2d5f5e8726
commit
6d45668801
1 changed files with 2 additions and 3 deletions
|
|
@ -314,9 +314,6 @@ CALL_2X_PIXELS(OPNAME ## _pixels16_y2_8_c, \
|
|||
CALL_2X_PIXELS(OPNAME ## _pixels16_xy2_8_c, \
|
||||
OPNAME ## _pixels8_xy2_8_c, \
|
||||
8) \
|
||||
CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c, \
|
||||
OPNAME ## _pixels8_8_c, \
|
||||
8) \
|
||||
CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_x2_8_c, \
|
||||
OPNAME ## _no_rnd_pixels8_x2_8_c, \
|
||||
8) \
|
||||
|
|
@ -330,6 +327,8 @@ CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_xy2_8_c, \
|
|||
#define op_avg(a, b) a = rnd_avg32(a, b)
|
||||
#define op_put(a, b) a = b
|
||||
#define put_no_rnd_pixels8_8_c put_pixels8_8_c
|
||||
#define put_no_rnd_pixels16_8_c put_pixels16_8_c
|
||||
#define avg_no_rnd_pixels16_8_c avg_pixels16_8_c
|
||||
PIXOP2(avg, op_avg)
|
||||
PIXOP2(put, op_put)
|
||||
#undef op_avg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue