Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dwrite_bits.h48 BROTLI_LOG(("WriteBits %2d 0x%08x%08x %10d\n", (int)n_bits, in BrotliWriteBits()
76 BROTLI_LOG(("WriteBitsPrepareStorage %10d\n", (int)pos)); in BrotliWriteBitsPrepareStorage()
/external/brotli/c/dec/
Ddecode.c34 BROTLI_LOG(("[%s] %s = %lu\n", __func__, #name, (unsigned long)(name)))
36 BROTLI_LOG(("[%s] %s[%lu] = %lu\n", __func__, #array_name, \
524 BROTLI_LOG(("[ReadHuffmanCode] code_length[%d] = %d\n", in ProcessSingleCodeLength()
569 BROTLI_LOG(("[ReadHuffmanCode] code_length[%d..%d] = %d\n", in ProcessRepeatedCodeLength()
845 BROTLI_LOG(("[ReadHuffmanCode] space = %d\n", (int)s->space)); in ReadHuffmanCode()
1680 BROTLI_LOG(("[ProcessCommandsInternal] pos = %d insert = %d copy = %d\n", in ProcessCommandsInternal()
1790 BROTLI_LOG(("[ProcessCommandsInternal] pos = %d distance = %d\n", in ProcessCommandsInternal()
1804 BROTLI_LOG(("Invalid backward reference. pos: %d distance: %d " in ProcessCommandsInternal()
1831 BROTLI_LOG(("[ProcessCommandsInternal] dictionary word: [%.*s]\n", in ProcessCommandsInternal()
1836 BROTLI_LOG(("[ProcessCommandsInternal] dictionary word: [%.*s]," in ProcessCommandsInternal()
[all …]
Dbit_reader.h240 BROTLI_LOG(("[BrotliReadBits] %d %d %d val: %6x\n", in BrotliTakeBits()
/external/brotli/c/common/
Dplatform.h470 #define BROTLI_LOG(x) printf x macro
473 #define BROTLI_LOG(x) macro