DIST 46 3rdparty/libwebp/dec/vp8l.c DIST = 4 DIST 43 3rdparty/zlib/inflate.h DIST, /* i: waiting for distance code */ DIST 81 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) {value_type d = fabs((x) - (y)); result += d.s0 + d.s1 + d.s2 + d.s3 + d.s4 + d.s5 + d.s6 + d.s7;} DIST 84 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) {value_type d = fabs((x) - (y)); result += d.s0 + d.s1 + d.s2 + d.s3;} DIST 87 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) result += fabs((x) - (y)) DIST 93 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) {value_type d = abs((x) - (y)); result += d.s0 + d.s1 + d.s2 + d.s3 + d.s4 + d.s5 + d.s6 + d.s7;} DIST 96 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) {value_type d = abs((x) - (y)); result += d.s0 + d.s1 + d.s2 + d.s3;} DIST 99 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) result += abs((x) - (y)) DIST 107 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) {value_type d = ((x) - (y)); result += dot(d.s0123, d.s0123) + dot(d.s4567, d.s4567);} DIST 110 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) {value_type d = ((x) - (y)); result += dot(d, d);} DIST 113 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) {value_type d = ((x) - (y)); result = mad(d, d, result);} DIST 125 modules/features2d/src/opencl/brute_force_match.cl # define DIST(x, y) result += popcount( (x) ^ (y) )