summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct16x16_add_neon.c
AgeCommit message (Expand)Author
2017-03-22idct_neon: prefix non-static functions w/'vpx_'James Zern
2017-03-08cosmetics,dsp/arm/: rename a variableLinfeng Zhang
2017-02-16Add vpx_highbd_idct16x16_10_add_neon()Linfeng Zhang
2017-02-15Add vpx_highbd_idct16x16_38_add_neon()Linfeng Zhang
2017-02-14Replace 14 with DCT_CONST_BITS in idct NEON functions' shiftsLinfeng Zhang
2017-02-13Add vpx_highbd_idct16x16_256_add_neon()Linfeng Zhang
2017-02-08Add vpx_idct16x16_38_add_neon()Linfeng Zhang
2017-02-01Update 16x16 8-bit idct NEON intrinsicsLinfeng Zhang
2017-01-06Refine 8-bit 16x16 idct NEON intrinsicsLinfeng Zhang
2016-12-12Cosmetics by unifying dest_stride to stride in idctLinfeng Zhang
2016-12-07Merge "Update idct NEON optimization to not use narrowing saturating shift"Linfeng Zhang
2016-12-07Update idct NEON optimization to not use narrowing saturating shiftLinfeng 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-10-17Fix warnings reported by -Wshadow: Part1: vpx_dsp directoryUrvang Joshi
2016-09-30cosmetics,*_neon.c: rm redundant return from void fnsJames Zern
2016-08-04Use common transpose for vpx_idct16x16_[10|256]_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