summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm
AgeCommit message (Expand)Author
2018-12-03quantize neon: fix hbd buildsJohann
2018-11-12quantize: use aarch64 vmaxvJohann
2018-11-01clang-tidy: fix vpx_dsp parametersJohann
2018-10-31clang-tidy: normalize variance functionsJohann
2018-09-15cosmetics: normalize include guardsJames Zern
2018-07-28arm: Consistently use unified syntax for asmMartin Storsjo
2018-07-26Add New Neon Assemblies for Motion CompensationVenkatarama NG. Avadhani
2018-07-17vpx_sum_squares_2d_i16_neon(): Make |s2| a uint64x1_t.Raphael Kubo da Costa
2018-05-10vpx_subtract_block_neon: add explicit castJames Zern
2018-05-11Merge "Update vpx_subtract_block_neon()"James Zern
2018-05-10Update vpx_subtract_block_neon()Linfeng Zhang
2018-05-08Update vpx_comp_avg_pred_neon()Linfeng Zhang
2018-05-08Update SadMxNx4 NEON functionsLinfeng Zhang
2018-05-07Add vpx_sum_squares_2d_i16_neon()Linfeng Zhang
2018-03-13Add vp9_highbd_iht16x16_256_add_neon()Linfeng Zhang
2018-02-27Add vp9_iht16x16_256_add_neon()Linfeng Zhang
2018-02-26Fix a bug in create_s16x4_neon()Linfeng Zhang
2018-02-20Add vp9_highbd_iht8x8_16_add_neon()Linfeng Zhang
2018-02-08Update iadst NEON functionsLinfeng Zhang
2018-02-05Add vp9_highbd_iht4x4_16_add_neon()Linfeng Zhang
2018-01-29Update vp9_iht8x8_64_add_neon()Linfeng Zhang
2018-01-29Clean dct_const_round_shift() related neon codeLinfeng Zhang
2018-01-24cosmetic: clean idct neon functionsLinfeng Zhang
2018-01-18clang-format v5.0.0 vpx_dsp/Johann
2017-10-26vpx: hadamard: use ptrdiff_t instead of int for strideScott LaVarnway
2017-09-27Merge "fix signed integer overflow of idct"James Zern
2017-09-27fix signed integer overflow of idctLinfeng Zhang
2017-09-26Add vpx_scaled_2d_neon()Linfeng Zhang
2017-09-26Merge changes Ib9105462,Idfac00ed,If8d8a0e2Linfeng Zhang
2017-09-20Remove the unnecessary cast of (int16_t)cospi_{1...31}_64Linfeng Zhang
2017-09-20Remove the unnecessary upcasts of (int)cospi_{1...31}_64Linfeng Zhang
2017-09-20Change cospi_{1...31}_64 from tran_high_t to tran_coef_tLinfeng Zhang
2017-09-19cosmetics: NEON scaling codeLinfeng Zhang
2017-09-19Refactor convolve NEON codeLinfeng Zhang
2017-09-11Add 4 to 1 scaling NEON optimizationLinfeng Zhang
2017-09-06Refactor convolve8 NEON functionsLinfeng Zhang
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-08-23Merge "quantize neon: round dqcoeff towards zero"Johann Koenig
2017-08-23quantize neon: round dqcoeff towards zeroJohann
2017-08-21quantize: ignore skip_block in armJohann
2017-08-08neon: vpx_quantize_b_32x32Johann
2017-07-31neon: vpx_quantize_bJohann
2017-07-12sad4d neon: 64x[32,64]Johann
2017-07-12sad4d neon: 32x[16,32,64]Johann
2017-07-12sad4d neon: 16x[8,16,32]Johann
2017-07-12sad4d neon: 8x[4,8,16]Johann
2017-07-12sad4d neon: 4x4, 4x8Johann
2017-07-10avg_neon: fix 4x4, update 8x8Johann
2017-07-10neon: consolidate horizontal addsJohann
2017-07-07Merge changes Id84d9780,Iaa6ea75b,I3362e0dd,I0020a49e,Ia42e4f36, ...Johann Koenig