MAX_DESC_LEN 58 modules/features2d/src/opencl/brute_force_match.cl #ifndef MAX_DESC_LEN MAX_DESC_LEN 64 modules/features2d/src/opencl/brute_force_match.cl # if (BLOCK_SIZE < MAX_DESC_LEN) MAX_DESC_LEN 65 modules/features2d/src/opencl/brute_force_match.cl # define SHARED_MEM_SZ (kercn * (BLOCK_SIZE * MAX_DESC_LEN + BLOCK_SIZE * BLOCK_SIZE)) MAX_DESC_LEN 173 modules/features2d/src/opencl/brute_force_match.cl DIST(s_query[lidy * MAX_DESC_LEN + block_index * BLOCK_SIZE + j], s_train[j * BLOCK_SIZE + lidx]); MAX_DESC_LEN 202 modules/features2d/src/opencl/brute_force_match.cl #if 0 < MAX_DESC_LEN MAX_DESC_LEN 203 modules/features2d/src/opencl/brute_force_match.cl __local value_type *s_train = (__local value_type *)sharebuffer + BLOCK_SIZE * MAX_DESC_LEN; MAX_DESC_LEN 206 modules/features2d/src/opencl/brute_force_match.cl for (int i = 0; i < MAX_DESC_LEN / BLOCK_SIZE; i++) MAX_DESC_LEN 209 modules/features2d/src/opencl/brute_force_match.cl s_query[mad24(MAX_DESC_LEN, lidy, loadx)] = loadx < query_cols ? query_vec[loadx] : 0; MAX_DESC_LEN 227 modules/features2d/src/opencl/brute_force_match.cl #if 0 < MAX_DESC_LEN MAX_DESC_LEN 229 modules/features2d/src/opencl/brute_force_match.cl for (int i = 0; i < MAX_DESC_LEN / BLOCK_SIZE; i++) MAX_DESC_LEN 405 modules/features2d/src/opencl/brute_force_match.cl #if 0 < MAX_DESC_LEN MAX_DESC_LEN 406 modules/features2d/src/opencl/brute_force_match.cl __local value_type *s_train = (__local value_type *)sharebuffer + BLOCK_SIZE * MAX_DESC_LEN; MAX_DESC_LEN 409 modules/features2d/src/opencl/brute_force_match.cl for (int i = 0 ; i < MAX_DESC_LEN / BLOCK_SIZE; i ++) MAX_DESC_LEN 412 modules/features2d/src/opencl/brute_force_match.cl s_query[mad24(MAX_DESC_LEN, lidy, loadx)] = loadx < query_cols ? query_vec[loadx] : 0; MAX_DESC_LEN 431 modules/features2d/src/opencl/brute_force_match.cl #if 0 < MAX_DESC_LEN MAX_DESC_LEN 433 modules/features2d/src/opencl/brute_force_match.cl for (int i = 0 ; i < MAX_DESC_LEN / BLOCK_SIZE ; i++)