Searched refs:v_org (Results 1 – 1 of 1) sorted by relevance
252 const uint8* const v_org = ch_org + y_size + (uv_size - uv_offset); in UpdateMetrics() local261 libyuv::ComputeSumSquareError(v_org, v_rec, uv_size)); in UpdateMetrics()265 double v_err = ComputeSumSquareError(v_org, v_rec, uv_size); in UpdateMetrics()282 CalcSSIM(v_org, v_rec, (image_width + 1) / 2, (image_height + 1) / 2); in UpdateMetrics()