summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct16x16_neon.c
AgeCommit message (Expand)Author
2017-01-19Remove neon assembly for idct 16x16 and 8x8Johann
2017-01-11arm idct16x16: remove extra config guardsJohann
2016-12-12Cosmetics by unifying dest_stride to stride in idctLinfeng Zhang
2016-12-06enable vpx_idct16x16_256_add_neon in hbd buildsJames Zern
2016-12-06enable vpx_idct16x16_10_add_neon in hbd buildsJames Zern
2016-12-06idct16x16,NEON: rm output_stride from pass1 fnsJames Zern
2016-11-28idct16x16,NEON,cosmetics: normalize fn signaturesJames Zern
2016-09-30cosmetics,*_neon.c: rm redundant return from void fnsJames Zern
2016-09-30*idct*_neon.c: add missing rtcd includeJames Zern
2016-07-25vpx_dsp: apply clang-formatclang-format
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
2015-08-02Remove vp9_common.h from idct16x16_neon.cJingning Han
2015-07-31Factor inverse transform functions into vpx_dspJingning Han