Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c33 #define BROTLI_LOG_UINT(name) \ macro
491 BROTLI_LOG_UINT(s->symbols_lists_array[i]); in ReadSimpleHuffmanSymbols()
755 BROTLI_LOG_UINT(s->sub_loop_counter); in ReadHuffmanCode()
799 BROTLI_LOG_UINT(s->symbol); in ReadHuffmanCode()
997 BROTLI_LOG_UINT(context_map_size); in DecodeContextMap()
998 BROTLI_LOG_UINT(*num_htrees); in DecodeContextMap()
1025 BROTLI_LOG_UINT(s->max_run_length_prefix); in DecodeContextMap()
1053 BROTLI_LOG_UINT(code); in DecodeContextMap()
1076 BROTLI_LOG_UINT(reps); in DecodeContextMap()
1279 BROTLI_LOG_UINT(to_write); in WriteRingBuffer()
[all …]