Home
last modified time | relevance | path

Searched refs:DIST (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/build/make/
DMakefile361 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS)
375 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
393 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS)
408 INSTALL-PROJECTS+=$(call cond_enabled,CONFIG_INSTALL_PROJECTS,DIST-PROJECTS)
419 ifneq ($(call enabled,DIST-SRCS),)
420 DIST-SRCS-yes += configure
421 DIST-SRCS-yes += build/make/configure.sh
422 DIST-SRCS-yes += build/make/gen_asm_deps.sh
423 DIST-SRCS-yes += build/make/Makefile
424 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh
[all …]
/external/libvpx/libvpx/
Ddocs.mk44 DIST-DOCS-yes = $(wildcard docs/html/*)
45 DIST-DOCS-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX))
46 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_template
47 DIST-DOCS-yes += CHANGELOG
48 DIST-DOCS-yes += README
Dexamples.mk278 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX)))
280 DIST-SRCS-yes += $(ALL_SRCS)
/external/opencv3/modules/features2d/src/opencl/
Dbrute_force_match.cl81 # define DIST(x, y) {value_type d = fabs((x) - (y)); result += d.s0 + d.s1 + d.s2 + d.s3 …
84 # define DIST(x, y) {value_type d = fabs((x) - (y)); result += d.s0 + d.s1 + d.s2 + d.s3;}
87 # define DIST(x, y) result += fabs((x) - (y))
93 # define DIST(x, y) {value_type d = abs((x) - (y)); result += d.s0 + d.s1 + d.s2 + d.s3 +…
96 # define DIST(x, y) {value_type d = abs((x) - (y)); result += d.s0 + d.s1 + d.s2 + d.s3;}
99 # define DIST(x, y) result += abs((x) - (y))
107 # define DIST(x, y) {value_type d = ((x) - (y)); result += dot(d.s0123, d.s0123) + dot(d.s4…
110 # define DIST(x, y) {value_type d = ((x) - (y)); result += dot(d, d);}
113 # define DIST(x, y) {value_type d = ((x) - (y)); result = mad(d, d, result);}
125 # define DIST(x, y) result += popcount( (x) ^ (y) )
[all …]
/external/freetype/src/gzip/
Dinfcodes.c20 DIST, /* i: get distance next */ enumerator
166 c->mode = DIST; in inflate_codes()
167 case DIST: /* i: get distance next */ in inflate_codes()
/external/autotest/client/tests/cyclictest/
Dhelp22 -d DIST --distance=DIST distance of thread intervals in us default=500
64 -d DIST set the distance of thread intervals in microseconds (default is 500us)
68 Interval(thread N) = Interval(thread N-1) + DIST
/external/zlib/src/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1079 state->mode = DIST;
1080 case DIST:
/external/pdfium/third_party/zlib_v128/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1079 state->mode = DIST; in inflate()
1080 case DIST: in inflate()
/external/opencv3/3rdparty/zlib/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1079 state->mode = DIST;
1080 case DIST:
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus.gypi33 '$(DIST)/include/opus',
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c200 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse) macro
203 #define ERR(r,c) (MVC(r,c)+DIST(r,c))
205 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr)…
360 #undef DIST
/external/webp/src/dec/
Dvp8l.c45 DIST = 4 enumerator
959 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData()
1096 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c46 DIST = 4 enumerator
740 const int dist_symbol = ReadSymbol(&htree_group->htrees_[DIST], br); \
/external/webrtc/webrtc/modules/audio_coding/
DBUILD.gn751 include_dirs = [ getenv("DIST") + "/include/opus" ]
/external/libpng/
DCMakeLists.txt798 # DIST
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...