BLOCK_SIZE_ODD 67 modules/features2d/src/opencl/brute_force_match.cl # define SHARED_MEM_SZ (kercn * 2 * BLOCK_SIZE_ODD * BLOCK_SIZE) BLOCK_SIZE_ODD 140 modules/features2d/src/opencl/brute_force_match.cl DIST(s_query[lidy * BLOCK_SIZE_ODD + j], s_train[j * BLOCK_SIZE_ODD + lidx]); BLOCK_SIZE_ODD 156 modules/features2d/src/opencl/brute_force_match.cl DIST(s_query[lidy * BLOCK_SIZE_ODD + j], s_train[j * BLOCK_SIZE_ODD + lidx]); BLOCK_SIZE_ODD 212 modules/features2d/src/opencl/brute_force_match.cl __local value_type *s_train = (__local value_type *)sharebuffer + BLOCK_SIZE_ODD * BLOCK_SIZE; BLOCK_SIZE_ODD 213 modules/features2d/src/opencl/brute_force_match.cl const int s_query_i = mad24(BLOCK_SIZE_ODD, lidy, lidx); BLOCK_SIZE_ODD 214 modules/features2d/src/opencl/brute_force_match.cl const int s_train_i = mad24(BLOCK_SIZE_ODD, lidx, lidy); BLOCK_SIZE_ODD 279 modules/features2d/src/opencl/brute_force_match.cl __local int *s_trainIdx = (__local int *)(sharebuffer + BLOCK_SIZE_ODD * BLOCK_SIZE); BLOCK_SIZE_ODD 282 modules/features2d/src/opencl/brute_force_match.cl s_distance += lidy * BLOCK_SIZE_ODD; BLOCK_SIZE_ODD 283 modules/features2d/src/opencl/brute_force_match.cl s_trainIdx += lidy * BLOCK_SIZE_ODD; BLOCK_SIZE_ODD 341 modules/features2d/src/opencl/brute_force_match.cl __local value_type *s_train = (__local value_type *)sharebuffer + BLOCK_SIZE_ODD * BLOCK_SIZE; BLOCK_SIZE_ODD 344 modules/features2d/src/opencl/brute_force_match.cl const int s_query_i = mad24(BLOCK_SIZE_ODD, lidy, lidx); BLOCK_SIZE_ODD 345 modules/features2d/src/opencl/brute_force_match.cl const int s_train_i = mad24(BLOCK_SIZE_ODD, lidx, lidy); BLOCK_SIZE_ODD 415 modules/features2d/src/opencl/brute_force_match.cl __local value_type *s_train = (__local value_type *)sharebuffer + BLOCK_SIZE_ODD * BLOCK_SIZE; BLOCK_SIZE_ODD 416 modules/features2d/src/opencl/brute_force_match.cl const int s_query_i = mad24(BLOCK_SIZE_ODD, lidy, lidx); BLOCK_SIZE_ODD 417 modules/features2d/src/opencl/brute_force_match.cl const int s_train_i = mad24(BLOCK_SIZE_ODD, lidx, lidy); BLOCK_SIZE_ODD 493 modules/features2d/src/opencl/brute_force_match.cl __local int *s_trainIdx = (__local int *)(sharebuffer + BLOCK_SIZE_ODD * BLOCK_SIZE); BLOCK_SIZE_ODD 496 modules/features2d/src/opencl/brute_force_match.cl s_distance += lidy * BLOCK_SIZE_ODD; BLOCK_SIZE_ODD 497 modules/features2d/src/opencl/brute_force_match.cl s_trainIdx += lidy * BLOCK_SIZE_ODD;