Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c213 static const unsigned int prior_key_frame_weight[KEY_FRAME_CONTEXT] = { 1, 2, 3, 4, 5 }; variable
1394 av_key_frame_frequency += prior_key_frame_weight[i] in estimate_keyframe_frequency()
1396 total_weight += prior_key_frame_weight[i]; in estimate_keyframe_frequency()