summaryrefslogtreecommitdiff
path: root/vp8/common/x86
AgeCommit message (Expand)Author
2011-07-14Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-07-08update x86 asm for loopfilterJohann
2011-07-02Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-06-30Properly use GET_GOT/RESTORE_GOT when using GLOBAL().Ronald S. Bultje
2011-05-20Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-19Merge "Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3."Scott LaVarnway
2011-05-11Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-11Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-05-10set up Global Offset Table in reconJohann
2011-05-09clean up unused variable warningsJohann
2011-05-03Merge remote branch 'internal/upstream' into HEADJohn Koleszar
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-29Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-28bug fix removed inline from recon_wrapper_sse2.cJames Berry
2011-04-28Merge remote branch 'internal/upstream' into HEADJohn Koleszar
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-26Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-25remove simpler_lpfJohann
2011-04-25Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-04-19modify SAVE_XMM for potential 64bit useJohann
2011-04-18Add save/restore xmm registers in x86 assembly codeJohann
2011-04-16Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-15remove dead code, add missing RESTORE_XMMJohann
2011-04-12Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-11Remove unused filesJohn Koleszar
2011-03-23Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-02-18Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-07Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-02-04Remove duplicate loopfilter parameters.Gaute Strokkenes
2010-11-16changes to start experimenting with color segmentation prediction modes.Jim Bankoski
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