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.c432 sf->last_partitioning_redo_frequency = 3; in set_rt_speed_feature_framesize_independent()
456 sf->last_partitioning_redo_frequency = 4; in set_rt_speed_feature_framesize_independent()
462 (0 == (frames_since_key + 1) % sf->last_partitioning_redo_frequency); in set_rt_speed_feature_framesize_independent()
489 (frames_since_key % (sf->last_partitioning_redo_frequency << 1) == 1); in set_rt_speed_feature_framesize_independent()
761 sf->last_partitioning_redo_frequency = 4; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h318 int last_partitioning_redo_frequency; member