summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm
AgeCommit message (Expand)Author
2021-05-24Use 'ptrdiff_t' instead of 'int' for pointer offset parametersJonathan Wright
2021-05-24Implement vpx_convolve8_avg_vert_neon using SDOT instructionJonathan Wright
2021-05-24Merge transpose and permute in Neon SDOT vertical convolutionJonathan Wright
2021-05-18Implement vpx_convolve8_avg_horiz_neon using SDOT instructionJonathan Wright
2021-05-13Optimize remaining mse and sse functions in variance_neon.cJonathan Wright
2021-05-12Implement vertical convolution using Neon SDOT instructionJonathan Wright
2021-05-12Implement Neon variance functions using UDOT instructionJonathan Wright
2021-05-10Use ABD and UDOT to implement Neon sad_4d functionsJonathan Wright
2021-05-09Optimize Neon reductions in sum_neon.h using ADDV instructionJonathan Wright
2021-05-07Manually unroll the inner loop of Neon sad16x_4d()Jonathan Wright
2021-05-07Optimize Neon SAD reductions using wider ADDP instructionJonathan Wright
2021-05-05Implement horizontal convolution using Neon SDOT instructionJonathan Wright
2021-04-27vpx_convolve_neon: prefer != 0 to > 0 in testsJames Zern
2021-04-27vpx_convolve_avg_neon: prefer != 0 to > 0 in testsJames Zern
2021-04-27vpx_convolve_copy_neon: prefer != 0 to > 0 in testsJames Zern
2021-01-19{highbd_,}loopfilter_neon.c: quiet -Wmaybe-uninitializedJames Zern
2019-07-17Fix comment typos.Wan-Teh Chang
2019-03-21vp9 postproc neon: Remove the condition on mb cols.Jerome Jiang
2019-01-09highbd idct: resolve missing declarationsJohann
2019-01-07arm neon: resolve missing declarationsJohann
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