libyuv/unit_test
2015-07-01 17:50:48 -07:00
..
testdata Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux. 2014-09-22 18:30:17 +00:00
basictypes_test.cc if types are already defined, dont define them again. 2013-02-05 02:17:18 +00:00
color_test.cc any allow for avx2 32 pixels at a time of argb 2015-07-01 17:50:48 -07:00
compare_test.cc All cpu flags to be set so that instead of comparing C code, compare assembler to assembler, for benchmarking purposes. 2015-03-26 18:22:29 +00:00
convert_test.cc Box filter for YUV use rows with accumulation buffer for better memory behavior. The old code would do columns accumulated into registers, and then store the result once. This was slow from a memory point of view. The new code does a row of source at a time, updating an accumulation buffer every row. The accumulation buffer is small, and should fit cache. Before each accumulation of N rows, the buffer needs to be reset to zero. If the memset is a bottleneck, it would be faster to do the first row without an add, storing to the accumulation buffer, and then add for the remaining rows. 2015-06-09 01:05:18 +00:00
cpu_test.cc Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux. 2014-09-22 18:30:17 +00:00
math_test.cc Improve cmake build. Add unittests to cmake build and automatically detect jpeg support. This change was originally generated to support the build of libyuv in naclports: https://chromium.googlesource.com/external/naclports/+/master/ports/libyuv/. Also add cmake artifacts to .gitignore file. 2014-10-28 23:37:11 +00:00
planar_test.cc make source for planar tests contiguous to test planar functions coalesce into a single low level call. 2015-06-01 23:28:59 +00:00
rotate_argb_test.cc Test rotation with negative height 2015-06-02 22:42:45 +00:00
rotate_test.cc Test rotation with negative height 2015-06-02 22:42:45 +00:00
scale_argb_test.cc scale tests use int64 for size 2015-06-04 21:34:16 +00:00
scale_color_test.cc Add scale color test place holder source 2015-06-01 23:27:07 +00:00
scale_test.cc scale tests use int64 for size 2015-06-04 21:34:16 +00:00
unit_test.cc All cpu flags to be set so that instead of comparing C code, compare assembler to assembler, for benchmarking purposes. 2015-03-26 18:22:29 +00:00
unit_test.h make randomize take 64 bit count to allow larger images to be tested 2015-06-09 01:55:01 +00:00
version_test.cc disable version which fails under git 2015-06-16 10:02:41 -07:00
video_common_test.cc Remove Q420 fourcc support. 2015-02-11 18:20:54 +00:00