summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86
AgeCommit message (Expand)Author
2018-03-04move vp8 encodeopt to block_error_sse2Johann
2017-12-01explicitly label .text sectionsJohann
2017-09-19temporal_filter_apply_sse2.asm: add ':' to labelJames Zern
2017-08-11Rename vp8 quantize fileJohann
2017-06-21vp[89],vpx_dsp: add missing includesJames Zern
2017-06-21vp8: remove vp8_fast_quantize_b_mmxJames Zern
2016-09-29vp8: remove mmx functionsJohann
2016-09-29Rename _xmm functions to _sse2Johann
2016-07-15vp8: apply clang-formatclang-format
2015-08-18Rename vp8 quantize.cJohann
2015-08-07Replace VP8 SSIM with VP9 derived vpx_dsp SSIM.Alex Converse
2015-07-07Use 'unsigned long' for _BitScanReverse parameterJohann
2015-07-07Unify subtract function used in VP8/9Jingning Han
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-03vp8_regular_quantize_b_sse2: remove dead initJames Zern
2014-10-22vp9_denoiser_sse2.c: improve code style.JackyChen
2014-07-08Move abs() to where it is effectiveJohann
2014-06-27denoising_sse2.c visual studio warnings/errors fixScott LaVarnway
2014-06-26Merge "vp8: Add temporal denoising for UV-channel."Marco Paniconi
2014-06-26vp8: Add temporal denoising for UV-channel.Scott LaVarnway
2014-06-19Remove labels from quantizeJohann
2014-06-18sse4 regular quantizeJohann
2014-05-27Merge "Fix to reduce block artifacts from vp8 temporal denoiser."Marco Paniconi
2014-05-21Fix to reduce block artifacts from vp8 temporal denoiser.Marco Paniconi
2014-05-21Renames x86_64 specific asm filesDeb Mukherjee
2014-05-16vp8: Add increase_denoising parameter to denoiser.Marco Paniconi
2014-05-14Merge "Revert "Revert "Remove struct params from vp8_denoiser_filter"""Marco Paniconi
2014-05-14Revert "Revert "Remove struct params from vp8_denoiser_filter""Marco Paniconi
2014-05-08Use __asm__ __volatile__ with gccJohann
2014-05-07Merge "Revert "Remove struct params from vp8_denoiser_filter""Frank Galligan
2014-05-07Revert "Remove struct params from vp8_denoiser_filter"Frank Galligan
2014-05-05Merge "Remove struct params from vp8_denoiser_filter"Scott LaVarnway
2014-05-02Remove struct params from vp8_denoiser_filterScott LaVarnway
2014-05-02Remove asm_offsets dependency in quantize_b_ssse3Johann
2013-04-24Rename quantize_sse2_intrinsics.cJohann
2013-03-27Merge branch 'master' into experimentalJohn Koleszar
2013-03-22Remove gcc-specific __label__Shimon Doodkin
2013-03-04Rename quantize_sse2.c to quantize_sse2_intrinsics.c to avoid collision.Ronald S. Bultje
2013-03-01Merge "Use intrinsics for sse2 regular quantize"Johann
2013-02-28Use intrinsics for sse2 regular quantizeJohann
2013-02-28Merge "vp8 fast quantizer with intrinsics"Johann
2013-02-27Fix --as=nasm compatibility for new asm code.Jan Kratochvil
2013-02-26vp8 fast quantizer with intrinsicsJohann
2013-01-31Add support for x64 and win64 yasm flags.Frank Galligan
2012-12-20add emmintrin_compat.h for builds with gcc < 4James Zern
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-11-01Remove vp8 in local symbols.Ronald S. Bultje