summaryrefslogtreecommitdiff
path: root/vp8/common/x86/subpixel_ssse3.asm
AgeCommit message (Expand)Author
2012-11-20vp8_filter_block1d4_h6_ssse3: add missing xmm restoreJames Zern
2012-05-23Make libvpx Chromium build friendlyAlpha Lam
2011-08-23Use local labels for jumps/loops in x86 assembly.Fritz Koenig
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
2010-10-04nasm: address labels 'rel label' vice 'wrt rip'Jan Kratochvil
2010-09-20Use movq instead of movdqu.Fritz 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-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