summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86
AgeCommit message (Expand)Author
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
2013-06-29Merge "Enable SSE2 4x4 ADST/DCT transform"Jingning Han
2013-06-29SSE2 version of vp9_short_fdct32x32_rd.Christian Duvivier
2013-06-28Enable SSE2 4x4 ADST/DCT transformJingning Han
2013-06-28Fix switch statement in 8x8 transformJingning Han
2013-06-28Make coefficient skip condition an explicit RD choice.Ronald S. Bultje
2013-06-26fixed a compiling problem with MSVC win32 buildYaowu Xu
2013-06-25Merge "Add averaging-SAD functions for 8-point comp-inter motion search."Ronald S. Bultje
2013-06-25Add averaging-SAD functions for 8-point comp-inter motion search.Ronald S. Bultje
2013-06-25Tune the rounding operations in 8x8 ADST/DCT sse2Jingning Han
2013-06-25Merge "Use aligned buffer operations in 8x8/16x16 2D-DCT"Jingning Han
2013-06-25Merge "Enable sse2 implmentation of 8x8 ADST/DCT"Yaowu Xu
2013-06-24Use aligned buffer operations in 8x8/16x16 2D-DCTJingning Han
2013-06-24Enable sse2 implmentation of 8x8 ADST/DCTJingning Han
2013-06-21Remove emms - that shouldn't be there.Ronald S. Bultje
2013-06-21Add missing SECTION .text marker in assembly file.Ronald S. Bultje
2013-06-21Implement SSE2 block_error.Ronald S. Bultje
2013-06-21Add subtract_block SSE2 version and unit test.Ronald S. Bultje
2013-06-20SSE2/SSSE3 optimizations and unit test for sub_pixel_avg_variance().Ronald S. Bultje
2013-06-20Implement sse2 and ssse3 versions for all sub_pixel_variance sizes.Ronald S. Bultje
2013-06-17Move subpixel variance function from common/ to encoder/.Ronald S. Bultje
2013-06-14Merge "Enable sse2 version of sad8x4/4x8"Jingning Han
2013-06-13Enable sse2 version of sad8x4/4x8Jingning Han
2013-06-12Implement SSE version for sad4x8x4d and SSE2 version for sad8x4x4d.Ronald S. Bultje
2013-06-11Merge branch 'master' into experimentalJohn Koleszar
2013-05-22Optimize variance functionsYunqing Wang
2013-04-30Remove unused quantize optimizations.Johann
2013-04-26Merge branch 'master' into experimentalJohann
2013-04-26Whitespace nitJohann
2013-04-25Normalize more intrinsic filenamesJohann
2013-04-25Move dequant from BLOCKD to per-plane MACROBLOCKDJohn Koleszar
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-17Add SSE2 versions for rectangular sad and sad4d functions.Ronald S. Bultje
2013-04-16Faster vp9_short_fdct4x4 and vp9_short_fdct8x4.Christian Duvivier
2013-04-16Faster vp9_short_fdct4x4 and vp9_short_fdct8x4.Christian Duvivier
2013-04-10Make RD superblock mode search size-agnostic.Ronald S. Bultje
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-03-18Optimize 8x8 idct functionYunqing Wang
2013-03-15Faster vp9_short_fdct16x16.Christian Duvivier
2013-03-01Merge master branch into experimentalJohn Koleszar
2013-02-28Merge "mv dct_sse2.c dct_sse2_intrinsics.c to avoid collision" into experimentalJim Bankoski
2013-02-28mv dct_sse2.c dct_sse2_intrinsics.c to avoid collisionJim Bankoski
2013-02-28this commit converts all sad ptrs to uint32Jim Bankoski
2013-02-27Faster vp9_short_fdct8x8.Christian Duvivier
2013-02-27Remove unused vp9_copy32xnJohn Koleszar
2013-02-27Fix --as=nasm compatibility for new asm code.Jan Kratochvil
2013-02-15Remove some Y2-related code.Ronald S. Bultje
2013-02-08Port sadNxNx4d functions to x86inc.asm.Ronald S. Bultje
2013-02-08Add sad64x64 and sad32x32 SSE2 versions.Ronald S. Bultje