aboutsummaryrefslogtreecommitdiff
path: root/test/dct16x16_test.cc
AgeCommit message (Expand)Author
2023-07-25test/*.cc: use '= default'James Zern
2023-07-24test/*.cc: prefer 'override' to 'virtual'James Zern
2023-05-05Add AVX2 intrinsic for idct16x16 and idct32x32 functionsAnupam Pandey
2023-04-17Add AVX2 intrinsic for vpx_fdct16x16() functionAnupam Pandey
2022-10-12[NEON] Add highbd FDCT 16x16 functionKonstantinos Margaritis
2022-04-26vp9[loongarch]: Optimize fdct/get/variance16x16yuanhecai
2020-09-11Upstream GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TESTSarah Parker
2020-07-23Silience warnings about uninitiated test casesJerome Jiang
2020-06-18update googletest to v1.10.0James Zern
2018-12-07test/*: use std::*tupleJames Zern
2018-03-28test: use testing::*tuple instead of std::tr1James Zern
2017-09-01apply clang-formatclang-format
2017-07-25ppc: Add vpx_idct16x16_256_add_vsxAlexandra Hájková
2017-06-28partial fdct testJohann
2017-06-07fdct16x16 neon optimizationJohann
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-08-04Use common transpose for vpx_idct16x16_[10|256]_add_neonJohann
2016-07-27test: apply clang-formatclang-format
2016-06-29tests: remove redundant round() definitionJames Zern
2016-06-01Fix UBSAN/IOC errorsYaowu Xu
2016-04-04vpx_fdct16x16_1_c/msa: fix accumulator overflowJames Zern
2016-02-11tests: quiet some unused parameter warningsJames Zern
2016-02-02dct16x16_test: quiet unused-function warningJames Zern
2015-09-01Remove unused functions from test filesJohann
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-06-16mips msa vp9 fdct 16x16 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-13Relocate memory operations for common codeJohann
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-05-05mips msa vp9 idct 16x16 optimizationParag Salasakar
2015-04-30Merge "Disable ssse3 version idct16x16_256_add()"Yaowu Xu
2015-04-29Disable ssse3 version idct16x16_256_add()Yaowu Xu
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2014-12-02Added high bitdepth sse2 transform functionsPeter de Rivaz
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-06Add range check in inverse ADST 16x16Jingning Han
2014-10-03Incorporate WRAPLOW macro into non-highbitdepth txDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-08-22dct16x16_test.cc: remove unused param warningsJames Zern
2014-07-28Fix bug 805levytamar82