summaryrefslogtreecommitdiff
path: root/test/dct32x32_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add AVX2 intrinsic for idct16x16 and idct32x32 functionsAnupam Pandey2023-05-051-0/+197
* vp9[loongarch]: Optimize idct32x32_1024/1/34_addyuanhecai2022-04-151-3/+3
* vp9[loongarch]: Optimize vpx_fdct32x32/32x32_rdyuanhecai2022-04-151-0/+9
* update googletest to v1.10.0James Zern2020-06-181-8/+8
* test/*: use std::*tupleJames Zern2018-12-071-2/+3
* Add Speed Tests to Trans32x32TestLuc Trudeau2018-06-271-1/+22
* VSX Version of fdct32x32_rdLuc Trudeau2018-06-271-1/+1
* test: use testing::*tuple instead of std::tr1James Zern2018-03-281-2/+2
* ppc: Add vpx_idct32x32_1024_add_vsxAlexandra Hájková2017-09-301-0/+9
* fdct neon: 32x32_rdJohann2017-07-061-1/+1
* partial fdct testJohann2017-06-281-78/+0
* fdct32x32 neon implementationJohann2017-06-221-4/+4
* Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang2017-05-031-2/+2
* Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang2017-05-031-2/+2
* test: apply clang-tidy google-readability-braces-around-statementsclang-format2016-08-051-3/+6
* test: apply clang-formatclang-format2016-07-271-60/+41
* tests: remove redundant round() definitionJames Zern2016-06-291-8/+1
* Fix UBSAN/IOC errorsYaowu Xu2016-06-011-2/+2
* dct32x32_test: s/HAVE_NEON_ASM/HAVE_NEON/James Zern2016-04-131-2/+2
* Merge changes I7a1c0cba,Ie02b5caf,I2cbd85d7,I644f35b0James Zern2016-04-061-0/+22
|\
| * dct32x32_test: add PartialTrans32x32Test, RandomJames Zern2016-04-011-0/+22
* | dct32x32_test: create fn pointers w/'&' refJames Zern2016-04-021-7/+7
|/
* vpx_fdct32x32_1_c: fix accumulator overflowJames Zern2016-03-301-0/+56
* dct32x32_test: remove unused functionJames Zern2016-02-021-4/+0
* Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han2015-08-041-17/+17
* Cosmetics - Fix header file order in unit testsJingning Han2015-07-291-4/+4
* Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han2015-07-281-24/+24
* Factor 32x32 fwd DCT to vpx_dsp folderJingning Han2015-07-281-2/+3
* mips msa vp9 fdct 32x32 optimizationParag Salasakar2015-06-171-2/+4
* mips msa vp9 updated idct 8x8, 16x16 and 32x32 moduleParag Salasakar2015-06-011-2/+1
* mips msa vp9 updated macros and disable all MSA functionsParag Salasakar2015-05-291-1/+2
* Relocate memory operations for common codeJohann2015-05-131-0/+1
* Merge "mips msa vp9 idct 32x32 optimization"Parag Salasakar2015-05-081-0/+8
|\
| * mips msa vp9 idct 32x32 optimizationParag Salasakar2015-05-071-0/+8
* | replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern2015-05-071-20/+18
|/
* Added high bitdepth sse2 transform functionsPeter de Rivaz2014-12-021-8/+28
* Rename highbitdepth functions to use highbd prefixDeb Mukherjee2014-10-091-6/+6
* Incorporate WRAPLOW macro into non-highbitdepth txDeb Mukherjee2014-10-031-3/+3
* Adds high bitdepth transform functions and testsDeb Mukherjee2014-09-111-39/+122
* tests/reference_32x32_dct_1d: remove unused stride paramJames Zern2014-08-221-3/+3
* dct32x32_test: drop '_t' from local typenamesJames Zern2014-07-181-6/+6
* tests: add API_REGISTER_STATE_CHECKJames Zern2014-07-101-5/+6
* Rework unit test for 8x8 transformationJingning Han2014-06-031-2/+3
* Only build neon assembly for armv7 targetsJohann2014-05-121-1/+1
* dct32x32_test: add NEON functionsJames Zern2014-02-261-0/+10
* test/: remove unnecessary extern "C"sJames Zern2014-01-231-4/+1
* Merge "vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2"Yaowu Xu2013-11-271-0/+10
|\
| * vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2levytamar822013-11-211-0/+10
* | Removing PARAMS macro for consistencyJoshua Litt2013-11-191-1/+3
|/
* Making input pointer constant for all fdct/fht functions.Dmitry Kovalev2013-10-241-2/+2