Lines Matching refs:dist_cache

363                                  int* dist_cache) {  in ComputeDistanceCache()  argument
370 dist_cache[idx++] = (int)dist; in ComputeDistanceCache()
375 dist_cache[idx] = *starting_dist_cache++; in ComputeDistanceCache()
572 const size_t block_start, const ZopfliNode* nodes, int* dist_cache, in BrotliZopfliCreateCommands() argument
603 dist_cache[3] = dist_cache[2]; in BrotliZopfliCreateCommands()
604 dist_cache[2] = dist_cache[1]; in BrotliZopfliCreateCommands()
605 dist_cache[1] = dist_cache[0]; in BrotliZopfliCreateCommands()
606 dist_cache[0] = (int)distance; in BrotliZopfliCreateCommands()
618 const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, in ZopfliIterate() argument
632 ringbuffer_mask, params, max_backward_limit, dist_cache, in ZopfliIterate()
647 dist_cache, model, &queue, nodes); in ZopfliIterate()
660 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath() argument
697 params, max_backward_limit, dist_cache, num_matches, matches, &model, in BrotliZopfliComputeShortestPath()
713 dist_cache, &model, &queue, nodes); in BrotliZopfliComputeShortestPath()
725 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateZopfliBackwardReferences() argument
732 dist_cache, hasher, nodes); in BrotliCreateZopfliBackwardReferences()
734 BrotliZopfliCreateCommands(num_bytes, position, nodes, dist_cache, in BrotliCreateZopfliBackwardReferences()
742 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateHqZopfliBackwardReferences() argument
809 memcpy(orig_dist_cache, dist_cache, 4 * sizeof(dist_cache[0])); in BrotliCreateHqZopfliBackwardReferences()
828 memcpy(dist_cache, orig_dist_cache, 4 * sizeof(dist_cache[0])); in BrotliCreateHqZopfliBackwardReferences()
830 ringbuffer_mask, params, gap, dist_cache, &model, num_matches, matches, in BrotliCreateHqZopfliBackwardReferences()
832 BrotliZopfliCreateCommands(num_bytes, position, nodes, dist_cache, in BrotliCreateHqZopfliBackwardReferences()