Searched refs:line_5x5 (Results 1 – 2 of 2) sorted by relevance
37 uint8_t line_5x5, col_5x5; in AecGridWeight5x5to15x15() local42 line_5x5 = i / 5; in AecGridWeight5x5to15x15()45 line_15x15 = line_5x5 * 3; in AecGridWeight5x5to15x15()49 switch (line_5x5) { in AecGridWeight5x5to15x15()55 for (j = 0; j < 3 + line_5x5; j++) in AecGridWeight5x5to15x15()56 … 15 + col_15x15] = inWeights[i] + (float)(inWeights[i + 5] - inWeights[i]) / (3.0f + line_5x5) * j; in AecGridWeight5x5to15x15()62 for (j = 0; j < 3 + line_5x5; j++) in AecGridWeight5x5to15x15()63 …+ col_15x15 + 1] = inWeights[i] + (float)(inWeights[i + 5] - inWeights[i]) / (3.0f + line_5x5) * j; in AecGridWeight5x5to15x15()68 for (j = 0; j < 3 + line_5x5; j++) in AecGridWeight5x5to15x15()69 …= inWeights[line_5x5 * 5 + col_5x5] + (float)(inWeights[(line_5x5 + 1) * 5 + col_5x5] - inWeights[… in AecGridWeight5x5to15x15()[all …]
382 uint8_t line_5x5, col_5x5; in AeGridWeight15x15to5x5() local392 line_5x5 = line_15x15 / 3; in AeGridWeight15x15to5x5()395 SumWeight[line_5x5 * 5 + col_5x5] += inWeights[line_15x15 * 15 + col_15x15]; in AeGridWeight15x15to5x5()