summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86
AgeCommit message (Expand)Author
2014-05-07Merge "Moving pair_set_epi32 macro into vp9_dct32x32_sse2.c."Dmitry Kovalev
2014-05-07Revert "Add an MMX fwht4x4"Paul Wilkins
2014-05-06Merge "Add an MMX fwht4x4"Alex Converse
2014-05-05Add an MMX fwht4x4Alex Converse
2014-05-05SSSE3 implementation of full inverse 8x8 2D-DCTJingning Han
2014-05-01Moving pair_set_epi32 macro into vp9_dct32x32_sse2.c.Dmitry Kovalev
2014-05-01Merge "Removing half-variance asm functions which are not used."Dmitry Kovalev
2014-04-30Merge "Enable SSSE3 implementation of 8x8 forward 2D-DCT"Jingning Han
2014-04-30Removing half-variance asm functions which are not used.Dmitry Kovalev
2014-04-29Enable SSSE3 implementation of 8x8 forward 2D-DCTJingning Han
2014-04-25Removing unused vp9_variance_halfpixvar*() functions.Dmitry Kovalev
2014-04-14Removing unused vp9_mcomp_x86.h file.Dmitry Kovalev
2014-03-21AVX2 SAD Optimization:levytamar82
2014-03-17Removed several unused functions.Yaowu Xu
2014-03-05Merge "improved speed of 4x4 sse2 fdct."Andrew Russell
2014-03-03improved speed of 4x4 sse2 fdct.Andrew Russell
2014-02-28AVX2 SubPixel AVG Variance Optimizationlevytamar82
2014-02-18vp9_subpel_variance_impl_intrin_avx2.c: make some tables staticJames Zern
2014-02-14AVX2 SubPixel Variance Optimizationlevytamar82
2014-02-12minor spelling cleanup in commentsAndrew Russell
2014-02-07Bug fix in ssse3 quantize functionYunqing Wang
2014-02-06Finally removing "short" from transform names.Dmitry Kovalev
2014-01-27Removing _1d suffix from transform names.Dmitry Kovalev
2014-01-23vp9/encoder: add extern "C" to headersJames Zern
2014-01-08AVX2 Variance Optimizationlevytamar82
2013-12-16vp9: normalize include guardsJames Zern
2013-11-27Merge "vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2"Yaowu Xu
2013-11-21vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2levytamar82
2013-11-21Improve vp9_fdct4x4_sse2 (x1.2)Abo Talib Mahfoodh
2013-11-13Fix an overflow issue in SSE2 forward ADSTJingning Han
2013-11-07Remove TEXTREL from 32bit encoderYunqing Wang
2013-10-24Making input pointer constant for all fdct/fht functions.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct32x32 to vp9_fdct32x32.Dmitry Kovalev
2013-10-23Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16."Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct16x16 to vp9_fdct16x16.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct8x8 to vp9_fdct8x8.Dmitry Kovalev
2013-10-22Merge "Using stride (# of elements) instead of pitch (bytes) in fdct4x4."Dmitry Kovalev
2013-10-22Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8."Dmitry Kovalev
2013-10-21Using stride (# of elements) instead of pitch (bytes) in fdct4x4.Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct8x8.Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct16x16.Dmitry Kovalev
2013-10-17Using stride (# of elements) instead of pitch (bytes) in fdct32x32.Dmitry Kovalev
2013-10-15Removing unused 8x4 transform from the encoder.Dmitry Kovalev
2013-10-09Merge "Simplifying and inlining k_cvtlo_epi16 and k_cvthi_epi16"Jingning Han
2013-10-07Merge "cpplint vp9_variance_sse2.c"Jim Bankoski
2013-10-05Merge "added nolint to function that doesn't seem easy to breakup"Jim Bankoski
2013-10-04cpplint issues resolved in vp9_variance_mmx.cJim Bankoski
2013-10-04added nolint to function that doesn't seem easy to breakupJim Bankoski
2013-10-04cpplint vp9_variance_sse2.cJim Bankoski