summaryrefslogtreecommitdiff
path: root/vp8/common/x86
AgeCommit message (Expand)Author
2011-07-08update x86 asm for loopfilterJohann
2011-06-30Properly use GET_GOT/RESTORE_GOT when using GLOBAL().Ronald S. Bultje
2011-05-19Merge "Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3."Scott LaVarnway
2011-05-10set up Global Offset Table in reconJohann
2011-05-09clean up unused variable warningsJohann
2011-04-30Fix documentation typosThijs Vermeir
2011-04-29Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3.Ronald S. Bultje
2011-04-28bug fix removed inline from recon_wrapper_sse2.cJames Berry
2011-04-27Use psadbw to get the sum of bytes in a line.Ronald S. Bultje
2011-04-27SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().Ronald S. Bultje
2011-04-25remove simpler_lpfJohann
2011-04-19modify SAVE_XMM for potential 64bit useJohann
2011-04-18Add save/restore xmm registers in x86 assembly codeJohann
2011-04-15remove dead code, add missing RESTORE_XMMJohann
2011-04-11Remove unused filesJohn Koleszar
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-04Remove duplicate loopfilter parameters.Gaute Strokkenes
2010-10-27Eliminate more warnings.Timothy B. Terriberry
2010-10-04nasm: movhps compatibility QWORD->MMWORDJan Kratochvil
2010-10-04nasm: address labels 'rel label' vice 'wrt rip'Jan Kratochvil
2010-10-04nasm: match instruction length (movd/movq) to parametersJan Kratochvil
2010-09-28Optimizations on the loopfilters.Fritz Koenig
2010-09-20Use movq instead of movdqu.Fritz Koenig
2010-09-20Better choice of instruction filter mask comparision.Fritz Koenig
2010-09-13Removed unnecessary pxor.Fritz Koenig
2010-09-10Make block access to frame buffer sequentialFritz Koenig
2010-09-09Merge branch 'master' of git://review.webmproject.org/libvpxFritz Koenig
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-09-07Bilinear subpixel optimizations for ssse3.Fritz Koenig
2010-08-23Rework idct calling structure.Fritz Koenig
2010-08-19Revert "Removed ssse3 sixtap code"Jim Bankoski
2010-08-18Removed ssse3 sixtap codeScott LaVarnway
2010-08-11Finished vp8_sixtap_predict4x4_ssse3 functionScott LaVarnway
2010-08-10Added ssse3 version of sixtap filtersScott LaVarnway
2010-08-02nasm: avoid space before the :data symbol type.Jan Kratochvil
2010-07-23Change the x86 idct functions to do reconstruction at the same timeJeff Muizelaar
2010-07-23Combine idct and reconstruction stepsJeff Muizelaar
2010-06-29Improve SSE2 loopfilter functionsYunqing Wang
2010-06-21Fix a linker error on x86-64 Linux when not using a version script.Timothy B. Terriberry
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar
2010-06-15More on "some XMM registers are non-volatile on windows x64 ABI"Yunqing Wang
2010-06-11some XMM registers are non-volatile on windows x64 ABIMakoto Kato
2010-06-10Improve vp8_sixtap_predict functionsYunqing Wang
2010-06-04LICENSE: update with latest textJohn Koleszar
2010-05-18Initial WebM releaseJohn Koleszar