summaryrefslogtreecommitdiff
path: root/libavcodec/arm/hevcdsp_arm.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-24 19:10:22 -0300
committerJames Almer <jamrial@gmail.com>2017-10-24 19:10:22 -0300
commitc0683dce89eceaab8783b8b47dd2346afc0a9276 (patch)
treee3371ed39fef828d16303befe75fd025a0c914c4 /libavcodec/arm/hevcdsp_arm.h
parent59b00ffea3c90b41f6e83f8184068657fed112dc (diff)
parent0b9a237b2386ff84a6f99716bd58fa27a1b767e7 (diff)
Merge commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7'
* commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7': hevc: Add NEON 4x4 and 8x8 IDCT [15:12:59] <@ubitux> hevc_idct_4x4_8_c: 389.1 [15:13:00] <@ubitux> hevc_idct_4x4_8_neon: 126.6 [15:13:02] <@ubitux> our ^ [15:13:06] <@ubitux> hevc_idct_4x4_8_c: 389.3 [15:13:08] <@ubitux> hevc_idct_4x4_8_neon: 107.8 [15:13:10] <@ubitux> hevc_idct_4x4_10_c: 418.6 [15:13:12] <@ubitux> hevc_idct_4x4_10_neon: 108.1 [15:13:14] <@ubitux> libav ^ [15:13:30] <@ubitux> so yeah, we can probably trash our versions here Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/arm/hevcdsp_arm.h')
-rw-r--r--libavcodec/arm/hevcdsp_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/hevcdsp_arm.h b/libavcodec/arm/hevcdsp_arm.h
index 7735df9cd2..47cdfa574d 100644
--- a/libavcodec/arm/hevcdsp_arm.h
+++ b/libavcodec/arm/hevcdsp_arm.h
@@ -21,6 +21,6 @@
#include "libavcodec/hevcdsp.h"
-void ff_hevcdsp_init_neon(HEVCDSPContext *c, const int bit_depth);
+void ff_hevc_dsp_init_neon(HEVCDSPContext *c, const int bit_depth);
#endif /* AVCODEC_ARM_HEVCDSP_ARM_H */