aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-28ERMSfbarchard@google.com
2013-03-26movbe remove - not useful so far.fbarchard@google.com
2013-03-26ARGBToJ420 and ARGBToJ400 - Full range YUV Jpeg style.fbarchard@google.com
2013-03-26psnr tool - disable -t if openmp not enabledfbarchard@google.com
2013-03-25Add a unittest for scaling from VGA to whatever.fbarchard@google.com
2013-03-24Sobel port to posix. Improved unittest for C version.fbarchard@google.com
2013-03-23posix commentfbarchard@google.com
2013-03-22C header compatiblefbarchard@google.com
2013-03-22_CRT_SECURE_NO_WARNINGS fix for windowsfbarchard@google.com
2013-03-22quick fix for sobel compile errorfbarchard@google.com
2013-03-22Sobel use G channel for consistency on all CPUs, better performance and full ...fbarchard@google.com
2013-03-21Makefile for psnr toolfbarchard@google.com
2013-03-19Replace Add+YToARGB with SobelRowfbarchard@google.com
2013-03-19SobelXY which returns Sobel X, Sobel Y and Sobel as RGB values.fbarchard@google.com
2013-03-19ARGBSobelfbarchard@google.com
2013-03-18Sobel functionsfbarchard@google.com
2013-03-14NV12 to/from I420 coalesce rows for Y and UV independently.fbarchard@google.com
2013-03-13bilinear scaling allow higher error for differences in SSSE3 7 bit math vs C/...fbarchard@google.com
2013-03-13Row coalesce convert_from.cc for I420ToNV12, YUY2ToI422, UYVYToI422fbarchard@google.com
2013-03-13fix for bayer unittest, transpose and rotate, and Ssim tolerance.fbarchard@google.com
2013-03-13fix odd width unittesting by rounding up to next subsample size.fbarchard@google.com
2013-03-12lint fix for Intel and YANY fix for Neonfbarchard@google.com
2013-03-12Fix RGB565ToARGB_Any which uses SSE2 that requires ARGB alignment. Add row c...fbarchard@google.com
2013-03-12Fix white space (lint) and sort row.h definesfbarchard@google.com
2013-03-12Unattenutate with work around for vpgatherdd on avx2fbarchard@google.com
2013-03-09clobber list fix for armfbarchard@google.com
2013-03-08ARGBShuffle AVX2fbarchard@google.com
2013-03-07Unaligned version of ABGRToARGB for SSSE3fbarchard@google.com
2013-03-06ARGBMirror AVX2fbarchard@google.com
2013-03-05fix mirror macrofbarchard@google.com
2013-03-05Mirrorfbarchard@google.com
2013-03-05AVX2 version of half rows.fbarchard@google.com
2013-03-05Remove a=0 special case in C and use table all the time, which will zero the ...fbarchard@google.com
2013-03-04AVX2 math functions for imagesfbarchard@google.com
2013-02-28gcc scale fix and change tabs to spaces in gypsfbarchard@google.com
2013-02-28Add comments to gyp showing what the macros are for.fbarchard@google.com
2013-02-27SSE2 scale for ARGB and posix with specializationsfbarchard@google.com
2013-02-27ARGBmultiply re-enabled with shifts and narrow as 2 steps.fbarchard@google.com
2013-02-27Change YUV_DISABLE_ASM to LIBYUV_DISABLE_NEON, LIBYUV_DISABLE_MIPS, LIBYUV_DI...fbarchard@google.com
2013-02-26Add I420ToNV12 and NV21 to convert fromfbarchard@google.com
2013-02-21Attenuate and Unattenuate Any variations for sse2, sss3 and avx2fbarchard@google.com
2013-02-21Unattenuate multiply alpha by 1.fbarchard@google.com
2013-02-20Unattenuate AVX2fbarchard@google.com
2013-02-19AVX2 Attenuatefbarchard@google.com
2013-02-15remove vpermq from ARGBToUVfbarchard@google.com
2013-02-15fix ARGBToI444 UV code to use signed mathfbarchard@google.com
2013-02-14Use vmovd to avoid switch to sse modefbarchard@google.com
2013-02-13Sum of Square Error ported to AVX2fbarchard@google.com
2013-02-12Box filter start from 0,0. Fixes crash that overreads horizontally.fbarchard@google.com
2013-02-11Add I422Copy and I444Copyfbarchard@google.com