Searched refs:NUM_DISTANCE_SHORT_CODES (Results 1 – 1 of 1) sorted by relevance
61 #define NUM_DISTANCE_SHORT_CODES 16 macro62 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()