summaryrefslogtreecommitdiff
path: root/unit_test
AgeCommit message (Expand)Author
2014-10-17Offset destination by 1 for I420ToARGB_Unaligned test to ensure destination a...fbarchard@google.com
2014-10-07pavgb with memory op requires alignment. This CL disables conversions that u...fbarchard@google.com
2014-10-03Row AArch64 Neon implementation - Part 8ashok.bhat@gmail.com
2014-09-30Remove alignment constraint for SSE2. Allows the optimized function to be use...fbarchard@google.com
2014-09-22Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux.fbarchard@google.com
2014-09-08expect avx2 compiler support means one of the avx2 functions exists.fbarchard@google.com
2014-09-05add gyp define to enable svn version check. defaults to off so tests built o...fbarchard@google.com
2014-09-04Add a test that indicates the compiler is able to generate avx2 code.fbarchard@google.com
2014-08-19valgrind fix to CropNV12 unittest. round crop amount to multiple of 2 so UV ...fbarchard@google.com
2014-07-28Add a gyp define LIBYUV_DISABLE_JPEG to not build jpeg libraryfbarchard@google.com
2014-07-18redo nv12 crop unittest with expect eqfbarchard@google.com
2014-07-18Add NV12 cropping unittest to confirm behavior.fbarchard@google.com
2014-06-04test conversions that are reversible.fbarchard@google.com
2014-05-20YUV scaling with 16 bit planesfbarchard@google.com
2014-03-18ARGBScale down bilinear clip to edge of image to avoid overread.fbarchard@google.com
2014-03-07unittest first checks if files exists for neon detection.fbarchard@google.com
2014-01-28libyuv::MJPGToI420() and libyuv::MJPGToARGB() return failure if callback to J...fbarchard@google.com
2014-01-03Only do 1x1 work around for large sourcefbarchard@google.com
2014-01-02FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.fbarchard@google.com
2014-01-02Add little endian 555/565 kCMPixelFormat's to alias listfbarchard@google.com
2013-12-31Apple uses 'BGRA' to mean 'ARGB', so map this on Apple machines.fbarchard@google.com
2013-12-31Over unittest crash on divide overflow.fbarchard@google.com
2013-12-26Clear destinations to different values to detect returning with error code ra...fbarchard@google.com
2013-12-26Use malloc for row buffers in rotatefbarchard@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-09scale down 4fbarchard@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-03yasm ALIGN uppercasefbarchard@google.com
2013-12-03use scale for subsampling to handle odd source width to even destination width.fbarchard@google.com
2013-12-02test odd width and fix for unaligned used on odd width conversion.fbarchard@google.com
2013-12-02respect subsample in planar unittestfbarchard@google.com
2013-11-27Add CIF scale test to confirm DrMemory bug is fixed.fbarchard@google.com
2013-11-20Fix scaling bugfbarchard@google.com
2013-11-18A simple Makefile for libyuv on linuxfbarchard@google.com
2013-11-15Report of affine to nacl using %k0fbarchard@google.com
2013-11-13Allow error of 3 (was 2) for scale by 8.fbarchard@google.com
2013-11-11Port ScaleCols to SSSE3 for Win.fbarchard@google.com
2013-11-11Linear interpolation.fbarchard@google.com
2013-11-05Add small test for blurfbarchard@google.com
2013-11-04Use allocation instead of stack for a unittest that uses a bit too much.fbarchard@google.com
2013-10-23Sobel using max to get abs for SSE2fbarchard@google.com
2013-10-21Disable xgetbv for NaCLfbarchard@google.com
2013-10-21Coalesce rows by changing width/height and dropping into code instead of recu...fbarchard@google.com
2013-10-21ARGBSobelToPlane which produces a planar output.fbarchard@google.com
2013-10-21Fix AVX2 detect and a performance stall for gcc/clang.fbarchard@google.com