Home | History | Annotate | Download | only in encoder

Lines Matching refs:samples

2183                 double samples = 3.0 / 2 * cpi->count * lst_yv12->y_width * lst_yv12->y_height;
2184 double total_psnr = vp8_mse2psnr(samples, 255.0, cpi->total_sq_error);
2185 double total_psnr2 = vp8_mse2psnr(samples, 255.0, cpi->total_sq_error2);
2455 pkt.data.psnr.samples[0] = width * height;
2456 pkt.data.psnr.samples[1] = width * height;
2467 pkt.data.psnr.samples[0] += width * height;
2468 pkt.data.psnr.samples[2] = width * height;
2476 pkt.data.psnr.samples[0] += width * height;
2477 pkt.data.psnr.samples[3] = width * height;
2480 pkt.data.psnr.psnr[i] = vp8_mse2psnr(pkt.data.psnr.samples[i], 255.0,