Home
last modified time | relevance | path

Searched refs:base_position (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dbackward_references_enc.c254 uint32_t base_position; in VP8LHashChainFill() local
328 for (base_position = size - 2; base_position > 0;) { in VP8LHashChainFill()
329 const int max_len = MaxFindCopyLength(size - 1 - base_position); in VP8LHashChainFill()
330 const uint32_t* const argb_start = argb + base_position; in VP8LHashChainFill()
336 (base_position > window_size) ? base_position - window_size : 0; in VP8LHashChainFill()
340 pos = chain[base_position]; in VP8LHashChainFill()
344 if (base_position >= (uint32_t)xsize) { in VP8LHashChainFill()
368 assert(base_position > (uint32_t)pos); in VP8LHashChainFill()
375 best_distance = base_position - pos; in VP8LHashChainFill()
383 max_base_position = base_position; in VP8LHashChainFill()
[all …]