Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/brotli/dec/
Ddecode.c61 #define NUM_DISTANCE_SHORT_CODES 16 macro
62 static const int kDistanceShortCodeIndexOffset[NUM_DISTANCE_SHORT_CODES] = {
66 static const int kDistanceShortCodeValueOffset[NUM_DISTANCE_SHORT_CODES] = {
328 if (code < NUM_DISTANCE_SHORT_CODES) { in TranslateShortCodes()
333 val = code - NUM_DISTANCE_SHORT_CODES + 1; in TranslateShortCodes()
808 num_direct_distance_codes = NUM_DISTANCE_SHORT_CODES + in BrotliDecompress()