summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86/vp9_dct_sse2.c
AgeCommit message (Expand)Author
2014-01-27Removing _1d suffix from transform names.Dmitry Kovalev
2013-11-21Improve vp9_fdct4x4_sse2 (x1.2)Abo Talib Mahfoodh
2013-11-13Fix an overflow issue in SSE2 forward ADSTJingning Han
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-15Removing unused 8x4 transform from the encoder.Dmitry Kovalev
2013-09-23Number of instructions in fdct4_1d_sse2 reduced by two.A.Mahfoodh
2013-08-12SSE2 high precision 32x32 forward DCTJingning Han
2013-08-06Place holder for high-precision 32x32 fdctJingning Han
2013-08-06Move fdct32x32 SSE2 implementation in separate file.Christian Duvivier
2013-07-10SSE2 16x16 ADST/DCT hybrid transformJingning Han
2013-07-03Refactor SSE2 8x8 functional unitsJingning Han
2013-06-29Merge "Enable SSE2 4x4 ADST/DCT transform"Jingning Han
2013-06-29SSE2 version of vp9_short_fdct32x32_rd.Christian Duvivier
2013-06-28Enable SSE2 4x4 ADST/DCT transformJingning Han
2013-06-28Fix switch statement in 8x8 transformJingning Han
2013-06-26fixed a compiling problem with MSVC win32 buildYaowu Xu
2013-06-25Tune the rounding operations in 8x8 ADST/DCT sse2Jingning Han
2013-06-24Use aligned buffer operations in 8x8/16x16 2D-DCTJingning Han
2013-06-24Enable sse2 implmentation of 8x8 ADST/DCTJingning Han
2013-04-26Whitespace nitJohann
2013-04-25Normalize more intrinsic filenamesJohann