Add vpx_highbd_idct32x32_135_add_neon()
BUG=webm:1301 Change-Id: I58c2d65d385080711c3666d6d8f9d241dac7b21a
This commit is contained in:
committed by
James Zern
parent
e54231d613
commit
65e9fb65e8
@@ -439,6 +439,15 @@ INSTANTIATE_TEST_CASE_P(C, PartialIDctTest,
|
||||
#if HAVE_NEON && !CONFIG_EMULATE_HARDWARE
|
||||
const PartialInvTxfmParam neon_partial_idct_tests[] = {
|
||||
#if CONFIG_VP9_HIGHBITDEPTH
|
||||
make_tuple(
|
||||
&vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>,
|
||||
&highbd_wrapper<vpx_highbd_idct32x32_135_add_neon>, TX_32X32, 135, 8, 2),
|
||||
make_tuple(
|
||||
&vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>,
|
||||
&highbd_wrapper<vpx_highbd_idct32x32_135_add_neon>, TX_32X32, 135, 10, 2),
|
||||
make_tuple(
|
||||
&vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>,
|
||||
&highbd_wrapper<vpx_highbd_idct32x32_135_add_neon>, TX_32X32, 135, 12, 2),
|
||||
make_tuple(
|
||||
&vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>,
|
||||
&highbd_wrapper<vpx_highbd_idct32x32_1_add_neon>, TX_32X32, 1, 8, 2),
|
||||
|
||||
Reference in New Issue
Block a user