Home
last modified time | relevance | path

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

/external/brotli/enc/
Dhash.h99 int next_last_distance = distance_cache[1]; in PrepareDistanceCache() local
100 distance_cache[10] = next_last_distance - 1; in PrepareDistanceCache()
101 distance_cache[11] = next_last_distance + 1; in PrepareDistanceCache()
102 distance_cache[12] = next_last_distance - 2; in PrepareDistanceCache()
103 distance_cache[13] = next_last_distance + 2; in PrepareDistanceCache()
104 distance_cache[14] = next_last_distance - 3; in PrepareDistanceCache()
105 distance_cache[15] = next_last_distance + 3; in PrepareDistanceCache()