summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-12-04Modified spatial scalable encoder & unit testsAdrian Grange
2013-12-03Fix VP8 border replication for very small imageYaowu Xu
2013-11-27Merge "vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2"Yaowu Xu
2013-11-26Add a noise test vectorYunqing Wang
2013-11-21Merge "Using num_4x4_blocks_* instead of b_{width, height}_log2."Dmitry Kovalev
2013-11-21Using num_4x4_blocks_* instead of b_{width, height}_log2.Dmitry Kovalev
2013-11-21Merge "Removing PARAMS macro for consistency"Joshua Litt
2013-11-21vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2levytamar82
2013-11-19Removing PARAMS macro for consistencyJoshua Litt
2013-11-18Decoder performance test added to unit testsJoshua Litt
2013-11-14Tweaks to vpx_test android make fileJoshua Litt
2013-11-14Merge "Enable 4x4 DCT/ADST transform unit test"Jingning Han
2013-11-13Enable 4x4 DCT/ADST transform unit testJingning Han
2013-11-13For CBR, keep rate-correction damping factor to 2.Marco Paniconi
2013-11-12Merge "Add test vector for row/col tile decoding"Jingning Han
2013-11-12Android.mk file for vpx unittestsJoshua Litt
2013-11-12Add test vector for row/col tile decodingJingning Han
2013-11-11Fixed memory leak with svc_test.ccIvan Maltz
2013-11-08Disable zeroblock forcing for lossless coding modeYaowu Xu
2013-11-06Merge "Move SVC per-frame loop from sample app into libvpx proper"Ivan Maltz
2013-11-06Move SVC per-frame loop from sample app into libvpx properIvan Maltz
2013-11-06Allow test data path to be set by preprocessor symbolJoshua Litt
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