Searched refs:uv_samples (Results 1 – 1 of 1) sorted by relevance
5278 int uv_samples = orig->uv_height * orig->uv_width ; in vp8_get_compressed_data() local5279 int t_samples = y_samples + 2 * uv_samples; in vp8_get_compressed_data()5296 cpi->total_u += vpx_sse_to_psnr(uv_samples, 255.0, (double)ue); in vp8_get_compressed_data()5297 cpi->total_v += vpx_sse_to_psnr(uv_samples, 255.0, (double)ve); in vp8_get_compressed_data()5325 cpi->totalp_u += vpx_sse_to_psnr(uv_samples, in vp8_get_compressed_data()5327 cpi->totalp_v += vpx_sse_to_psnr(uv_samples, in vp8_get_compressed_data()