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.h630 int frames_till_next_var_check; member
Dvp9_encodeframe.c4323 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()
Dvp9_encoder.c2249 cpi->frames_till_next_var_check = 0; in vp9_create_compressor()