Searched refs:SumWeight (Results 1 – 1 of 1) sorted by relevance
386 int SumWeight[RAWAELITE_WIN_NUM] = {0}; in AeGridWeight15x15to5x5() local395 SumWeight[line_5x5 * 5 + col_5x5] += inWeights[line_15x15 * 15 + col_15x15]; in AeGridWeight15x15to5x5()399 outWeights[i] = SumWeight[i] / 9; in AeGridWeight15x15to5x5()