Home
last modified time | relevance | path

Searched refs:last_partitioning_redo_frequency (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c505 sf->last_partitioning_redo_frequency = 3; in set_rt_speed_feature_framesize_independent()
529 sf->last_partitioning_redo_frequency = 4; in set_rt_speed_feature_framesize_independent()
535 (0 == (frames_since_key + 1) % sf->last_partitioning_redo_frequency); in set_rt_speed_feature_framesize_independent()
562 (frames_since_key % (sf->last_partitioning_redo_frequency << 1) == 1); in set_rt_speed_feature_framesize_independent()
894 sf->last_partitioning_redo_frequency = 4; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h378 int last_partitioning_redo_frequency; member