Home | History | Annotate | Download | only in enc

Lines Matching refs:total_pixels

1009       int total_pixels = src->width * src->height + 2 * uv_w * uv_h;
1011 total_pixels += src->width * src->height;
1014 result[4] = GetPSNR(total_sse / total_pixels);