summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct_neon.h
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2017-03-15 11:31:35 -0700
committerJames Zern <jzern@google.com>2017-03-17 00:27:46 -0700
commit27530d484e29cc63b121b3cf776398ef71e7c8ec (patch)
treea22755196bfd1240e0cf4de7b2a36b883656e7e6 /vpx_dsp/arm/idct_neon.h
parent50b13f75b8a6cd07242dd67beb3ff58971d312bd (diff)
downloadlibvpx-27530d484e29cc63b121b3cf776398ef71e7c8ec.tar
libvpx-27530d484e29cc63b121b3cf776398ef71e7c8ec.tar.gz
libvpx-27530d484e29cc63b121b3cf776398ef71e7c8ec.tar.bz2
libvpx-27530d484e29cc63b121b3cf776398ef71e7c8ec.zip
Add vpx_highbd_idct32x32_1024_add_neon()
BUG=webm:1301 Change-Id: Ib90af0c1712e56b301d0e981dbe9a641e15e36ca
Diffstat (limited to 'vpx_dsp/arm/idct_neon.h')
-rw-r--r--vpx_dsp/arm/idct_neon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vpx_dsp/arm/idct_neon.h b/vpx_dsp/arm/idct_neon.h
index 693deb675..959043844 100644
--- a/vpx_dsp/arm/idct_neon.h
+++ b/vpx_dsp/arm/idct_neon.h
@@ -977,6 +977,9 @@ void idct16x16_10_add_half1d_pass2(const int16_t *input, int16_t *const output,
void *const dest, const int stride,
const int highbd_flag);
+void idct32_32_neon(const tran_low_t *input, uint8_t *dest, const int stride,
+ const int highbd_flag);
+
void idct32_12_neon(const tran_low_t *const input, int16_t *output);
void idct32_16_neon(const int16_t *const input, uint8_t *const output,
const int stride, const int highbd_flag);