Home
last modified time | relevance | path

Searched refs:a_lum (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/perceptualdiff/perceptualdiff-2.1/
H A Dmetric.cpp252 std::vector<float> a_lum(dim); in yee_compare() local
268 #pragma omp parallel for shared(args, a_lum, b_lum, a_a, a_b, b_a, b_b) in yee_compare()
320 a_lum[i] = a_y * luminance; in yee_compare()
330 const LPyramid la(a_lum, w, h); in yee_compare()