Home | History | Annotate | Download | only in vpx

Lines Matching full:psnr

74 #define VPX_CODEC_CAP_PSNR  0x10000 /**< Can issue PSNR packets */
91 #define VPX_CODEC_USE_PSNR 0x10000 /**< Calculate PSNR on each frame */
158 VPX_CODEC_PSNR_PKT, /**< PSNR statistics for this frame */
191 double psnr[4]; /**< PSNR, total/y/u/v */
192 } psnr; /**< data for PSNR packet */