Home
last modified time | relevance | path

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

/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daargb.c289 double gamma_weight_low_all; in AARGB_MAIN() local
1139 gamma_weight_low_all = 0; in AARGB_MAIN()
1143 #pragma omp parallel for reduction(+:gamma_weight_low_all) num_threads(max_threads2) in AARGB_MAIN()
1145 for (i1=0; i1<128; i1++){ gamma_weight_low_all += hist2[i1]; } in AARGB_MAIN()
1158 if (i3 > gamma_weight_low_all / 2){ in AARGB_MAIN()