summaryrefslogtreecommitdiff
path: root/test/fdct4x4_test.cc
AgeCommit message (Expand)Author
2016-05-27Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10.Linfeng Zhang
2016-02-11tests: quiet some unused parameter warningsJames Zern
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-20Unify the high bit-depth forward hybrid transformsJingning Han
2015-07-14Add an SSE2 version of vp9_iwht4x4_16_addAlex Converse
2015-07-13Revert "Add an SSE2 version of vp9_iwht4x4_16_add."Yaowu Xu
2015-07-08Add an SSE2 version of vp9_iwht4x4_16_add.Alex Converse
2015-06-22mips msa vp9 fdct 4x4 optimizationParag Salasakar
2015-06-02mips msa vp9 idct4x4 and iwht4x4 optimizationParag Salasakar
2015-05-13Relocate memory operations for common codeJohann
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2014-12-15VP9 common for ARMv8 by using NEON intrinsics 05James Yu
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-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-08-22fdct4x4_test.cc: remove unused param warningsJames Zern
2014-07-28Fix bug 805levytamar82
2014-07-18fdct4x4_test: drop '_t' from local typenamesJames Zern
2014-07-10tests: add API_REGISTER_STATE_CHECKJames Zern
2014-06-09dct4x4_test: add missing avx2 functionsJames Zern
2014-06-03Rework unit test for 8x8 transformationJingning Han
2014-05-12Only build neon assembly for armv7 targetsJohann
2014-05-08Add an x86inc MMX fwht4x4.Alex Converse
2014-05-07Revert "Add an MMX fwht4x4"Paul Wilkins
2014-05-05Add an MMX fwht4x4Alex Converse
2014-05-05Add test for 4x4 WHT.Alex Converse
2014-02-26fdct4x4_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-11-13Enable 4x4 DCT/ADST transform unit testJingning Han
2013-10-23Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4.Dmitry Kovalev
2013-10-21Using stride (# of elements) instead of pitch (bytes) in fdct4x4.Dmitry Kovalev
2013-10-11Consistent names for inverse hybrid transforms (1 of 2).Dmitry Kovalev
2013-10-04Giving consistent names to IDCT/IWHT functions.Dmitry Kovalev
2013-09-06cleanup cpplint warningsYaowu 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-25Cosmetic changes in 4x4 fwd transform unit testJingning Han
2013-06-25Add 8x8 dct/adst unit testsJingning Han
2013-06-20Add unit tests for 4x4 ADSTJingning Han
2013-05-20WIP: 4x4 idct/recon mergeScott LaVarnway
2013-03-13removed reference to "LLM" and "x8"Yaowu Xu