2015-03-16 19:56:41 +00:00
..
compare.cc Sobel use G channel for consistency on all CPUs, better performance and full range of 0 to 255. 2013-03-22 04:47:14 +00:00
convert.cc change tile size for convert util and unittest to 32x32 which would lend itself to AVX2 or VP9 2013-06-13 23:18:08 +00:00
cpuid.c Fix AVX2 detect and a performance stall for gcc/clang. 2013-10-21 18:10:59 +00:00
Makefile move Calc functions for psnr into header to avoid duplicate links. 2014-06-26 17:59:19 +00:00
psnr_main.cc Show jpeg as an option for psnr tool if enabled 2014-07-01 21:49:40 +00:00
psnr.cc clangcl build fix for __cpuid in psnr util. Since clangcl provides the intrinsic thru its Visual C emulation, don't duplicately define the function with an inline version, which is normally needed for gcc/clang. 2015-03-16 19:56:41 +00:00
psnr.h jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEG 2014-06-26 21:55:38 +00:00
ssim.cc jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEG 2014-06-26 21:55:38 +00:00
ssim.h jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEG 2014-06-26 21:55:38 +00:00