summaryrefslogtreecommitdiff
path: root/vp8/common/x86
AgeCommit message (Expand)Author
2021-11-08mem_sse2.h: storeu_uint32 -> storeu_int32James Zern
2020-04-13simplify x86_abi_support.asm symbol declarationJohann
2020-04-01x86_abi_support: use correct hidden syntaxJohann
2019-09-30namespace ARCH_* definesJames Zern
2019-01-07vp8_copy32xn: resolve missing declarationJohann
2018-10-30clang-tidy: fix vp8/common parametersJohann
2018-10-29vp8 bilinear: ensure non-16x16 arrays are alignedJohann Koenig
2018-10-29vp8 bilinear: ensure temp array is alignedJohann
2018-10-25vp8 bilinear: rewrite 4x4Johann
2018-10-25vp8 bilinear: rewrite 16x16Johann
2018-10-24vp8 bilinear: rewrite in intrinsicsJohann
2018-09-15cosmetics: normalize include guardsJames Zern
2018-01-18clang-format v5.0.0 vp8/Johann
2018-01-11adopt some clang 5.0.0 formattingJohann
2017-12-01explicitly label .text sectionsJohann
2017-05-16Revert "Add visibility="protected" attribute for global variables referenced ...Johann Koenig
2017-05-12Add visibility="protected" attribute for global variables referenced in asm f...Rahul Chaudhry
2016-09-29vp8: remove mmx functionsJohann
2016-09-21Keep vp8 sixtap read within boundsJohann
2016-09-15Enable ssse3 bilinear testsJohann
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski
2016-07-15vp8: apply clang-formatclang-format
2016-07-12deblock filter : moved from vp8 code branchJim Bankoski
2016-06-27*.asm: normalize label formatJames Zern
2016-05-02Move vpx_add_plane from codec to vpx_dsp and dedup.Jim Bankoski
2015-09-30vp8: change build_intra_predictors_mbuv_s to use vpx_dsp.Ronald S. Bultje
2015-09-30vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje
2015-08-03Rename vp8 loopfilter_mmx.asmJohann
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-06-18Move vp8 variance filesJohann
2015-06-03Remove unused sub pixel mseJohann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-14vp8/common/variance*: add vp8_rtcd includeJames Zern
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-05-06Move shared SAD code to vpx_dspJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2014-06-12Use lrand48 on AndroidJohann
2014-05-23Removing vp8/common/pragmas.h.Dmitry Kovalev
2014-05-21Renames x86_64 specific asm filesDeb Mukherjee
2014-05-19Fix valgrind read out of bounds error.Jim Bankoski
2014-04-21Fix dr memory VP8 encode/decode errorsYunqing Wang
2014-03-24Fix uninitialized read in postprocessingYunqing Wang
2014-02-12minor spelling cleanup in commentsAndrew Russell
2014-01-23vp8/common: add extern "C" to headersJames Zern
2013-12-16vp8/common: normalize include guardsJames Zern
2013-10-29idct_blk_mmx.c: use vpx_memset instead of castJohann
2013-10-01Merge "Fix linker warnings for bilinear filters"Matthew Heaney
2013-10-01Fix linker warnings for bilinear filtersMatthew Heaney
2013-09-26fixed integer overflow warningsYaowu Xu