Searched refs:uv_samples (Results 1 – 1 of 1) sorted by relevance
5160 int uv_samples = uv_height * uv_width; in vp8_get_compressed_data() local5161 int t_samples = y_samples + 2 * uv_samples; in vp8_get_compressed_data()5178 cpi->total_u += vpx_sse_to_psnr(uv_samples, 255.0, (double)ue); in vp8_get_compressed_data()5179 cpi->total_v += vpx_sse_to_psnr(uv_samples, 255.0, (double)ve); in vp8_get_compressed_data()5207 cpi->totalp_u += vpx_sse_to_psnr(uv_samples, 255.0, (double)ue); in vp8_get_compressed_data()5208 cpi->totalp_v += vpx_sse_to_psnr(uv_samples, 255.0, (double)ve); in vp8_get_compressed_data()