summaryrefslogtreecommitdiff
path: root/vp9/common/x86
AgeCommit message (Expand)Author
2013-07-31Optimize 32x32 2D inverse DCT for speed-upJingning Han
2013-07-2916x16 inverse 2D-DCT with DC onlyJingning Han
2013-07-26Merge "d45 intra prediction SSSE3 optimizations."Ronald S. Bultje
2013-07-26Special handle on DC only inverse 8x8 2D-DCTJingning Han
2013-07-26d45 intra prediction SSSE3 optimizations.Ronald S. Bultje
2013-07-24SSE2 inverse 4x4 2D-DCT with DC onlyJingning Han
2013-07-24Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1Jingning Han
2013-07-16Merge changes I40454d26,I892e76d5,I865ab3f9,I4a4bec17,I61c4351e,I37eb3559,I10...James Zern
2013-07-16delete vp9_loopfilter_sse2.asmJames Zern
2013-07-16vp9_loopfilter_intrin_sse2: cosmetics: fix indentJames Zern
2013-07-16delete x86/vp9_loopfilter_x86.hJames Zern
2013-07-16SSE2 16x16 inverse ADST/DCT hybrid transformJingning Han
2013-07-13vp9_loopfilter_intrin_sse2: make some funcs staticJames Zern
2013-07-13vp9_loopfilter_intrin_sse2: remove unused uv funcsJames Zern
2013-07-13vp9_loopfilter: remove uv function typedefJames Zern
2013-07-12SSE2 8x8 inverse ADST/DCT transformJingning Han
2013-07-11Merge "SSE2 4x4 invserse ADST/DCT transform"Jingning Han
2013-07-11convolve8 optimizations for neonJohann
2013-07-11Merge "Wide loopfilter 16 pix at a time"Jim Bankoski
2013-07-10SSE2 4x4 invserse ADST/DCT transformJingning Han
2013-07-10Replace copy_memNxM functions with a generic copy/avg function.Ronald S. Bultje
2013-07-10Wide loopfilter 16 pix at a timeJohn Koleszar
2013-07-10Remove unused iwalsh4x4 MMX/SSE2 functions.Ronald S. Bultje
2013-07-10Remove unused 16x3/3x16 sad SSE2 functions.Ronald S. Bultje
2013-07-10Merge "SSSE3 assembly for 4x4/8x8/16x16/32x32 H intra prediction."Ronald S. Bultje
2013-07-10Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 TM intra prediction."Ronald S. Bultje
2013-07-10Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V intra prediction."Ronald S. Bultje
2013-07-10Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction."Ronald S. Bultje
2013-07-10SSSE3 assembly for 4x4/8x8/16x16/32x32 H intra prediction.Ronald S. Bultje
2013-07-10SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 TM intra prediction.Ronald S. Bultje
2013-07-10SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V intra prediction.Ronald S. Bultje
2013-07-10SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction.Ronald S. Bultje
2013-07-09Removing vp9_maskingmv.c and corresponding assembly file.Dmitry Kovalev
2013-07-08Make intra prediction pointers RTCD-based.Ronald S. Bultje
2013-06-17Move subpixel variance function from common/ to encoder/.Ronald S. Bultje
2013-06-12Quick modifications to mb loopfilter intrinsic functionsScott LaVarnway
2013-06-12Merge "Quick modifications to wide loopfilter intrinsic functions"Yaowu Xu
2013-06-12Quick modifications to wide loopfilter intrinsic functionsScott LaVarnway
2013-06-12Remove some unused loopfilter codeJohn Koleszar
2013-05-21Removed unused idct functionsScott LaVarnway
2013-05-21Removed vp9_recon functionsScott LaVarnway
2013-05-20WIP: 4x4 idct/recon mergeScott LaVarnway
2013-05-16WIP: 8x8 idct/recon mergeScott LaVarnway
2013-05-15WIP: 16x16 idct/recon mergeScott LaVarnway
2013-05-14WIP: 32x32 idct/recon mergeScott LaVarnway
2013-05-10Removing unused simple loopfilter code.Dmitry Kovalev
2013-04-26Merge branch 'master' into experimentalJohann
2013-04-25Rename vp9_idct_x86.cJohann
2013-04-19Move dst to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-19Use SSSE3 for 2d filters larger than 16John Koleszar