Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references.c26 const int* dist_cache) { in ComputeDistanceCode()
125 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
Dbackward_references_hq.c365 int* dist_cache) { in ComputeDistanceCache()
569 const size_t block_start, const ZopfliNode* nodes, int* dist_cache, in BrotliZopfliCreateCommands()
613 const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, in ZopfliIterate()
654 const int* dist_cache, HasherHandle hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath()
714 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateZopfliBackwardReferences()
732 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateHqZopfliBackwardReferences()
Dencode.c550 int* dist_cache, in WriteMetaBlockInternal()
1170 int dist_cache[4] = { 4, 11, 15, 16 }; in BrotliCompressBufferQuality10() local