Searched defs:max_backward (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_to_binary_tree_inc.h274 const size_t max_backward = self->window_mask_ - BROTLI_WINDOW_GAP + 1; local in function:FN
314 const size_t max_backward = local in function:FN
H A Dhash.h136 TestStaticDictionaryItem(const BrotliEncoderDictionary * dictionary,size_t len,size_t word_idx,const uint8_t * data,size_t max_length,size_t max_backward,size_t max_distance,HasherSearchResult * out) argument
175 SearchInStaticDictionary(const BrotliEncoderDictionary * dictionary,HasherCommon * common,const uint8_t * data,size_t max_length,size_t max_backward,size_t max_distance,HasherSearchResult * out,BROTLI_BOOL shallow) argument

Completed in 4 milliseconds