summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct_neon.h
AgeCommit message (Expand)Author
2018-09-15cosmetics: normalize include guardsJames Zern
2018-03-13Add vp9_highbd_iht16x16_256_add_neon()Linfeng Zhang
2018-02-27Add vp9_iht16x16_256_add_neon()Linfeng Zhang
2018-01-29Update vp9_iht8x8_64_add_neon()Linfeng Zhang
2018-01-29Clean dct_const_round_shift() related neon codeLinfeng Zhang
2018-01-24cosmetic: clean idct neon functionsLinfeng Zhang
2017-05-26remove DECLARE_ALIGNED from neon codeJohann
2017-05-15move neon load/stores to a new fileJohann
2017-04-05Update 32x32 high bitdepth idct NEON optimizationLinfeng 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-17Add vpx_highbd_idct32x32_34_add_neon()Linfeng Zhang
2017-03-16Add vpx_highbd_idct32x32_135_add_neon()Linfeng Zhang
2017-03-14Fix overflow issue in 32x32 idct NEON intrinsicsLinfeng Zhang
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-01hadamard highbd neon: use tran_low_t for coeffJohann
2017-01-06Refine 8-bit 16x16 idct NEON intrinsicsLinfeng Zhang
2017-01-06Merge "Add high bitdepth 8x8 idct NEON intrinsics"Linfeng Zhang
2016-12-28Clean DC only idct NEON intrinsicsLinfeng Zhang
2016-12-27Add high bitdepth 8x8 idct NEON intrinsicsLinfeng Zhang
2016-12-09Move load_and_transpose to transpose_neon.hJohann
2016-12-07Merge changes Ibad079f2,I7858a0a1James Zern
2016-12-06enable vpx_idct16x16_10_add_neon in hbd buildsJames Zern
2016-12-05Refine 8-bit 8x8 idct NEON intrinsicsLinfeng Zhang
2016-11-30Add high bitdepth 4x4 idct NEON intrinsicsLinfeng Zhang
2016-11-23enable vpx_idct32x32_135_add_neon in hbd buildsJames Zern
2016-11-23idct_neon: rename load_tran_low_to_s16 -> ...s16qJames Zern
2016-11-01arm idct: move to-be-shared code to headerJohann
2016-10-31idct,NEON: add a tran_low_t->s16 load adapterJames Zern