Searched defs:hasher (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | backward_references.c | 123 BrotliCreateBackwardReferences(size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,ContextLut literal_context_lut,const BrotliEncoderParams * params,Hasher * hasher,int * dist_cache,size_t * last_insert_len,Command * commands,size_t * num_commands,size_t * num_literals) argument
|
| H A D | params.h | 41 BrotliHasherParams hasher; member in struct:BrotliEncoderParams
|
| H A D | hash.h | 393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { argument 397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { argument 402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { argument 420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, argument 465 InitOrStitchToPreviousBlock(MemoryManager * m,Hasher * hasher,const uint8_t * data,size_t mask,BrotliEncoderParams * params,size_t position,size_t input_size,BROTLI_BOOL is_last) argument [all...] |
| H A D | backward_references_hq.c | 657 BrotliZopfliComputeShortestPath(MemoryManager * m,size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,ContextLut literal_context_lut,const BrotliEncoderParams * params,const int * dist_cache,Hasher * hasher,ZopfliNode * nodes) argument 722 BrotliCreateZopfliBackwardReferences(MemoryManager * m,size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,ContextLut literal_context_lut,const BrotliEncoderParams * params,Hasher * hasher,int * dist_cache,size_t * last_insert_len,Command * commands,size_t * num_commands,size_t * num_literals) argument 739 BrotliCreateHqZopfliBackwardReferences(MemoryManager * m,size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,ContextLut literal_context_lut,const BrotliEncoderParams * params,Hasher * hasher,int * dist_cache,size_t * last_insert_len,Command * commands,size_t * num_commands,size_t * num_literals) argument [all...] |
| H A D | encode.c | 1233 Hasher hasher; local in function:BrotliCompressBufferQuality10
|
Completed in 10 milliseconds