Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dpsnr.c39 double grand_total; in vp8_calc_psnr() local
44 grand_total = 0.0; in vp8_calc_psnr()
62 grand_total += Total; in vp8_calc_psnr()
85 grand_total += Total; in vp8_calc_psnr()
108 grand_total += Total; in vp8_calc_psnr()
112 frame_psnr = vp8_mse2psnr(source->y_height * source->y_width * 3 / 2 , 255.0, grand_total); in vp8_calc_psnr()
114 *sq_error = 1.0 * grand_total; in vp8_calc_psnr()