Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash.h102 int next_last_distance = distance_cache[1]; in PrepareDistanceCache() local
103 distance_cache[10] = next_last_distance - 1; in PrepareDistanceCache()
104 distance_cache[11] = next_last_distance + 1; in PrepareDistanceCache()
105 distance_cache[12] = next_last_distance - 2; in PrepareDistanceCache()
106 distance_cache[13] = next_last_distance + 2; in PrepareDistanceCache()
107 distance_cache[14] = next_last_distance - 3; in PrepareDistanceCache()
108 distance_cache[15] = next_last_distance + 3; in PrepareDistanceCache()