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

  /external/libvpx/vp8/encoder/
psnr.c 20 double psnr; local
23 psnr = 10.0 * log10(Peak * Peak * Samples / Mse);
25 psnr = MAX_PSNR; // Limit to prevent / 0
27 if (psnr > MAX_PSNR)
28 psnr = MAX_PSNR;
30 return psnr;
60 // Work out Y PSNR
83 // Work out U PSNR
89 // V PSNR
106 // Work out UV PSNR
    [all...]
onyx_if.c 19 #include "psnr.h"
    [all...]
  /external/libvpx/vpx/
vpx_encoder.h 56 #define VPX_CODEC_CAP_PSNR 0x10000 /**< Can issue PSNR packets */
66 #define VPX_CODEC_USE_PSNR 0x10000 /**< Calculate PSNR on each frame */
114 VPX_CODEC_PSNR_PKT, /**< PSNR statistics for this frame */
144 double psnr[4]; /**< PSNR, total/y/u/v */ member in struct:vpx_codec_cx_pkt::__anon5321::vpx_psnr_pkt
145 } psnr; /**< data for PSNR packet */ member in union:vpx_codec_cx_pkt::__anon5321
  /external/libvpx/vp8/
vp8cx.mk 60 VP8_CX_SRCS-yes += encoder/psnr.h
72 VP8_CX_SRCS-yes += encoder/psnr.c
  /external/libvpx/
ivfenc.c 424 static const arg_def_t psnrarg = ARG_DEF(NULL, "psnr", 0,
425 "Show PSNR in status line");
    [all...]

Completed in 201 milliseconds