Searched defs:hasher (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references.c123 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 Dparams.h41 BrotliHasherParams hasher; member in struct:BrotliEncoderParams
H A Dhash.h393 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 Dbackward_references_hq.c657 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 Dencode.c1233 Hasher hasher; local in function:BrotliCompressBufferQuality10

Completed in 10 milliseconds