aboutsummaryrefslogtreecommitdiff
path: root/include/libyuv/compare.h
AgeCommit message (Expand)Author
2018-01-24Lint cleanup after C99 change CLFrank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-05-12Optimize Hamming Distance C code to do 64 bits at a time.Frank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-09-26remove guard nolints from all headersFrank Barchard
2014-11-05Detect Endian of ARGB image.fbarchard@google.com
2013-01-28Replace two spaces with one after .fbarchard@google.com
2012-10-09Move Neon source to its own files.fbarchard@google.com
2012-09-27Add exports to allow libyuv to be built as a shared lib.fbarchard@google.com
2012-09-16ARGBInterpolateRow_SSSE3 for motion blur. Used to use bilinear row filter, w...fbarchard@google.com
2012-08-08Update Copyright notice to follow new chromium conventions.fbarchard@google.com
2012-06-27Avoid lint warnings on header guards.fbarchard@google.com
2012-03-29With an asm() away lint, this cleans up most remaining issues.fbarchard@google.com
2012-02-06hash funtion for comparing imagesfbarchard@google.com
2011-12-10clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes ...fbarchard@google.com
2011-11-11Order includes.frkoenig@google.com
2011-11-10PSNR and SSIM plane comparision functions.frkoenig@google.com
2011-11-10add a comparison functionfbarchard@google.com