Home
last modified time | relevance | path

Searched defs:dist_cache (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/enc/
Dbackward_references.c27 const int* dist_cache) { in ComputeDistanceCode()
126 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
Dbackward_references_hq.c363 int* dist_cache) { in ComputeDistanceCache()
572 const size_t block_start, const ZopfliNode* nodes, int* dist_cache, in BrotliZopfliCreateCommands()
618 const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, in ZopfliIterate()
660 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath()
725 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateZopfliBackwardReferences()
742 Hasher* hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateHqZopfliBackwardReferences()
Dencode.c567 int* dist_cache, in WriteMetaBlockInternal()
1211 int dist_cache[4] = { 4, 11, 15, 16 }; in BrotliCompressBufferQuality10() local