/external/brotli/enc/ |
D | hash.h | 39 typedef uint8_t* HasherHandle; typedef 51 static BROTLI_INLINE HasherCommon* GetHasherCommon(HasherHandle handle) { in GetHasherCommon() 189 HasherHandle handle, const uint8_t* data, size_t max_length, in SearchInStaticDictionary() 349 MemoryManager* m, HasherHandle* handle) { in DestroyHasher() 354 static BROTLI_INLINE void HasherReset(HasherHandle handle) { in HasherReset() 375 static BROTLI_INLINE void HasherSetup(MemoryManager* m, HasherHandle* handle, in HasherSetup() 378 HasherHandle self = NULL; in HasherSetup() 425 MemoryManager* m, HasherHandle* handle, BrotliEncoderParams* params, in HasherPrependCustomDictionary() 429 HasherHandle self; in HasherPrependCustomDictionary() 448 MemoryManager* m, HasherHandle* handle, const uint8_t* data, size_t mask, in InitOrStitchToPreviousBlock() [all …]
|
D | hash_longest_match_quickly_inc.h | 41 static BROTLI_INLINE HashLongestMatchQuickly* FN(Self)(HasherHandle handle) { in FN() 46 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 51 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 83 static BROTLI_INLINE void FN(Store)(HasherHandle handle, in FN() 91 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 101 HasherHandle handle, size_t num_bytes, size_t position, in FN() 114 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 128 HasherHandle handle, const BrotliDictionary* dictionary, in FN()
|
D | hash_longest_match64_inc.h | 54 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) { in FN() 67 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 78 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 108 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t *data, in FN() 121 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 130 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() 144 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 160 static BROTLI_INLINE BROTLI_BOOL FN(FindLongestMatch)(HasherHandle handle, in FN()
|
D | hash_longest_match_inc.h | 50 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) { in FN() 63 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 73 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 102 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data, in FN() 114 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 123 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() 137 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 153 static BROTLI_INLINE BROTLI_BOOL FN(FindLongestMatch)(HasherHandle handle, in FN()
|
D | hash_forgetful_chain_inc.h | 57 static BROTLI_INLINE HashForgetfulChain* FN(Self)(HasherHandle handle) { in FN() 62 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 67 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 102 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, in FN() 117 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 126 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() 140 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 156 static BROTLI_INLINE BROTLI_BOOL FN(FindLongestMatch)(HasherHandle handle, in FN()
|
D | backward_references_hq.h | 28 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, 35 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, 84 const int* dist_cache, HasherHandle hasher, ZopfliNode* nodes);
|
D | hash_to_binary_tree_inc.h | 55 static BROTLI_INLINE HashToBinaryTree* FN(Self)(HasherHandle handle) { in FN() 64 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 70 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 199 static BROTLI_INLINE size_t FN(FindAllMatches)(HasherHandle handle, in FN() 263 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t *data, in FN() 272 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 290 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN()
|
D | backward_references.h | 31 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache,
|
D | backward_references.c | 107 HasherHandle hasher, in BrotliCreateBackwardReferences()
|
D | backward_references_inc.h | 14 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in FN()
|
D | backward_references_hq.c | 623 HasherHandle hasher, in BrotliZopfliComputeShortestPath() 678 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in BrotliCreateZopfliBackwardReferences() 698 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in BrotliCreateHqZopfliBackwardReferences()
|
D | encode.c | 60 HasherHandle hasher_; 1127 HasherHandle hasher = NULL; in BrotliCompressBufferQuality10()
|