Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dsumpixels.cpp97 int * sum_row = (int *)((uchar *)sum + _sumstep * (i + 1)) + 1; in operator ()() local
99 sum_row[-1] = 0; in operator ()()
129 _mm_storeu_si128((__m128i *)(sum_row + j), vsuml); in operator ()()
130 _mm_storeu_si128((__m128i *)(sum_row + j + 4), vsumh); in operator ()()
135 for (int v = sum_row[j - 1] - prev_sum_row[j - 1]; j < size.width; ++j) in operator ()()
136 sum_row[j] = (v += src_row[j]) + prev_sum_row[j]; in operator ()()
/external/netperf/src/
Dnetlib.c4339 sum_row(int *row) { in sum_row() function
4353 h->hundred_usec[0] += sum_row(h->unit_usec); in HIST_report()
4354 h->hundred_usec[0] += sum_row(h->ten_usec); in HIST_report()