ssd_to_psnr       166 tests/tiny_ssim.c             ssd_to_psnr( ssd[0], (uint64_t)frames*w*h ),
ssd_to_psnr       167 tests/tiny_ssim.c             ssd_to_psnr( ssd[1], (uint64_t)frames*w*h/4 ),
ssd_to_psnr       168 tests/tiny_ssim.c             ssd_to_psnr( ssd[2], (uint64_t)frames*w*h/4 ),
ssd_to_psnr       169 tests/tiny_ssim.c             ssd_to_psnr( ssd[0] + ssd[1] + ssd[2], (uint64_t)frames*w*h*3/2 ) );