Searched refs:BROTLI_LOG (Results 1 – 4 of 4) sorted by relevance
/external/brotli/c/enc/ |
D | write_bits.h | 38 BROTLI_LOG(("WriteBits %2d 0x%08x%08x %10d\n", (int)n_bits, in BrotliWriteBits() 78 BROTLI_LOG(("WriteBitsPrepareStorage %10d\n", (int)pos)); in BrotliWriteBitsPrepareStorage()
|
/external/brotli/c/dec/ |
D | decode.c | 34 BROTLI_LOG(("[%s] %s = %lu\n", __func__, #name, (unsigned long)(name))) 36 BROTLI_LOG(("[%s] %s[%lu] = %lu\n", __func__, #array_name, \ 529 BROTLI_LOG(("[ReadHuffmanCode] code_length[%d] = %d\n", in ProcessSingleCodeLength() 574 BROTLI_LOG(("[ReadHuffmanCode] code_length[%d..%d] = %d\n", in ProcessRepeatedCodeLength() 853 BROTLI_LOG(("[ReadHuffmanCode] space = %d\n", (int)h->space)); in ReadHuffmanCode() 1777 BROTLI_LOG(("[ProcessCommandsInternal] pos = %d insert = %d copy = %d\n", in ProcessCommandsInternal() 1887 BROTLI_LOG(("[ProcessCommandsInternal] pos = %d distance = %d\n", in ProcessCommandsInternal() 1901 BROTLI_LOG(("Invalid backward reference. pos: %d distance: %d " in ProcessCommandsInternal() 1928 BROTLI_LOG(("[ProcessCommandsInternal] dictionary word: [%.*s]\n", in ProcessCommandsInternal() 1933 BROTLI_LOG(("[ProcessCommandsInternal] dictionary word: [%.*s]," in ProcessCommandsInternal() [all …]
|
D | bit_reader.h | 241 BROTLI_LOG(("[BrotliTakeBits] %d %d %d val: %6x\n", in BrotliTakeBits()
|
/external/brotli/c/common/ |
D | platform.h | 471 #define BROTLI_LOG(x) printf x macro 473 #define BROTLI_LOG(x) macro
|