summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2014-07-01Show jpeg as an option for psnr tool if enabledfbarchard@google.com
2014-06-26lint fixes for psnrfbarchard@google.com
2014-06-26jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEGfbarchard@google.com
2014-06-26move Calc functions for psnr into header to avoid duplicate links.fbarchard@google.com
2014-06-25psnr tool accept jpeg files as well as raw YUVfbarchard@google.com
2013-10-21Fix AVX2 detect and a performance stall for gcc/clang.fbarchard@google.com
2013-09-16FMA3 version of Polynomialfbarchard@google.com
2013-09-07AVX version of Polynomialfbarchard@google.com
2013-06-13change tile size for convert util and unittest to 32x32 which would lend itse...fbarchard@google.com
2013-06-10Add -attenuate option to convert utilfbarchard@google.com
2013-06-06Remove blank line from psnrfbarchard@google.com
2013-06-05Additional scale resolutions testedfbarchard@google.com
2013-06-04gcc msys compile ifdefs avoid Visual C inlinefbarchard@google.com
2013-05-28Fix warning on Windows about conversion from int to bool in convert utilfbarchard@google.com
2013-05-24convert YUV to YUV with scalingfbarchard@google.com
2013-05-15scale argb clipfbarchard@google.com
2013-05-08Test DJB2 hash with half the buffer same.fbarchard@google.com
2013-05-06Only define SSE2 if necessaryfbarchard@google.com
2013-05-06Fix for clobber registers on SumSquareError_SSE2 used for PSNRfbarchard@google.com
2013-04-30Accept negative values to mirrorfbarchard@google.com
2013-04-18Fix cpuid to be C89 compatible again.fbarchard@google.com
2013-04-18Cleaner cpuid utilfbarchard@google.com
2013-04-15Remove cruft.fbarchard@google.com
2013-04-15Bilinear upsamplefbarchard@google.com
2013-04-12convert do scalingfbarchard@google.com
2013-04-09isolate jpeg to convert_jpeg and call from convert_to_i420fbarchard@google.com
2013-04-09psnr tool accept files names with _1280x720 as well as .1280x720. And odd wi...fbarchard@google.com
2013-04-09Convert utilfbarchard@google.com
2013-04-03PSNR makefile changefbarchard@google.com
2013-03-28ERMSfbarchard@google.com
2013-03-26movbe remove - not useful so far.fbarchard@google.com
2013-03-26psnr tool - disable -t if openmp not enabledfbarchard@google.com
2013-03-22C header compatiblefbarchard@google.com
2013-03-22_CRT_SECURE_NO_WARNINGS fix for windowsfbarchard@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-20PSNR standalone utility for SSIM and PSNR quality assessment.fbarchard@google.com
2013-01-28Replace two spaces with one after .fbarchard@google.com
2012-10-22Roll to new chrome for vs2012 builds and fix a warning on vs2012fbarchard@google.com
2012-08-27Compare util show version. (bug fix for Mac)fbarchard@google.com
2012-08-08Update Copyright notice to follow new chromium conventions.fbarchard@google.com
2012-07-27A compare utility that reports psnr, mse and hash valuesfbarchard@google.com