Home
last modified time | relevance | path

Searched refs:ENABLE_TRACE (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dih264e_config.h48 #define ENABLE_TRACE 0 macro
Dih264e_trace.h42 #if ENABLE_TRACE
/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java297 static final boolean ENABLE_TRACE = false; // Change to generate trace field in inverseMonotone_UnaryCRFunction
299 if (ENABLE_TRACE) { in trace()