Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c1379 unsigned int total_weight = 0; in estimate_keyframe_frequency() local
1396 total_weight += prior_key_frame_weight[i]; in estimate_keyframe_frequency()
1399 av_key_frame_frequency /= total_weight; in estimate_keyframe_frequency()