summaryrefslogtreecommitdiff
path: root/test/fdct8x8_test.cc
AgeCommit message (Expand)Author
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
2015-07-29Cosmetics - Fix header file order in unit testsJingning Han
2015-07-28Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han
2015-07-24Move msa implementations of 2D-DCT to vpx_dspJingning Han
2015-07-22Factor forward 2D-DCT transforms into vpx_dspJingning Han
2015-07-06Remove comment about disabled testsJohann
2015-07-01Fix --disable-use-x86incJohann
2015-06-20mips msa vp9 fdct 8x8 optimizationParag Salasakar
2015-06-01mips msa vp9 updated idct 8x8, 16x16 and 32x32 moduleParag Salasakar
2015-05-30Merge "mips msa vp9 updated macros and disable all MSA functions"Parag Salasakar
2015-05-29mips msa vp9 updated macros and disable all MSA functionsParag Salasakar
2015-05-22Re-worked header filesScott LaVarnway
2015-05-14fdct8x8_test: move functions to an anonymous namespaceJames Zern
2015-05-13Merge "Relocate memory operations for common code"Johann
2015-05-13Relocate memory operations for common codeJohann
2015-05-08mips msa vp9 idct 8x8 optimizationParag Salasakar
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2014-12-15VP9 common for ARMv8 by using NEON intrinsics 06James Yu
2014-12-04Re-enable 8x8 fdct/fht tests by changing toleranceDeb Mukherjee
2014-12-03acm_random: provide full range for Rand16()James Zern
2014-12-02Added high bitdepth sse2 transform functionsPeter de Rivaz
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-03Incorporate WRAPLOW macro into non-highbitdepth txDeb Mukherjee
2014-09-14Visual Studio build (warning) fixDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-08-22fdct8x8_test.cc: remove unused param warningsJames Zern
2014-07-29Added vp9_fdct8x8_neon(), vp9_fdct8x8_1_neon()Scott LaVarnway
2014-07-28Fix bug 805levytamar82
2014-07-18fdct8x8_test: drop '_t' from local typenamesJames Zern
2014-07-10tests: add API_REGISTER_STATE_CHECKJames Zern
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