summaryrefslogtreecommitdiff
path: root/test/dct16x16_test.cc
AgeCommit message (Expand)Author
2014-06-09vp9_f(dct|ht): disable avx2 variantsJames Zern
2014-06-03Rework unit test for 8x8 transformationJingning Han
2014-05-30Add overflow check unit test for 16x16 inverse DCT/ADST transformJingning Han
2014-05-23Re-enable unit test on neon implementation of 16x16 idctJingning Han
2014-05-23Turn on unit test for inverse 16x16 2D-DCT ssse3Jingning Han
2014-05-19Adjust the forward 16x16 DCT computation stepsJingning Han
2014-05-12Only build neon assembly for armv7 targetsJohann
2014-02-25dct16x16_test: add NEON functionsJames Zern
2014-02-06Finally removing "short" from transform names.Dmitry Kovalev
2014-01-23test/: remove unnecessary extern "C"sJames Zern
2013-11-19Removing PARAMS macro for consistencyJoshua Litt
2013-10-24Making input pointer constant for all fdct/fht functions.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct16x16 to vp9_fdct16x16.Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct16x16.Dmitry Kovalev
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-07Giving consistent names to IDCT 16x16 functions.Dmitry Kovalev
2013-09-16Refactor 8x8 fwd transform unit testJingning Han
2013-09-09Enable accuracy/memory check for 16x16 transformsJingning Han
2013-09-09Rework 16x16 transform unit testJingning Han
2013-09-06cleanup cpplint warningsYaowu Xu
2013-08-29Refactor 16x16 unit testsJingning Han
2013-08-08fix unit test failure on win32 vs2008 buildYaowu Xu
2013-07-11Cosmetic changes in 16x16 ADST/DCT unit testJingning Han
2013-07-10Add unit test for 16x16 forward ADST/DCTJingning Han
2013-05-15WIP: 16x16 idct/recon mergeScott LaVarnway
2013-02-25optimize forward 16x16 DCT for accuracyYaowu Xu
2013-02-05fix a build issue with MSVC on windowsYaowu Xu
2013-02-04enable 16x16 iDCT unit testYaowu Xu
2012-11-26remove the dependency on idct.hYaowu Xu
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-06fix test buildsJames Zern
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-08-07A bit of temporary relief on encoder slownessYaowu Xu
2012-08-0216x16 DCT blocks.Daniel Kang