Lines Matching refs:dist_cache
333 int* dist_cache) { in ComputeDistanceCache() argument
340 dist_cache[idx++] = (int)dist; in ComputeDistanceCache()
345 dist_cache[idx] = *starting_dist_cache++; in ComputeDistanceCache()
527 int* dist_cache, in BrotliZopfliCreateCommands() argument
556 dist_cache[3] = dist_cache[2]; in BrotliZopfliCreateCommands()
557 dist_cache[2] = dist_cache[1]; in BrotliZopfliCreateCommands()
558 dist_cache[1] = dist_cache[0]; in BrotliZopfliCreateCommands()
559 dist_cache[0] = (int)distance; in BrotliZopfliCreateCommands()
575 const int* dist_cache, in ZopfliIterate() argument
589 ringbuffer_mask, params, max_backward_limit, dist_cache, in ZopfliIterate()
604 position, i, max_backward_limit, dist_cache, model, &queue, nodes); in ZopfliIterate()
622 const int* dist_cache, in BrotliZopfliComputeShortestPath() argument
651 params, max_backward_limit, dist_cache, num_matches, matches, &model, in BrotliZopfliComputeShortestPath()
666 position, i, max_backward_limit, dist_cache, &model, &queue, nodes); in BrotliZopfliComputeShortestPath()
678 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in BrotliCreateZopfliBackwardReferences() argument
688 dist_cache, hasher, nodes); in BrotliCreateZopfliBackwardReferences()
691 dist_cache, last_insert_len, commands, num_literals); in BrotliCreateZopfliBackwardReferences()
698 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in BrotliCreateHqZopfliBackwardReferences() argument
756 memcpy(orig_dist_cache, dist_cache, 4 * sizeof(dist_cache[0])); in BrotliCreateHqZopfliBackwardReferences()
775 memcpy(dist_cache, orig_dist_cache, 4 * sizeof(dist_cache[0])); in BrotliCreateHqZopfliBackwardReferences()
777 ringbuffer_mask, params, max_backward_limit, dist_cache, in BrotliCreateHqZopfliBackwardReferences()
780 nodes, dist_cache, last_insert_len, commands, num_literals); in BrotliCreateHqZopfliBackwardReferences()