summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/fwd_txfm_neon.c
AgeCommit message (Expand)Author
2022-03-17Make sure only NEON FDCT functions are called.Konstantinos Margaritis
2019-01-07arm neon: resolve missing declarationsJohann
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-06-28partial fdct neon: move 8x8_1 and enable hbd testsJohann
2017-05-15move neon load/stores to a new fileJohann
2017-05-04fdct 8x8 neon: minor comment cleanupJohann
2017-02-13fdct8x8 highbd neon: use tran_low_t for outputJohann
2016-10-17Fix warnings reported by -Wshadow: Part1: vpx_dsp directoryUrvang Joshi
2016-07-25vpx_dsp: apply clang-formatclang-format
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
2015-07-28Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han
2015-07-28Move DC only forward 2D-DCT functions to vpx_dspJingning Han
2015-07-26Refactor vp9_idct.h fileJingning Han
2015-07-22Factor forward 2D-DCT transforms into vpx_dspJingning Han