vpx/vpx_dsp/arm
Linfeng Zhang 9351f96069 Add vp9_highbd_iht16x16_256_add_neon()
BUG=webm:1403

Change-Id: I2293c11666786be276909d48ee78dacb40a89e25
2018-03-13 17:39:23 -07:00
..
avg_neon.c avg_neon: fix 4x4, update 8x8 2017-07-10 15:29:34 -07:00
avg_pred_neon.c comp_avg_pred neon: used by sub pixel avg variance 2017-05-30 22:47:34 +00:00
deblock_neon.c postproc: vpx_mbpost_proc_down_neon 2017-01-09 10:21:56 -08:00
fdct16x16_neon.c Change cospi_{1...31}_64 from tran_high_t to tran_coef_t 2017-09-20 14:13:26 -07:00
fdct32x32_neon.c Change cospi_{1...31}_64 from tran_high_t to tran_coef_t 2017-09-20 14:13:26 -07:00
fdct_neon.c Remove the unnecessary cast of (int16_t)cospi_{1...31}_64 2017-09-20 14:13:26 -07:00
fdct_partial_neon.c neon: consolidate horizontal adds 2017-07-10 15:29:13 -07:00
fwd_txfm_neon.c Remove the unnecessary cast of (int16_t)cospi_{1...31}_64 2017-09-20 14:13:26 -07:00
hadamard_neon.c vpx: hadamard: use ptrdiff_t instead of int for stride 2017-10-26 11:41:48 -07:00
highbd_idct4x4_add_neon.c Add vp9_highbd_iht4x4_16_add_neon() 2018-02-05 13:42:16 -08:00
highbd_idct8x8_add_neon.c Add vp9_highbd_iht8x8_16_add_neon() 2018-02-20 17:21:31 -08:00
highbd_idct16x16_add_neon.c Add vp9_highbd_iht16x16_256_add_neon() 2018-03-13 17:39:23 -07:00
highbd_idct32x32_34_add_neon.c Add vp9_highbd_iht16x16_256_add_neon() 2018-03-13 17:39:23 -07:00
highbd_idct32x32_135_add_neon.c Add vp9_highbd_iht16x16_256_add_neon() 2018-03-13 17:39:23 -07:00
highbd_idct32x32_1024_add_neon.c cosmetic: clean idct neon functions 2018-01-24 13:55:15 -08:00
highbd_idct32x32_add_neon.c Change cospi_{1...31}_64 from tran_high_t to tran_coef_t 2017-09-20 14:13:26 -07:00
highbd_idct_neon.h Add vp9_highbd_iht16x16_256_add_neon() 2018-03-13 17:39:23 -07:00
highbd_intrapred_neon.c Add high bitdepth intra prediction NEON optimization (mode tm) 2016-11-15 14:19:46 -08:00
highbd_loopfilter_neon.c cosmetics,*loopfilter_neon.c: s/tranpose/transpose/ 2016-10-12 16:12:56 -07:00
highbd_vpx_convolve8_neon.c Refactor convolve NEON code 2017-09-19 16:28:36 -07:00
highbd_vpx_convolve_avg_neon.c Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
highbd_vpx_convolve_copy_neon.c Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
highbd_vpx_convolve_neon.c Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
idct4x4_1_add_neon.asm Cosmetics by unifying dest_stride to stride in idct 2016-12-12 15:13:22 -08:00
idct4x4_1_add_neon.c fix signed integer overflow of idct 2017-09-27 11:17:54 -07:00
idct4x4_add_neon.asm Cosmetics by unifying dest_stride to stride in idct 2016-12-12 15:13:22 -08:00
idct4x4_add_neon.c Clean dct_const_round_shift() related neon code 2018-01-29 10:23:24 -08:00
idct8x8_1_add_neon.c fix signed integer overflow of idct 2017-09-27 11:17:54 -07:00
idct8x8_add_neon.c Update vp9_iht8x8_64_add_neon() 2018-01-29 15:17:08 -08:00
idct16x16_1_add_neon.c fix signed integer overflow of idct 2017-09-27 11:17:54 -07:00
idct16x16_add_neon.c Add vp9_iht16x16_256_add_neon() 2018-02-27 10:13:20 -08:00
idct32x32_1_add_neon.c fix signed integer overflow of idct 2017-09-27 11:17:54 -07:00
idct32x32_34_add_neon.c cosmetic: clean idct neon functions 2018-01-24 13:55:15 -08:00
idct32x32_135_add_neon.c cosmetic: clean idct neon functions 2018-01-24 13:55:15 -08:00
idct32x32_add_neon.c move neon load/stores to a new file 2017-05-15 08:29:43 -07:00
idct_neon.asm enable vpx_idct16x16_10_add_neon in hbd builds 2016-12-06 16:09:19 -08:00
idct_neon.h Add vp9_highbd_iht16x16_256_add_neon() 2018-03-13 17:39:23 -07:00
intrapred_neon_asm.asm Replace prefix vp9_ with vpx_ for intra prediction functions 2015-07-27 13:42:06 -07:00
intrapred_neon.c clang-format v5.0.0 vpx_dsp/ 2018-01-18 12:37:50 -08:00
loopfilter_4_neon.asm Check in vpx_lpf_vertical_4_dual_neon() assembly 2016-12-02 15:54:30 -08:00
loopfilter_8_neon.asm NEON asm of vpx_lpf_{horizontal,vertical}_8_dual_neon() 2016-08-16 08:50:57 -07:00
loopfilter_16_neon.asm Refactor vpx lpf NEON files (step 2/2) 2016-09-30 09:56:28 -07:00
loopfilter_neon.c cosmetics,*loopfilter_neon.c: s/tranpose/transpose/ 2016-10-12 16:12:56 -07:00
mem_neon.h Fix a bug in create_s16x4_neon() 2018-02-26 17:49:24 -08:00
quantize_neon.c Merge "quantize neon: round dqcoeff towards zero" 2017-08-23 19:20:53 +00:00
sad4d_neon.c sad4d neon: 64x[32,64] 2017-07-12 13:26:39 +00:00
sad_neon.c neon: consolidate horizontal adds 2017-07-10 15:29:13 -07:00
save_reg_neon.asm replace by VSTM/VLDM to reduce one of VST1/VLD1 2016-07-28 23:01:38 +00:00
subpel_variance_neon.c subpel variance neon: reduce stack usage 2017-05-24 13:28:13 -07:00
subtract_neon.c vpx_dsp: apply clang-format 2016-07-25 14:14:19 -07:00
sum_neon.h sad4d neon: 64x[32,64] 2017-07-12 13:26:39 +00:00
transpose_neon.h Add vpx_highbd_idct32x32_135_add_neon() 2017-03-16 22:37:55 -07:00
variance_neon.c neon: consolidate horizontal adds 2017-07-10 15:29:13 -07:00
vpx_convolve8_avg_neon_asm.asm Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_convolve8_neon_asm.asm Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_convolve8_neon.c Refactor convolve NEON code 2017-09-19 16:28:36 -07:00
vpx_convolve8_neon.h Add vpx_scaled_2d_neon() 2017-09-26 09:22:39 -07:00
vpx_convolve_avg_neon_asm.asm Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_convolve_avg_neon.c Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_convolve_copy_neon_asm.asm Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_convolve_copy_neon.c Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_convolve_neon.c Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_scaled_convolve8_neon.c Add vpx_scaled_2d_neon() 2017-09-26 09:22:39 -07:00