Home
last modified time | relevance | path

Searched refs:CONFIG_DEBUG (Results 1 – 25 of 25) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dtreecoder.c12 #if CONFIG_DEBUG
67 #if CONFIG_DEBUG in branch_counts()
91 #if CONFIG_DEBUG in branch_counts()
100 #if CONFIG_DEBUG in branch_counts()
130 #if CONFIG_DEBUG in vp8_tree_probs_from_distribution()
/external/skia/tools/
Dbuildbot_spec.py27 CONFIG_DEBUG = 'Debug' variable
272 'configuration', CONFIG_DEBUG)
280 configuration == CONFIG_DEBUG))
/external/skia/infra/bots/
Dcommon.py24 CONFIG_DEBUG = 'Debug' variable
26 VALID_CONFIGS = (CONFIG_COVERAGE, CONFIG_DEBUG, CONFIG_RELEASE)
/external/ltrace/
Dconfigure.ac362 y | yes) CONFIG_DEBUG=yes ;;
363 *) CONFIG_DEBUG=no ;;
365 [CONFIG_DEBUG=no])
366 AC_MSG_RESULT([${CONFIG_DEBUG}])
367 if test "${CONFIG_DEBUG}" = "yes"; then
/external/libvpx/libvpx/vp9/common/
Dvp9_common.h47 #if CONFIG_DEBUG
/external/libvpx/config/x86/
Dvpx_config.asm33 %define CONFIG_DEBUG 0
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
/external/libvpx/config/x86_64/
Dvpx_config.asm33 %define CONFIG_DEBUG 0
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
/external/libvpx/config/mips64/
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
/external/libvpx/config/arm/
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
Dvpx_config.asm36 .equ CONFIG_DEBUG , 0 define
/external/libvpx/config/arm-neon/
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
Dvpx_config.asm36 .equ CONFIG_DEBUG , 0 define
/external/libvpx/config/arm64/
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
Dvpx_config.asm36 .equ CONFIG_DEBUG , 0 define
/external/libvpx/config/mips32/
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
/external/libvpx/config/generic/
Dvpx_config.h45 #define CONFIG_DEBUG 0 macro
Dvpx_config.asm36 .equ CONFIG_DEBUG , 0 define
/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h138 #if CONFIG_DEBUG
Ddecodemv.c18 #if CONFIG_DEBUG
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h733 #if CONFIG_DEBUG
Dbitstream.c432 #if CONFIG_DEBUG in write_mv_ref()
444 #if CONFIG_DEBUG in write_sub_mv_ref()
681 #if CONFIG_DEBUG in pack_inter_mode_mvs()
/external/libvpx/libvpx/build/make/
DMakefile213 HAVE_GNU_STRIP := $(if $(CONFIG_DEBUG),,$(HAVE_GNU_STRIP))