summaryrefslogtreecommitdiff
path: root/test/fdct8x8_test.cc
AgeCommit message (Expand)Author
2018-03-28test: use testing::*tuple instead of std::tr1James Zern
2018-03-05Fix a bug in vp9_iht8x8_64_add_neon()Linfeng Zhang
2018-03-03disable vp9_iht8x8_64_add_neonJames Zern
2017-09-01apply clang-formatclang-format
2017-07-01ppc: Add vpx_idct8x8_64_add_vsxAlexandra Hájková
2017-06-15Remove vpx_idct8x8_64_add_ssse3()Linfeng Zhang
2017-05-08Merge changes I0cfe4117,I3581d80d,Ida62c941Linfeng Zhang
2017-05-04fdct 8x8 neon: minor comment cleanupJohann
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2017-02-13fdct8x8 highbd neon: use tran_low_t for outputJohann
2016-11-09fdct8x8_test: add vpx_idct8x8_64_add_neon in hbdJames Zern
2016-11-07Rename vpx_highbd_idct8x8_10{*}() to vpx_highbd_idct8x8_12{*}()Linfeng Zhang
2016-08-05test: apply clang-tidy google-readability-braces-around-statementsclang-format
2016-07-27test: apply clang-formatclang-format
2016-06-30test: remove x86inc.asm distinctionJohann
2016-06-08fdct8x8_test: fix unsigned overflowJames Zern
2016-06-01Fix UBSAN/IOC errorsYaowu Xu
2016-02-11tests: quiet some unused parameter warningsJames Zern
2016-02-03fdct8x8_test:: quiet unused-function warningJames 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-06Remove comment about disabled testsJohann
2015-07-01Fix --disable-use-x86incJohann
2015-06-20mips msa vp9 fdct 8x8 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-14fdct8x8_test: move functions to an anonymous namespaceJames Zern
2015-05-13Merge "Relocate memory operations for common code"Johann
2015-05-13Relocate memory operations for common codeJohann
2015-05-08mips msa vp9 idct 8x8 optimizationParag Salasakar
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2014-12-15VP9 common for ARMv8 by using NEON intrinsics 06James Yu
2014-12-04Re-enable 8x8 fdct/fht tests by changing toleranceDeb Mukherjee
2014-12-03acm_random: provide full range for Rand16()James Zern
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-14Visual Studio build (warning) fixDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-08-22fdct8x8_test.cc: remove unused param warningsJames Zern
2014-07-29Added vp9_fdct8x8_neon(), vp9_fdct8x8_1_neon()Scott LaVarnway
2014-07-28Fix bug 805levytamar82
2014-07-18fdct8x8_test: drop '_t' from local typenamesJames Zern
2014-07-10tests: add API_REGISTER_STATE_CHECKJames Zern