summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct8x8_add_neon.c
AgeCommit message (Expand)Author
2017-05-15move neon load/stores to a new fileJohann
2016-12-27Add high bitdepth 8x8 idct NEON intrinsicsLinfeng Zhang
2016-12-21Clean idct 8x8 neon functionsLinfeng Zhang
2016-12-14Clean hbd idct 4x4 neon functions and otherLinfeng Zhang
2016-12-12Cosmetics by unifying dest_stride to stride in idctLinfeng Zhang
2016-12-05Refine 8-bit 8x8 idct NEON intrinsicsLinfeng Zhang
2016-11-23idct_neon: rename load_tran_low_to_s16 -> ...s16qJames Zern
2016-10-31idct,NEON: add a tran_low_t->s16 load adapterJames Zern
2016-10-17Fix warnings reported by -Wshadow: Part1: vpx_dsp directoryUrvang Joshi
2016-09-30cosmetics,*_neon.c: rm redundant return from void fnsJames Zern
2016-09-30*idct*_neon.c: add missing rtcd includeJames Zern
2016-08-04Use common transpose for vpx_idct8x8_[12|64]_add_neonJohann
2016-07-25vpx_dsp: apply clang-formatclang-format
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
2015-07-31Factor inverse transform functions into vpx_dspJingning Han