libyuv/unit_test
2014-09-30 18:53:34 +00: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
compare_test.cc Remove alignment constraint for SSE2. Allows the optimized function to be used with unaligned memory, improving performance in that use case. Hurts performance on core2 and prior where memory was faster with movdqa instruction. 2014-09-30 18:53:34 +00:00
convert_test.cc valgrind fix to CropNV12 unittest. round crop amount to multiple of 2 so UV will be an even number. 2014-08-19 18:32:03 +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 FixedDiv1 using a single 64/32 divide. Removes size restriction from slope. 2014-01-02 22:32:09 +00:00
planar_test.cc Use malloc for row buffers in rotate 2013-12-26 21:41:11 +00:00
rotate_argb_test.cc Use malloc for row buffers in rotate 2013-12-26 21:41:11 +00:00
rotate_test.cc Use malloc for row buffers in rotate 2013-12-26 21:41:11 +00:00
scale_argb_test.cc ARGBScale down bilinear clip to edge of image to avoid overread. 2014-03-18 21:39:42 +00:00
scale_test.cc YUV scaling with 16 bit planes 2014-05-20 19:22:30 +00:00
unit_test.cc NaCL pepper_33 port of scale and compare using lock/unlock. Remove less useful scaling tests and change default size to a multiple of 16 for better assembly coverage. 2013-12-17 18:27:06 +00:00
unit_test.h Use malloc for row buffers in rotate 2013-12-26 21:41:11 +00:00
version_test.cc add gyp define to enable svn version check. defaults to off so tests built outside of svn will build/run with a warning but not error. 2014-09-05 00:33:53 +00:00
video_common_test.cc Only do 1x1 work around for large source 2014-01-03 08:42:55 +00:00