| 1 | diff --git a/libavcodec/mips/hevcdsp_mips.h b/libavcodec/mips/hevcdsp_mips.h
|
|---|
| 2 | index b7c903e..ce50cc5 100644
|
|---|
| 3 | --- a/libavcodec/mips/hevcdsp_mips.h
|
|---|
| 4 | +++ b/libavcodec/mips/hevcdsp_mips.h
|
|---|
| 5 | @@ -24,7 +24,7 @@
|
|---|
| 6 | #include "libavcodec/hevcdsp.h"
|
|---|
| 7 |
|
|---|
| 8 | #define MC(PEL, DIR, WIDTH) \
|
|---|
| 9 | -void ff_hevc_put_hevc_##PEL##_##DIR####WIDTH##_8_msa(int16_t *dst, \
|
|---|
| 10 | +void ff_hevc_put_hevc_##PEL##_##DIR##WIDTH##_8_msa(int16_t *dst, \
|
|---|
| 11 | uint8_t *src, \
|
|---|
| 12 | ptrdiff_t src_stride, \
|
|---|
| 13 | int height, \
|
|---|
| 14 | @@ -102,7 +102,7 @@ MC(epel, hv, 64);
|
|---|
| 15 | #undef MC
|
|---|
| 16 |
|
|---|
| 17 | #define UNI_MC(PEL, DIR, WIDTH) \
|
|---|
| 18 | -void ff_hevc_put_hevc_uni_##PEL##_##DIR####WIDTH##_8_msa(uint8_t *dst, \
|
|---|
| 19 | +void ff_hevc_put_hevc_uni_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst, \
|
|---|
| 20 | ptrdiff_t dst_stride, \
|
|---|
| 21 | uint8_t *src, \
|
|---|
| 22 | ptrdiff_t src_stride, \
|
|---|
| 23 | @@ -181,7 +181,7 @@ UNI_MC(epel, hv, 64);
|
|---|
| 24 | #undef UNI_MC
|
|---|
| 25 |
|
|---|
| 26 | #define UNI_W_MC(PEL, DIR, WIDTH) \
|
|---|
| 27 | -void ff_hevc_put_hevc_uni_w_##PEL##_##DIR####WIDTH##_8_msa(uint8_t *dst, \
|
|---|
| 28 | +void ff_hevc_put_hevc_uni_w_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst, \
|
|---|
| 29 | ptrdiff_t \
|
|---|
| 30 | dst_stride, \
|
|---|
| 31 | uint8_t *src, \
|
|---|
| 32 | @@ -265,7 +265,7 @@ UNI_W_MC(epel, hv, 64);
|
|---|
| 33 | #undef UNI_W_MC
|
|---|
| 34 |
|
|---|
| 35 | #define BI_MC(PEL, DIR, WIDTH) \
|
|---|
| 36 | -void ff_hevc_put_hevc_bi_##PEL##_##DIR####WIDTH##_8_msa(uint8_t *dst, \
|
|---|
| 37 | +void ff_hevc_put_hevc_bi_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst, \
|
|---|
| 38 | ptrdiff_t dst_stride, \
|
|---|
| 39 | uint8_t *src, \
|
|---|
| 40 | ptrdiff_t src_stride, \
|
|---|
| 41 | @@ -345,7 +345,7 @@ BI_MC(epel, hv, 64);
|
|---|
| 42 | #undef BI_MC
|
|---|
| 43 |
|
|---|
| 44 | #define BI_W_MC(PEL, DIR, WIDTH) \
|
|---|
| 45 | -void ff_hevc_put_hevc_bi_w_##PEL##_##DIR####WIDTH##_8_msa(uint8_t *dst, \
|
|---|
| 46 | +void ff_hevc_put_hevc_bi_w_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst, \
|
|---|
| 47 | ptrdiff_t \
|
|---|
| 48 | dst_stride, \
|
|---|
| 49 | uint8_t *src, \
|
|---|