summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2017-05-12 15:24:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-12 15:24:59 +0000
commitac8f58f6ab73fea7948f40eaf608f832964d8a58 (patch)
tree5c46337efc9ceb0eed71c6c35acd4b6af19144bb /vpx_dsp/vpx_dsp_rtcd_defs.pl
parentf48532e271c89144a98b931b3cf5bb721b936a7f (diff)
parent143b21e362efadf432352e57666d8d9853492d88 (diff)
downloadlibvpx-ac8f58f6ab73fea7948f40eaf608f832964d8a58.tar
libvpx-ac8f58f6ab73fea7948f40eaf608f832964d8a58.tar.gz
libvpx-ac8f58f6ab73fea7948f40eaf608f832964d8a58.tar.bz2
libvpx-ac8f58f6ab73fea7948f40eaf608f832964d8a58.zip
Merge changes I1b54a7a5,I3028bdad,I59788cd9
* changes: ppc: Add get_mb_ss_vsx ppc: Add get4x4sse_cs_vsx ppc: Add comp_avg_pred_vsx
Diffstat (limited to 'vpx_dsp/vpx_dsp_rtcd_defs.pl')
-rw-r--r--vpx_dsp/vpx_dsp_rtcd_defs.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl
index 3e95e4473..5acbf2d68 100644
--- a/vpx_dsp/vpx_dsp_rtcd_defs.pl
+++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl
@@ -1171,13 +1171,13 @@ add_proto qw/unsigned int vpx_mse8x8/, "const uint8_t *src_ptr, int source_stri
specialize qw/vpx_mse8x8 sse2 msa/;
add_proto qw/unsigned int vpx_get_mb_ss/, "const int16_t *";
- specialize qw/vpx_get_mb_ss sse2 msa/;
+ specialize qw/vpx_get_mb_ss sse2 msa vsx/;
add_proto qw/unsigned int vpx_get4x4sse_cs/, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride";
- specialize qw/vpx_get4x4sse_cs neon msa/;
+ specialize qw/vpx_get4x4sse_cs neon msa vsx/;
add_proto qw/void vpx_comp_avg_pred/, "uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride";
- specialize qw/vpx_comp_avg_pred sse2/;
+ specialize qw/vpx_comp_avg_pred sse2 vsx/;
#
# Subpixel Variance