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