Searched defs:dist_cache (Results 1 – 3 of 3) sorted by relevance
/external/brotli/c/enc/ |
D | backward_references.c | 26 const int* dist_cache) { in ComputeDistanceCode() 125 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
|
D | backward_references_hq.c | 365 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()
|
D | encode.c | 550 int* dist_cache, in WriteMetaBlockInternal() 1170 int dist_cache[4] = { 4, 11, 15, 16 }; in BrotliCompressBufferQuality10() local
|