Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dconnectedcomponents.cpp226 for(int c_i = 0; Irows[0] != Irow + cols; ++Irows[0], c_i++){ in operator ()() local
228 Lrow[c_i] = 0; in operator ()()
231 Irows[1] = Irow_prev + c_i; in operator ()()
232 Lrows[0] = Lrow + c_i; in operator ()()
233 Lrows[1] = Lrow_prev + c_i; in operator ()()
234 … const bool T_a = T_a_r && (c_i + G8[a][1]) >= 0 && *(Irows[G8[a][0]] + G8[a][1]); in operator ()()
236 … const bool T_c = T_c_r && (c_i + G8[c][1]) < cols && *(Irows[G8[c][0]] + G8[c][1]); in operator ()()
237 … const bool T_d = (c_i + G8[d][1]) >= 0 && *(Irows[G8[d][0]] + G8[d][1]); in operator ()()
280 for(int c_i = 0; Irows[0] != Irow + cols; ++Irows[0], c_i++){ in operator ()() local
282 Lrow[c_i] = 0; in operator ()()
[all …]
/external/harfbuzz_ng/util/
Dansi-print.cc244 unsigned int c_i = 255 - c; in block_best() local
246 row_sum_i[y] += c_i; in block_best()
248 col_sum_i[x] += c_i; in block_best()
250 quad_i[2 * y / bi.height][2 * x / bi.width] += c_i; in block_best()
252 total_i += c_i; in block_best()
/external/clang/test/CodeGenCXX/
Ddebug-info-class.cpp79 G::inner c_i; in main() local
/external/clang/test/Sema/
Dc89.c96 const const int c_i; /* expected-warning {{duplicate 'const' declaration specifier}} */ variable
/external/svox/pico/lib/
Dpicospho.c412 c_i, in shift_range_left_1() local
424 c_i = spho->headx[to].cind; in shift_range_left_1()
430 c_diff = c_j - c_i; in shift_range_left_1()
444 spho->cbuf[c_i++] = spho->cbuf[c_j++]; in shift_range_left_1()
/external/libavc/decoder/
Dih264d_utils.c1847 WORD8 c_i = 0; in ih264d_allocate_dynamic_bufs() local