Searched refs:length_max (Results 1 – 1 of 1) sorted by relevance
315 const int length_max = (max_len < 256) ? max_len : 256; in VP8LHashChainFill() local356 if (best_length >= length_max) break; in VP8LHashChainFill()