summaryrefslogtreecommitdiff
path: root/vp9/vp9cx.mk
AgeCommit message (Expand)Author
2015-05-26Move variance functions to vpx_dspJohann
2015-05-15rename vp9_dct_impl_sse2.c to vp9_dct_sse2_impl.hJames Zern
2015-05-15rename vp9_dct32x32_sse2.c to vp9_dct32x32_sse2_impl.hJames Zern
2015-05-15rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.hJames Zern
2015-05-06Move shared SAD code to vpx_dspJohann
2015-04-17Merge "Adds a blockiness metric to internal stats."Jim Bankoski
2015-04-17Merge "adds psnrhvs to internal stats."Jim Bankoski
2015-04-17Merge "Adds a fastssim metric to VPX internal stats."Jim Bankoski
2015-04-17Adds a blockiness metric to internal stats.Jim Bankoski
2015-04-17adds psnrhvs to internal stats.Jim Bankoski
2015-04-17Adds a fastssim metric to VPX internal stats.Jim Bankoski
2015-03-31vp9/neon: skip some files in high-bitdepth buildJames Zern
2015-02-11Add skin detection.Marco
2015-01-27Add vp9_sad64x64x4d_neon Neon intrinsic function.Frank Galligan
2015-01-15Add Neon intrinsics for vp9_avg_8x8_neonFrank Galligan
2014-12-05Merge "vp9_ethread: the tile-based multi-threaded encoder"Yunqing Wang
2014-12-04vp9_ethread: the tile-based multi-threaded encoderYunqing Wang
2014-12-02Added high bitdepth sse2 transform functionsPeter de Rivaz
2014-11-24Merge "Refactored idct routines and headers"Debargha Mukherjee
2014-11-24Refactored idct routines and headersPeter de Rivaz
2014-11-21Merge "Added highbitdepth sse2 acceleration for quantize"Debargha Mukherjee
2014-11-19Added highbitdepth sse2 acceleration for quantizePeter de Rivaz
2014-11-19Enable ssse3 version of vp9_fdct8x8_quantJingning Han
2014-11-14Added sse2 acceleration for highbitdepth variancePeter de Rivaz
2014-11-12Added highbitdepth sse2 SAD acceleration and testsPeter de Rivaz
2014-10-20Merge "SAD32xh and SAD64xh for AVX2"Yunqing Wang
2014-10-19SAD32xh and SAD64xh for AVX2levytamar82
2014-10-14Add a 32-bit friendly sse2 quantizer.Alex Converse
2014-10-07experimental : partition using 1/8 x 1/8 imageJim Bankoski
2014-10-06Add SSE2 code and unit test for VP9 denoiser.JackyChen
2014-09-06Replacing vp9_get_mb_ss_sse2 asm implementation with intrinsics.Dmitry Kovalev
2014-09-02Removing MMX SAD calculation code.Dmitry Kovalev
2014-08-29Removing variance MMX code.Dmitry Kovalev
2014-07-31Neon version of vp9_subtract_block()Scott LaVarnway
2014-07-30Neon version of vp9_quantize_fp()Scott LaVarnway
2014-07-30Neon version of vp9_sub_pixel_variance16x16(),Scott LaVarnway
2014-07-29Added vp9_fdct8x8_neon(), vp9_fdct8x8_1_neon()Scott LaVarnway
2014-07-24s/CONFIG_DENOISING/CONFIG_VP9_TEMPORAL_DENOISINGTim Kopp
2014-07-16Added vp9_sad64x64_neon(), vp9_sad32x32_neon()Scott LaVarnway
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse
2014-06-25vp9cx.mk: move avx c files outside of x86inc blockJames Zern
2014-06-12Added skeleton for VP9 denoiserTim Kopp
2014-05-21Renames x86_64 specific asm filesDeb Mukherjee
2014-05-15Merge "AVX2 To VP9 Block Error Optimization"Yunqing Wang
2014-05-14AVX2 To VP9 Block Error Optimizationlevytamar82
2014-05-08Add an x86inc MMX fwht4x4.Alex Converse
2014-05-07Revert "Add an MMX fwht4x4"Paul Wilkins
2014-05-05Add an MMX fwht4x4Alex Converse
2014-05-01Merge "Removing half-variance asm functions which are not used."Dmitry Kovalev
2014-04-30Merge "Enable SSSE3 implementation of 8x8 forward 2D-DCT"Jingning Han