Searched refs:frames_till_next_var_check (Results 1 – 3 of 3) sorted by relevance
630 int frames_till_next_var_check; member
4323 if (!cpi->frames_till_next_var_check) in source_var_based_partition_search_method()4324 cpi->frames_till_next_var_check = set_var_thresh_from_histogram(cpi); in source_var_based_partition_search_method()4326 if (cpi->frames_till_next_var_check > 0) { in source_var_based_partition_search_method()4328 cpi->frames_till_next_var_check--; in source_var_based_partition_search_method()
2249 cpi->frames_till_next_var_check = 0; in vp9_create_compressor()