Searched refs:window_max (Results 1 – 4 of 4) sorted by relevance
70 unsigned int window_max,
155 unsigned int *window_min, unsigned int *window_max,
96 const int window_max = 1<<15; variable919 history_len = (total_out > window_max) ? window_max : total_out; in decompress_file()
1320 unsigned int *window_min, unsigned int *window_max, in mod_freesync_get_settings() argument