summaryrefslogtreecommitdiff
path: root/vp8/common/arm
Commit message (Expand)AuthorAgeFilesLines
* sixtappredict_neon.c: remove redundant returnsJames Zern2023-03-201-3/+0
* sixtappredict_neon.c,cosmetics: fix a typoJames Zern2023-03-201-1/+1
* vp8_sixtap_predict16x16_neon: fix overreadJames Zern2023-03-201-5/+3
* disable vp8_sixtap_predict16x16_neonJames Zern2023-03-031-0/+4
* vp8 arm loopfilter: resolve missing declarationsJohann2019-01-084-19/+38
* vp8 idct: remove returnJohann2019-01-071-2/+0
* vp8 idct dequant: resolve missing declarationsJohann2019-01-073-249/+221
* arm neon: resolve missing declarationsJohann2019-01-077-0/+12
* clang-tidy: fix vp8/common parametersJohann2018-10-301-12/+12
* use memcpy for unaligned neon storesJohann2017-05-172-63/+7
* *idct*_neon.c: add missing rtcd includeJames Zern2016-09-303-0/+6
* Merge "Un-Revert "Restore vp8_sixtap_predict4x4_neon""Johann Koenig2016-09-261-0/+392
|\
| * Un-Revert "Restore vp8_sixtap_predict4x4_neon"Johann2016-09-231-0/+392
* | Use shifted value for sinpi8sqrt2Johann2016-09-232-10/+10
|/
* Merge "Revert "Restore vp8_sixtap_predict4x4_neon""James Zern2016-09-161-394/+0
|\
| * Revert "Restore vp8_sixtap_predict4x4_neon"Johann Koenig2016-09-161-394/+0
* | Restore vp8_bilinear_predict4x4_neonJohann2016-09-151-0/+129
|/
* Restore vp8_sixtap_predict4x4_neonJohann2016-09-151-0/+394
* Remove armv6 targetJohann2016-08-0419-4335/+0
* prepend ++ instead of post in for loops.Jim Bankoski2016-07-185-14/+14
* vp8: apply clang-formatclang-format2016-07-1521-4280/+4179
* Remove sixtap/bilinear 4x4 neon implementationsJohann2016-05-062-485/+0
* vp8: change build_intra4x4_predictors() to use vpx_dsp.Ronald S. Bultje2015-09-301-611/+0
* vp8: change build_intra_predictors_mbuv_s to use vpx_dsp.Ronald S. Bultje2015-09-301-124/+0
* vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje2015-09-301-86/+0
* Rename vp8 loopfilter[_neon.c]Johann2015-08-181-0/+0
* Move sub pixel variance to vpx_dspJohann2015-07-075-1742/+0
* loopfiltersimpleverticaledge_neon: quiet uninit var warningsJames Zern2015-06-301-4/+6
* loopfiltersimpleverticaledge_neon: quiet uninit var warningsJames Zern2015-06-251-0/+1
* idct_dequant_0_2x_neon: quiet uninit var warningsJames Zern2015-06-251-1/+2
* vp8_subpixelvariance_neon: right size coeff tableJames Zern2015-06-231-4/+4
* Move variance functions to vpx_dspJohann2015-05-264-582/+12
* replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern2015-05-072-23/+17
* Move shared SAD code to vpx_dspJohann2015-05-062-280/+0
* vpx_mem: remove vpx_memsetJames Zern2015-04-281-1/+1
* Use correct buffer size in vp8 subpixel varianceJohann2015-02-031-2/+1
* Clarify GCC version checkJohann2014-09-252-79/+81
* vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h.Jia Jia2014-09-143-12/+2
* vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling functions of ...Jia Jia2014-09-051-1/+1
* bilinearpredict_neon: fix type conversion warningsJames Zern2014-09-041-7/+7
* Merge "arm: Fix building vp8_subpixelvariance_neon.c with MSVC"James Zern2014-09-041-4/+8
|\
| * arm: Fix building vp8_subpixelvariance_neon.c with MSVCMartin Storsjo2014-09-041-4/+8
* | Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10""Scott LaVarnway2014-09-042-156/+279
|/
* Neon version of vp8_build_intra_predictors_mby_s() andScott LaVarnway2014-09-033-653/+210
* VP8 for ARMv8 by using NEON intrinsics 17Scott LaVarnway2014-09-034-1233/+1024
* Merge "Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 06" This revert...Johann2014-09-034-280/+247
|\
| * Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 06" This reverts commi...Johann2014-08-204-280/+247
* | Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 08""Scott LaVarnway2014-08-293-416/+550
|/
* vp8_bilinear_predict4x4_neon: init src vectorsJames Zern2014-07-111-1/+4
* vp8_sixtap_predict4x4_neon: init src vectorsJames Zern2014-07-101-1/+6