Searched refs:query_cols (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/opencl/
H A Dbrute_force_match.cl184 int query_cols,
197 query_cols /= kercn;
209 s_query[mad24(MAX_DESC_LEN, lidy, loadx)] = loadx < query_cols ? query_vec[loadx] : 0;
243 for (int i = 0, endq = (query_cols + BLOCK_SIZE - 1) / BLOCK_SIZE; i < endq; i++)
247 if (loadx < query_cols)
316 int query_cols,
337 query_cols /= kercn;
346 for (int i = 0 ; i < (query_cols + BLOCK_SIZE - 1) / BLOCK_SIZE ; ++i)
351 if (loadx < query_cols)
387 int query_cols,
[all...]
/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp70 const int query_cols = query.cols(); local
87 if (query_cols <= 64)
89 else if (query_cols <= 128 && !is_cpu)
168 const int query_cols = query.cols(); local
187 if (query_cols <= 64)
189 else if (query_cols <= 128 && !is_cpu)

Completed in 135 milliseconds