Home
last modified time | relevance | path

Searched refs:YPsnr (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
Dpsnr.c33 double vp8_calc_psnr(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, double *YPsnr, double *U… in vp8_calc_psnr() argument
61 *YPsnr = vp8_mse2psnr(source->y_height * source->y_width, 255.0, Total); in vp8_calc_psnr()
Dpsnr.h16 extern double vp8_calc_psnr(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, double *YPsnr, do…