summaryrefslogtreecommitdiff
path: root/vp8/common/x86
AgeCommit message (Expand)Author
2012-06-25Sign-extend input argument so it can be used in pointer arithmetic.Ronald S. Bultje
2012-06-18x86inc: Move x86inc to the correct location.Daniel Kang
2012-06-12Adds x86inc.asm and update idct/dequant mmxDaniel Kang
2012-05-15Adds new Directional Intra prediction modes.Deb Mukherjee
2012-02-23Supporting high precision 1/8-pel motion vectorsDeb Mukherjee
2011-08-25Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-08-24Fix naming of sse2 idct functions.Fritz Koenig
2011-08-24Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-08-23Fix data accesses for simple loopfiltersJohann
2011-08-23Use local labels for jumps/loops in x86 assembly.Fritz Koenig
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