Searched refs:lidx (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/modules/features2d/src/opencl/
H A Dbrute_force_match.cl132 int lidx,
140 DIST(s_query[lidy * BLOCK_SIZE_ODD + j], s_train[j * BLOCK_SIZE_ODD + lidx]);
148 int lidx,
156 DIST(s_query[lidy * BLOCK_SIZE_ODD + j], s_train[j * BLOCK_SIZE_ODD + lidx]);
165 int lidx,
173 DIST(s_query[lidy * MAX_DESC_LEN + block_index * BLOCK_SIZE + j], s_train[j * BLOCK_SIZE + lidx]);
190 const int lidx = get_local_id(0);
208 const int loadx = mad24(BLOCK_SIZE, i, lidx);
213 const int s_query_i = mad24(BLOCK_SIZE_ODD, lidy, lidx);
214 const int s_train_i = mad24(BLOCK_SIZE_ODD, lidx, lid
[all...]
/external/opencv3/modules/imgproc/src/opencl/
H A Dcanny.cl125 int lidx = get_local_id(0);
131 int i = lidx + lidy * GRP_SIZEX;
146 lidx++;
162 int idx = lidx + lidy * (GRP_SIZEX + 4);
163 i = lidx + lidy * (GRP_SIZEX + 2);
236 float prev_mag = mag[(lidy + prev[dir][0]) * (GRP_SIZEX + 2) + lidx + prev[dir][1]];
237 float next_mag = mag[(lidy + next[dir][0]) * (GRP_SIZEX + 2) + lidx + next[dir][1]] + (dir & 1);
288 int lidx = get_local_id(0);
295 for (int i = lidx + lidy * GRP_SIZEX; i < (GRP_SIZEX + 2) * (GRP_SIZEY + 2); i += GRP_SIZEX * GRP_SIZEY)
335 lidx
[all...]
/external/fsck_msdos/
H A Ddir.c534 u_int lidx = 0; local
629 || lidx != (*p & LRNOMASK)) {
640 lidx = *p & LRNOMASK;
641 t = longName + --lidx * 13;
/external/fio/
H A Dinit.c1942 int c, ini_idx = 0, lidx, ret = 0, do_exit = 0, exit_val = 0; local
1954 while ((c = getopt_long_only(argc, argv, ostr, l_opts, &lidx)) != -1) {
2111 const char *opt = l_opts[lidx].name;
2144 l_opts[lidx].has_arg == required_argument) {
2171 const char *opt = l_opts[lidx].name;
/external/opencv3/apps/traincascade/
H A Dboost.cpp1080 int ridx, lidx; local
1082 *internalNodesIt >> lidx;internalNodesIt--; local
1096 if ( lidx <= 0)
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 291 milliseconds