Searched refs:sum_d2 (Results 1 – 2 of 2) sorted by relevance
1453 double sum_d2; in mfnr_gfcoef_fix() local1458 sum_d2 = 0; in mfnr_gfcoef_fix()1467 sum_d2 += h[i * (rad * 2 + 1) + j]; in mfnr_gfcoef_fix()1471 h[idx] = FIX_FLOAT(h[idx] + (1 - sum_d2), F_DECI_PIXEL_SIGMA_CONV_WEIGHT, tmp); in mfnr_gfcoef_fix()
1332 double sum_d2; in mfnr_gfcoef_fix_v1() local1337 sum_d2 = 0; in mfnr_gfcoef_fix_v1()1346 sum_d2 += h[i * (rad * 2 + 1) + j]; in mfnr_gfcoef_fix_v1()1350 h[idx] = MFNR_FIX_FLOAT_V1(h[idx] + (1 - sum_d2), F_DECI_PIXEL_SIGMA_CONV_WEIGHT, tmp); in mfnr_gfcoef_fix_v1()