summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86
AgeCommit message (Expand)Author
2013-04-25Move dequant from BLOCKD to per-plane MACROBLOCKDJohn Koleszar
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-17Add SSE2 versions for rectangular sad and sad4d functions.Ronald S. Bultje
2013-04-16Faster vp9_short_fdct4x4 and vp9_short_fdct8x4.Christian Duvivier
2013-04-10Make RD superblock mode search size-agnostic.Ronald S. Bultje
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-03-18Optimize 8x8 idct functionYunqing Wang
2013-03-15Faster vp9_short_fdct16x16.Christian Duvivier
2013-03-01Merge master branch into experimentalJohn Koleszar
2013-02-28Merge "mv dct_sse2.c dct_sse2_intrinsics.c to avoid collision" into experimentalJim Bankoski
2013-02-28mv dct_sse2.c dct_sse2_intrinsics.c to avoid collisionJim Bankoski
2013-02-28this commit converts all sad ptrs to uint32Jim Bankoski
2013-02-27Faster vp9_short_fdct8x8.Christian Duvivier
2013-02-27Remove unused vp9_copy32xnJohn Koleszar
2013-02-27Fix --as=nasm compatibility for new asm code.Jan Kratochvil
2013-02-15Remove some Y2-related code.Ronald S. Bultje
2013-02-08Port sadNxNx4d functions to x86inc.asm.Ronald S. Bultje
2013-02-08Add sad64x64 and sad32x32 SSE2 versions.Ronald S. Bultje
2013-02-06Add sse2 versions of sub_pixel_variance{32x32,64x64}.Ronald S. Bultje
2013-02-05Add SSE3 versions for sad{32x32,64x64}x4d functions.Ronald S. Bultje
2013-01-31Add support for x64 and win64 yasm flags.Frank Galligan
2013-01-14fix a number issues that cause failuresYaowu Xu
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-20add private to assembly files to insure proper chromebuildJim Bankoski
2012-12-05vp9_bilinear_filters_mmx: add missing extern specifiersJohn Koleszar
2012-12-03Merge "fixes --disable-vp9-encoder" into vp9-previewJim Bankoski
2012-12-03fixes --disable-vp9-encoderJim Bankoski
2012-11-30google style guide include guardsJim Bankoski
2012-11-29last remaining warningJim Bankoski
2012-11-28remove postproc invokesJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar
2012-11-18clean out some of the rtcd code.Jim Bankoski
2012-11-17removal of temporal invokeJim Bankoski
2012-11-07Merge with upstream experimental changes (2)John Koleszar
2012-11-07Merge with upstream experimental changesJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-06Fix variance (signed integer) overflowJames Zern
2012-11-05remove invoke_search macroJim Bankoski
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje