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.c214 static const unsigned int prior_key_frame_weight[KEY_FRAME_CONTEXT] = { 1, 2, 3, 4, 5 }; variable
1407 av_key_frame_frequency += prior_key_frame_weight[i] in estimate_keyframe_frequency()
1409 total_weight += prior_key_frame_weight[i]; in estimate_keyframe_frequency()