Home
last modified time | relevance | path

Searched refs:CONFIG_DEBUG_LIBS (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/config/x86_64/
Dvpx_config.asm41 %define CONFIG_DEBUG_LIBS 0
Dvpx_config.h53 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm41 %define CONFIG_DEBUG_LIBS 0
Dvpx_config.h53 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h53 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm45 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/config/generic/
Dvpx_config.h53 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm45 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/config/arm64/
Dvpx_config.h53 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm45 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/libvpx/
Dlibs.mk160 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/$(CODEC_LIB)d.li…
166 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(LIBSUBDIR)/libvpx_g.a
512 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)
Dexamples.mk311 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)