summaryrefslogtreecommitdiff
path: root/test/fdct8x8_test.cc
AgeCommit message (Expand)Author
2014-06-09fdct8x8_test: add missing avx2 functionsJames Zern
2014-06-03Re-enable unit test for SSSE3 forward 8x8 2D-DCTJingning Han
2014-06-03Rework unit test for 8x8 transformationJingning Han
2014-05-12Only build neon assembly for armv7 targetsJohann
2014-05-08Turn on unit tests for SSSE3 8x8 forward and inverse 2D-DCTJingning Han
2014-02-26fdct8x8_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_fdct8x8 to vp9_fdct8x8.Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct8x8.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-06Giving consistent names to IDCT 8x8 functions.Dmitry Kovalev
2013-09-16Refactor 8x8 fwd transform unit testJingning Han
2013-09-04Added ClearSystemState in a unit testYaowu Xu
2013-08-08fix unit test failure on win32 vs2008 buildYaowu Xu
2013-07-15Cosmetic changes in 4x4 and 8x8 fdct unit testsJingning Han
2013-06-26Fix aligned memory allocation in unit testsJingning Han
2013-06-26test/fdct*: fix some warningsJames Zern
2013-06-25Tune the rounding operations in 8x8 ADST/DCT sse2Jingning Han
2013-06-25Add 8x8 dct/adst unit testsJingning Han
2013-05-16WIP: 8x8 idct/recon mergeScott LaVarnway
2013-04-16Merge branch 'experimental' into masterJohn Koleszar
2013-04-04tests: use a portable rand() implementationJames Zern
2013-02-22optimize 8x8 fdct rounding for accuracyYaowu Xu
2012-11-24removed the idct rtcd idct callsJim Bankoski
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-24change to properly account for coef scaling in unit testsYaowu Xu
2012-08-0216x16 DCT blocks.Daniel Kang
2012-06-29Add 8x8 fDCT unit test.Daniel Kang