summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2023-03-14 19:31:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-14 19:31:02 +0000
commitbfe0ec066b16a273bc60b1796543d7c6105587df (patch)
tree894e29865ea28c5a41921c7023df5a496fe83c7d /vp9/common/vp9_rtcd_defs.pl
parent29beea82437213bd705de4b01103ac0d88bcab72 (diff)
parente553e3acff6d2e894ce0400f15247aa9cca58719 (diff)
downloadlibvpx-bfe0ec066b16a273bc60b1796543d7c6105587df.tar
libvpx-bfe0ec066b16a273bc60b1796543d7c6105587df.tar.gz
libvpx-bfe0ec066b16a273bc60b1796543d7c6105587df.tar.bz2
libvpx-bfe0ec066b16a273bc60b1796543d7c6105587df.zip
Merge "Add Neon implementation of vp9_highbd_block_error_c" into main
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index d16b94711..7f77a36d6 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -139,7 +139,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vp9_block_error neon avx2 sse2/;
add_proto qw/int64_t vp9_highbd_block_error/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd";
- specialize qw/vp9_highbd_block_error sse2/;
+ specialize qw/vp9_highbd_block_error neon sse2/;
} else {
specialize qw/vp9_block_error neon avx2 msa sse2/;
}