summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-10-30Updates to 1-pass:Marco Paniconi
2013-10-29Merge "vp9: add multi-threaded tile decoder"James Zern
2013-10-30vp9: add multi-threaded tile decoderJames Zern
2013-10-29CL for adding AVX-AVX2 support in libvpx.Erik Niemeyer
2013-10-28Merge "add tile test vectors"James Zern
2013-10-28add tile test vectorsJames Zern
2013-10-28Merge "vp9_thread_test: quiet some msvc int->bool warnings"James Zern
2013-10-26vp9_thread_test: quiet some msvc int->bool warningsJames Zern
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 changes I305fd55f,I13fe92b1James Zern
2013-10-22Merge "Revert "Merge "SVC improvements"""James Zern
2013-10-22Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8."Dmitry Kovalev
2013-10-22Revert "Merge "SVC improvements""James Zern
2013-10-21Using stride (# of elements) instead of pitch (bytes) in fdct4x4.Dmitry Kovalev
2013-10-21SVC improvementsIvan Maltz
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-17vp9_thread: add vp9_worker_execute()James Zern
2013-10-16Initial 1-pass.Marco Paniconi
2013-10-15Merge "add a test vector with frame parallel mode enabled"James Zern
2013-10-14add a test vector with frame parallel mode enabledJames Zern
2013-10-11Making input pointer of any inverse transform constant.Dmitry Kovalev
2013-10-11Consistent names for inverse hybrid transforms (1 of 2).Dmitry Kovalev
2013-10-11Merge "SSE2 8-tap sub-pixel filter optimization"Yunqing Wang
2013-10-11Adjustment to allowed range in resize unit testPaul Wilkins
2013-10-10SSE2 8-tap sub-pixel filter optimizationYunqing Wang
2013-10-10Giving consistent names to IDCT 32x32 functions.Dmitry Kovalev
2013-10-07Giving consistent names to IDCT 16x16 functions.Dmitry Kovalev
2013-10-06Giving consistent names to IDCT 8x8 functions.Dmitry Kovalev
2013-10-04Giving consistent names to IDCT/IWHT functions.Dmitry Kovalev
2013-10-03Merge "mips dsp-ase r2 vp9 decoder convolve module optimizations"Johann
2013-10-02BITSTREAM - RESTORING BILINEAR INTERPOLATION FILTER SUPPORTDmitry Kovalev
2013-10-02mips dsp-ase r2 vp9 decoder convolve module optimizationsParag Salasakar
2013-09-26Align structs used unit test to 32 bytesYaowu Xu
2013-09-26Revert "Align struct to 32 bytes"Yaowu Xu
2013-09-25Align struct to 32 bytesYaowu Xu
2013-09-19Merge "Refactor 8x8 fwd transform unit test"Jingning Han
2013-09-19Merge "fix vp8-only build"Yaowu Xu
2013-09-17fix vp8-only buildJames Zern
2013-09-17Modified resize unit test to output test vectorAdrian Grange
2013-09-16Refactor 8x8 fwd transform unit testJingning Han
2013-09-13Minor adjustment in unit testsYaowu Xu
2013-09-10Enable and fix resize_test for VP9Adrian Grange