Home
last modified time | relevance | path

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

/external/libvpx/config/x86/
Dvpx_config.asm39 %define CONFIG_DEBUG_LIBS 0
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/x86_64/
Dvpx_config.asm39 %define CONFIG_DEBUG_LIBS 0
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm42 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/config/mips32-msa/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/arm/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm42 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/config/mips64-msa/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/mips64/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm42 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/mips32/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
/external/libvpx/config/generic/
Dvpx_config.h51 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm42 .equ CONFIG_DEBUG_LIBS , 0 define
/external/libvpx/libvpx/
Dlibs.mk170 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/$(CODEC_LIB)d.li…
176 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(LIBSUBDIR)/libvpx_g.a
505 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)
Dexamples.mk310 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)