HomeSort by relevance Sort by last modified time
    Searched defs:MAX_PSNR (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
psnr.h 16 #define MAX_PSNR 100.0
  /external/libvpx/libvpx/tools/
tiny_ssim.c 69 #define MAX_PSNR 100
76 psnr = MAX_PSNR; // Limit to prevent / 0
78 if (psnr > MAX_PSNR) psnr = MAX_PSNR;

Completed in 459 milliseconds