aboutsummaryrefslogtreecommitdiff
path: root/unit_test/unit_test.cc
AgeCommit message (Expand)Author
2024-01-10AVX10 cpuid detect addedFrank Barchard
2023-10-05AVX-VNNI detectFrank Barchard
2023-10-04VNNI-INT8 detectFrank Barchard
2023-04-06Add riscv cpu info detection.Darren Hsieh
2022-01-26Remove MMI supportFrank Barchard
2022-01-20Add supports for loongarch LSX and LASX.Hao Chen
2022-01-12VNNI detectFrank Barchard
2021-03-05Add 12 bit YUV to 10 bit RGBFrank Barchard
2021-02-19Scale 12 functions that are scale 16 but with only low 12 bits validFrank Barchard
2021-02-19[libyuv] - Switch from gflags to absl/flags.Mirko Bonadei
2019-05-29RGB24ToJ420 for full range YUVFrank Barchard
2018-09-04Documentation update for GYP and envionment variablesFrank Barchard
2018-03-20cpuid sandbox friendlier avoiding getenv()Frank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-12-15H010Copy function to copy 16 bit planar formatsFrank Barchard
2017-09-12Add MaskCpuFlags(benchmark_cpu_info_) to unittest initializationFrank Barchard
2017-06-19Move compare functions into a unittest classFrank Barchard
2017-03-14make gflags command line parser optionalFrank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-06-08document cpuid command line behaviorFrank Barchard
2016-05-27make unittest allocator align to 64 bytes.Frank Barchard
2016-02-02fix for ubsan on unittest.h fastrand()Frank Barchard
2015-12-10remove unused var in a testFrank Barchard
2015-11-03unittest fix for cpu flags.Frank Barchard
2015-11-03add command line cpu info to allow android neon testFrank Barchard
2015-10-21width and 3 bug fix in odd width support of ARGBToI411Frank Barchard
2015-10-19Call AllowCommandLineReparsing in unit testsFrank Barchard
2015-10-16add gflags support files from webrtcFrank Barchard
2015-10-14create color test category of unittests to narrow down arm bugFrank Barchard
2015-10-13break up unittests into categoriesFrank Barchard
2015-09-22Replace random with fastrandFrank Barchard
2015-03-26All cpu flags to be set so that instead of comparing C code, compare assemble...fbarchard@google.com
2013-12-17NaCL pepper_33 port of scale and compare using lock/unlock. Remove less usef...fbarchard@google.com
2013-12-10Test scaling to/from 1 pixelfbarchard@google.com
2013-12-09Reduce filter to None if 1 pixel wide.fbarchard@google.com
2013-12-08Switch from xor/mov bx, to movzx ebx, which still passes drmemory and valgrind.fbarchard@google.com
2013-12-05Change scale factors to test QVGA to/from CIFfbarchard@google.com
2013-12-04Use xor/mov bx instead of movzx to avoid drmemory bugfbarchard@google.com
2013-12-03Aligned buffer sizes for subsampled Bayer formats.fbarchard@google.com
2013-12-02test odd width and fix for unaligned used on odd width conversion.fbarchard@google.com
2013-08-09Make unittests to 1280 pixels for simple planar tests, to get more realistic ...fbarchard@google.com
2013-06-15FixedDiv function in C and benchmarkfbarchard@google.com
2013-03-19ARGBSobelfbarchard@google.com
2013-01-28Replace two spaces with one after .fbarchard@google.com
2012-10-25unittest simplify loop counterfbarchard@google.com
2012-10-24Switch to 128x72 for default testing size when not benchmarking.fbarchard@google.com
2012-10-24Add unittest environment variables to set conversion width and heightfbarchard@google.com
2012-09-18Disable V210 unittest that fails valgrind, and some warning fixes for android.fbarchard@google.com
2012-09-16RGBA to and from I420 with C implementation.fbarchard@google.com
2012-09-14Add environment variable for tests to repeat for benchmarking purposes.fbarchard@google.com