Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c172 static const unsigned int prior_key_frame_weight[KEY_FRAME_CONTEXT] = { 1, 2, 3, variable
1308 prior_key_frame_weight[i] * cpi->prior_key_frame_distance[i]; in estimate_keyframe_frequency()
1309 total_weight += prior_key_frame_weight[i]; in estimate_keyframe_frequency()