Home
last modified time | relevance | path

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

/external/libvpx/config/x86/
Dvpx_config.asm42 %define CONFIG_DEBUG_LIBS 0
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/x86_64/
Dvpx_config.asm42 %define CONFIG_DEBUG_LIBS 0
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm45 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/config/arm/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm45 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/config/mips64/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/mips32/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm45 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/config/generic/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm45 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/libvpx/
Dlibs.mk197 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/$(CODEC_LIB)d.li…
203 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(LIBSUBDIR)/libvpx_g.a
519 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)
Dexamples.mk284 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)