Searched defs:max_backward_limit (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | backward_references_inc.h | 18 const size_t max_backward_limit = BROTLI_MAX_BACKWARD_LIMIT(params->lgwin); local in function:EXPORT_FN
|
| H A D | backward_references_hq.c | 576 const size_t max_backward_limit local in function:BrotliZopfliCreateCommands 329 ComputeDistanceShortcut(const size_t block_start,const size_t pos,const size_t max_backward_limit,const size_t gap,const ZopfliNode * nodes) argument 381 EvaluateNode(const size_t block_start,const size_t pos,const size_t max_backward_limit,const size_t gap,const int * starting_dist_cache,const ZopfliCostModel * model,StartPosQueue * queue,ZopfliNode * nodes) argument 402 UpdateNodes(const size_t num_bytes,const size_t block_start,const size_t pos,const uint8_t * ringbuffer,const size_t ringbuffer_mask,const BrotliEncoderParams * params,const size_t max_backward_limit,const int * starting_dist_cache,const size_t num_matches,const BackwardMatch * matches,const ZopfliCostModel * model,StartPosQueue * queue,ZopfliNode * nodes) argument 622 const size_t max_backward_limit = BROTLI_MAX_BACKWARD_LIMIT(params->lgwin); local in function:ZopfliIterate 662 const size_t max_backward_limit = BROTLI_MAX_BACKWARD_LIMIT(params->lgwin); local in function:BrotliZopfliComputeShortestPath 745 const size_t max_backward_limit = BROTLI_MAX_BACKWARD_LIMIT(params->lgwin); local in function:BrotliCreateHqZopfliBackwardReferences [all...] |
Completed in 5 milliseconds