Searched refs:frames_till_next_var_check (Results 1 – 3 of 3) sorted by relevance
759 int frames_till_next_var_check; member
5516 if (!cpi->frames_till_next_var_check) in source_var_based_partition_search_method()5517 cpi->frames_till_next_var_check = set_var_thresh_from_histogram(cpi); in source_var_based_partition_search_method()5519 if (cpi->frames_till_next_var_check > 0) { in source_var_based_partition_search_method()5521 cpi->frames_till_next_var_check--; in source_var_based_partition_search_method()
2375 cpi->frames_till_next_var_check = 0; in vp9_create_compressor()