summaryrefslogtreecommitdiff
path: root/vpx_dsp/ppc/inv_txfm_vsx.h
diff options
context:
space:
mode:
authorAlexandra Hájková <alexandra.khirnova@gmail.com>2018-05-26 13:10:10 +0000
committerAlexandra Hájková <alexandra.khirnova@gmail.com>2018-05-31 05:09:42 +0000
commit4997a29c861e5bbd7d00a8a375a65160b3f6a695 (patch)
treef0e5bdd5fc6d5f84fd520e6f2ec69ff1706bb21c /vpx_dsp/ppc/inv_txfm_vsx.h
parenta6a57507fb3dc1f12e5a7b5a500bc65544b38157 (diff)
downloadlibvpx-4997a29c861e5bbd7d00a8a375a65160b3f6a695.tar
libvpx-4997a29c861e5bbd7d00a8a375a65160b3f6a695.tar.gz
libvpx-4997a29c861e5bbd7d00a8a375a65160b3f6a695.tar.bz2
libvpx-4997a29c861e5bbd7d00a8a375a65160b3f6a695.zip
ppc: add vp9_iht8x8_64_add_vsx
Change-Id: I99a9535bf1ae58c494113fc88d9616bda202716a
Diffstat (limited to 'vpx_dsp/ppc/inv_txfm_vsx.h')
-rw-r--r--vpx_dsp/ppc/inv_txfm_vsx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vpx_dsp/ppc/inv_txfm_vsx.h b/vpx_dsp/ppc/inv_txfm_vsx.h
index 1b8c71d14..7df87a73e 100644
--- a/vpx_dsp/ppc/inv_txfm_vsx.h
+++ b/vpx_dsp/ppc/inv_txfm_vsx.h
@@ -4,3 +4,7 @@ void vpx_round_store4x4_vsx(int16x8_t *in, int16x8_t *out, uint8_t *dest,
int stride);
void vpx_idct4_vsx(int16x8_t *in, int16x8_t *out);
void vp9_iadst4_vsx(int16x8_t *in, int16x8_t *out);
+
+void vpx_round_store8x8_vsx(int16x8_t *in, uint8_t *dest, int stride);
+void vpx_idct8_vsx(int16x8_t *in, int16x8_t *out);
+void vp9_iadst8_vsx(int16x8_t *in, int16x8_t *out);