Home
last modified time | relevance | path

Searched refs:BITTRACE (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_utils.h25 #if !defined(BITTRACE)
26 #define BITTRACE 0 // 0 = off, 1 = print bits, 2 = print bytes macro
29 #if (BITTRACE > 0)
Dbit_reader_utils.c226 #if (BITTRACE > 0)
249 #if (BITTRACE == 2) in PrintBitTraces()
/third_party/skia/third_party/externals/libwebp/
Dmakefile.unix121 ifdef BITTRACE
122 CFLAGS += -DBITTRACE=$(BITTRACE)
DChangeLog245 fcfd9c71 BitTrace: if BITTRACE is > 0, record and print syntax bits used