summaryrefslogtreecommitdiff
path: root/aom_dsp
diff options
context:
space:
mode:
authorSachin Kumar Garg <sachin.kumargarg@ittiam.com>2018-06-01 18:16:46 +0530
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>2018-06-12 18:30:40 +0000
commitb01600c039d8da6199332a13d2f416a6e6bd44ec (patch)
tree84a0a4fca4dcdaf3c0b8968b391b1204ce30ec1b /aom_dsp
parentcb0a638e34a85f252626329c78aab5e6f26b017d (diff)
Add Arm Neon optimization of round_shift_array
Block size c/neon 16x8 3.33 16x16 3.32 16x32 3.35 32x16 3.59 32x32 3.74 32x64 3.68 64x32 3.78 64x64 3.76 Change-Id: I627212df6ac4b3127cc5a6064234d51c23a3075b
Diffstat (limited to 'aom_dsp')
-rwxr-xr-xaom_dsp/aom_dsp_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/aom_dsp/aom_dsp_rtcd_defs.pl b/aom_dsp/aom_dsp_rtcd_defs.pl
index e98485981..648d02a29 100755
--- a/aom_dsp/aom_dsp_rtcd_defs.pl
+++ b/aom_dsp/aom_dsp_rtcd_defs.pl
@@ -455,7 +455,7 @@ specialize qw/aom_highbd_lpf_horizontal_4_dual sse2 avx2/;
# Helper functions.
add_proto qw/void av1_round_shift_array/, "int32_t *arr, int size, int bit";
-specialize "av1_round_shift_array", qw/sse4_1/;
+specialize "av1_round_shift_array", qw/sse4_1 neon/;
#
# Encoder functions.