Searched defs:PSNR (Results 1 - 3 of 3) sorted by relevance

/external/webp/include/webp/
H A Dencode.h191 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha member in struct:WebPAuxStats
382 // Compute PSNR, SSIM or LSIM distortion metric between two pictures.
388 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
/external/webp/src/webp/
H A Dencode.h191 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha member in struct:WebPAuxStats
382 // Compute PSNR, SSIM or LSIM distortion metric between two pictures.
388 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
/external/libavc/test/encoder/
H A Dmain.c116 PSNR, enumerator in enum:__anon7794
170 { "--", "--psnr", PSNR, "Enable PSNR computation (Disable while benchmarking performance) \n" },
795 case PSNR:
1518 /* If PSNR is enabled, open input file again and hold a different file pointer
1519 * This makes it easy to compute PSNR without adding dependency between input and recon threads

Completed in 369 milliseconds