summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct32x32_34_add_neon.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: clean idct neon functionsLinfeng Zhang2018-01-241-8/+4
* move neon load/stores to a new fileJohann2017-05-151-0/+1
* Update 32x32 high bitdepth idct NEON optimizationLinfeng Zhang2017-04-051-7/+7
* idct_neon: prefix non-static functions w/'vpx_'James Zern2017-03-221-5/+5
* Add vpx_highbd_idct32x32_34_add_neon()Linfeng Zhang2017-03-171-43/+43
* Fix overflow issue in 32x32 idct NEON intrinsicsLinfeng Zhang2017-03-141-32/+32
* cosmetics,dsp/arm/: vpx_idct32x32_{34,135}_add_neon()Linfeng Zhang2017-03-081-374/+356
* Move load_and_transpose to transpose_neon.hJohann2016-12-091-0/+1
* idct_neon: rename load_tran_low_to_s16 -> ...s16qJames Zern2016-11-231-8/+8
* enable vpx_idct32x32_34_add_neon in hbd buildsJames Zern2016-11-081-4/+18
* arm idct: move to-be-shared code to headerJohann2016-11-011-285/+139
* Optimize idct32x32_34_add for NEONJohann2016-10-251-0/+665