Searched refs:diff_V (Results 1 – 1 of 1) sorted by relevance
199 const double diff_V = V1[row_idx + x] - V2[row_idx + x]; in GetPSNRYuv() local200 sse += diff_U * diff_U + diff_V * diff_V; in GetPSNRYuv()
Completed in 6 milliseconds