Home
last modified time | relevance | path

Searched refs:frames_till_next_var_check (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h759 int frames_till_next_var_check; member
Dvp9_encodeframe.c5516 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()
Dvp9_encoder.c2375 cpi->frames_till_next_var_check = 0; in vp9_create_compressor()