summaryrefslogtreecommitdiff
path: root/test/dct32x32_test.cc
AgeCommit message (Expand)Author
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-22tests/reference_32x32_dct_1d: remove unused stride paramJames Zern
2014-07-18dct32x32_test: drop '_t' from local typenamesJames Zern
2014-07-10tests: add API_REGISTER_STATE_CHECKJames Zern
2014-06-03Rework unit test for 8x8 transformationJingning Han
2014-05-12Only build neon assembly for armv7 targetsJohann
2014-02-26dct32x32_test: add NEON functionsJames Zern
2014-01-23test/: remove unnecessary extern "C"sJames Zern
2013-11-27Merge "vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2"Yaowu Xu
2013-11-21vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2levytamar82
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_fdct32x32 to vp9_fdct32x32.Dmitry Kovalev
2013-10-17Using stride (# of elements) instead of pitch (bytes) in fdct32x32.Dmitry Kovalev
2013-10-11Making input pointer of any inverse transform constant.Dmitry Kovalev
2013-10-10Giving consistent names to IDCT 32x32 functions.Dmitry Kovalev
2013-09-06cleanup cpplint warningsYaowu Xu
2013-09-05Enable 32x32 Transform unit testJingning Han
2013-05-14WIP: 32x32 idct/recon mergeScott LaVarnway
2013-02-26Enable 32x32 dct testsYaowu Xu
2013-02-13Removal of Hybrid DWT/DCT experiment.Paul Wilkins
2013-01-10Fix wrong pitch argument in dct32x32 unit test.Ronald S. Bultje
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2012-12-13fixed build issue with round()Yaowu Xu
2012-12-0732x32 transform for superblocks.Ronald S. Bultje