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

  /external/libvpx/libvpx/vp8/encoder/
psnr.c 16 #define MAX_PSNR 100
25 psnr = MAX_PSNR; /* Limit to prevent / 0 */
27 if (psnr > MAX_PSNR)
28 psnr = MAX_PSNR;
  /external/libvpx/libvpx/vp9/encoder/
vp9_psnr.c 15 #define MAX_PSNR 100
23 psnr = MAX_PSNR; // Limit to prevent / 0
25 if (psnr > MAX_PSNR)
26 psnr = MAX_PSNR;

Completed in 56 milliseconds