Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DMakefile338 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS)
352 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
369 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS)
384 INSTALL-PROJECTS+=$(call cond_enabled,CONFIG_INSTALL_PROJECTS,DIST-PROJECTS)
395 ifneq ($(call enabled,DIST-SRCS),)
396 DIST-SRCS-yes += configure
397 DIST-SRCS-yes += build/make/configure.sh
398 DIST-SRCS-yes += build/make/gen_asm_deps.sh
399 DIST-SRCS-yes += build/make/Makefile
400 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Ddocs.mk50 DIST-DOCS-yes = $(wildcard docs/html/*)
51 DIST-DOCS-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX))
52 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_template
53 DIST-DOCS-yes += CHANGELOG
54 DIST-DOCS-yes += README
Dexamples.mk234 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX)))
236 DIST-SRCS-yes += $(ALL_SRCS)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c179 #define DIST(r, c) \ macro
186 thismse = (DIST(r, c)); \
353 #undef DIST
355 #define DIST(r, c) \ macro
462 #undef DIST
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse) macro
199 #define ERR(r,c) (MVC(r,c)+DIST(r,c))
201 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr)…
356 #undef DIST