Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dhuffman.h77 #define BROTLI_HC_FAST_LOAD_VALUE(H) (H->value) macro
93 #define BROTLI_HC_FAST_LOAD_VALUE(H) ((__fastload_##H) >> 16) macro
Ddecode.c356 BROTLI_HC_FAST_LOAD_VALUE(table) + in DecodeSymbol()
360 return BROTLI_HC_FAST_LOAD_VALUE(table); in DecodeSymbol()
379 *result = BROTLI_HC_FAST_LOAD_VALUE(table); in SafeDecodeSymbol()
389 *result = BROTLI_HC_FAST_LOAD_VALUE(table); in SafeDecodeSymbol()
402 BROTLI_HC_ADJUST_TABLE_INDEX(table, BROTLI_HC_FAST_LOAD_VALUE(table) + val); in SafeDecodeSymbol()
408 *result = BROTLI_HC_FAST_LOAD_VALUE(table); in SafeDecodeSymbol()
434 *value = BROTLI_HC_FAST_LOAD_VALUE(table); in PreloadSymbol()
452 result = BROTLI_HC_FAST_LOAD_VALUE(ext); in ReadPreloadedSymbol()
618 code_len = BROTLI_HC_FAST_LOAD_VALUE(p); /* code_len == 0..17 */ in ReadSymbolCodeLengths()
659 code_len = BROTLI_HC_FAST_LOAD_VALUE(p); /* code_len == 0..17 */ in SafeReadSymbolCodeLengths()