Home | History | Annotate | Download | only in enc

Lines Matching refs:WINDOW_SIZE

29 #define WINDOW_SIZE ((1 << WINDOW_SIZE_BITS) - 120)
212 const int max_window_size = (quality > 75) ? WINDOW_SIZE
217 return (max_window_size > WINDOW_SIZE) ? WINDOW_SIZE : max_window_size;
229 const uint32_t window_size = GetWindowSizeForHashChain(quality, xsize);
314 (base_position > window_size) ? base_position - window_size : 0;
364 assert(best_distance <= WINDOW_SIZE);