summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct32x32_add_neon.c
AgeCommit message (Expand)Author
2017-05-15move neon load/stores to a new fileJohann
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2017-03-22idct_neon: prefix non-static functions w/'vpx_'James Zern
2017-03-17Add vpx_highbd_idct32x32_1024_add_neon()Linfeng Zhang
2017-03-15Clean vpx_idct32x32_1024_add_neon()Linfeng Zhang
2017-03-14Fix overflow issue in 32x32 idct NEON intrinsicsLinfeng Zhang
2017-03-08Update vpx_idct32x32_1024_add_neon()Linfeng Zhang
2017-02-14Replace 14 with DCT_CONST_BITS in idct NEON functions' shiftsLinfeng Zhang
2016-12-19vpx_idct32x32_1024_add_neon: quiet uninitialized warningJames Zern
2016-12-12enable vpx_idct32x32_1024_add_neon in hbd buildsJames Zern
2016-12-07Update idct NEON optimization to not use narrowing saturating shiftLinfeng Zhang
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_idct32x32_1024_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