Searched refs:SILK_DEBUG (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Ddebug.h42 /* make SILK_DEBUG dependent on compiler's _DEBUG */
45 #define SILK_DEBUG 1 macro
47 #define SILK_DEBUG 0 macro
53 #undef SILK_DEBUG
54 #define SILK_DEBUG 1
57 #define SILK_DEBUG 0 macro
237 #if SILK_DEBUG
267 #else /* SILK_DEBUG */
273 #endif /* SILK_DEBUG */
H A Ddebug.c166 #if SILK_DEBUG
169 #endif /* SILK_DEBUG */
/external/libopus/silk/
H A Ddebug.h42 /* make SILK_DEBUG dependent on compiler's _DEBUG */
45 #define SILK_DEBUG 1 macro
47 #define SILK_DEBUG 0 macro
53 #undef SILK_DEBUG
54 #define SILK_DEBUG 1
57 #define SILK_DEBUG 0 macro
237 #if SILK_DEBUG
267 #else /* SILK_DEBUG */
273 #endif /* SILK_DEBUG */
H A Ddebug.c166 #if SILK_DEBUG
169 #endif /* SILK_DEBUG */

Completed in 62 milliseconds