summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86
AgeCommit message (Expand)Author
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
2013-10-02Simplifying and inlining k_cvtlo_epi16 and k_cvthi_epi16A.Mahfoodh
2013-09-23Number of instructions in fdct4_1d_sse2 reduced by two.A.Mahfoodh
2013-09-06Fix overflow issue in 16x16 quantization SSSE3Jingning Han
2013-09-05Use saturated addition in SSSE3 of 32x32 quantJingning Han
2013-08-31Fix 32x32 forward transform SSE2 versionJingning Han
2013-08-29Merge "Fix overflow issue in SSSE3 32x32 quantization"Jingning Han
2013-08-29Fix overflow issue in SSSE3 32x32 quantizationJingning Han
2013-08-27fixed the reading too many bytesYaowu Xu
2013-08-26Fix the reading of too many input pixelsYaowu Xu
2013-08-12SSE2 high precision 32x32 forward DCTJingning Han
2013-08-06Merge "Place holder for high-precision 32x32 fdct"Jingning Han
2013-08-06variance x86inc guardsJim Bankoski
2013-08-06Place holder for high-precision 32x32 fdctJingning Han
2013-08-06Move fdct32x32 SSE2 implementation in separate file.Christian Duvivier
2013-07-10Remove unused fwalsh/fdct x86 SIMD implementations.Ronald S. Bultje
2013-07-10SSE2 16x16 ADST/DCT hybrid transformJingning Han
2013-07-05Merge "Refactor SSE2 8x8 functional units"Jingning Han
2013-07-03Refactor SSE2 8x8 functional unitsJingning Han
2013-07-02Use pmovmskb to skip quantize loops over empty coefficients.Ronald S. Bultje
2013-07-01Update quantize SSSE3 SIMD to cover 32x32 transform case also.Ronald S. Bultje
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
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-28Make coefficient skip condition an explicit RD choice.Ronald S. Bultje