summaryrefslogtreecommitdiff
path: root/test/dct32x32_test.cc
AgeCommit message (Expand)Author
2023-05-05Add AVX2 intrinsic for idct16x16 and idct32x32 functionsAnupam Pandey
2022-04-15vp9[loongarch]: Optimize idct32x32_1024/1/34_addyuanhecai
2022-04-15vp9[loongarch]: Optimize vpx_fdct32x32/32x32_rdyuanhecai
2020-06-18update googletest to v1.10.0James Zern
2018-12-07test/*: use std::*tupleJames Zern
2018-06-27Add Speed Tests to Trans32x32TestLuc Trudeau
2018-06-27VSX Version of fdct32x32_rdLuc Trudeau
2018-03-28test: use testing::*tuple instead of std::tr1James Zern
2017-09-30ppc: Add vpx_idct32x32_1024_add_vsxAlexandra Hájková
2017-07-06fdct neon: 32x32_rdJohann
2017-06-28partial fdct testJohann
2017-06-22fdct32x32 neon implementationJohann
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2016-08-05test: apply clang-tidy google-readability-braces-around-statementsclang-format
2016-07-27test: apply clang-formatclang-format
2016-06-29tests: remove redundant round() definitionJames Zern
2016-06-01Fix UBSAN/IOC errorsYaowu Xu
2016-04-13dct32x32_test: s/HAVE_NEON_ASM/HAVE_NEON/James Zern
2016-04-06Merge changes I7a1c0cba,Ie02b5caf,I2cbd85d7,I644f35b0James Zern
2016-04-02dct32x32_test: create fn pointers w/'&' refJames Zern
2016-04-01dct32x32_test: add PartialTrans32x32Test, RandomJames Zern
2016-03-30vpx_fdct32x32_1_c: fix accumulator overflowJames Zern
2016-02-02dct32x32_test: remove unused functionJames 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-28Factor 32x32 fwd DCT to vpx_dsp folderJingning Han
2015-06-17mips msa vp9 fdct 32x32 optimizationParag Salasakar
2015-06-01mips msa vp9 updated idct 8x8, 16x16 and 32x32 moduleParag Salasakar
2015-05-29mips msa vp9 updated macros and disable all MSA functionsParag Salasakar
2015-05-13Relocate memory operations for common codeJohann
2015-05-08Merge "mips msa vp9 idct 32x32 optimization"Parag Salasakar
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-05-07mips msa vp9 idct 32x32 optimizationParag Salasakar
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-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