Home | History | Annotate | Download | only in enc

Lines Matching full:block_start

300 static uint32_t ComputeDistanceShortcut(const size_t block_start,
308 /* Since |block_start + pos| is the end position of the command, the copy part
309 starts from |block_start + pos - clen|. Distances that are greater than
315 } else if (dist + clen <= block_start + pos + gap &&
325 Section 4. of the Spec) that would be used at (block_start + pos) if we
326 used the shortest path of commands from block_start, computed from
327 nodes[0..pos]. The last four distances at block_start are in
353 const size_t block_start, const size_t pos, const size_t max_backward_limit,
359 block_start, pos, max_backward_limit, gap, nodes);
374 const size_t num_bytes, const size_t block_start, const size_t pos,
380 const size_t cur_ix = block_start + pos;
391 EvaluateNode(block_start, pos, max_backward_limit, gap, starting_dist_cache,
533 const size_t block_start,
560 BROTLI_MIN(size_t, block_start + pos, max_backward_limit);