Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1371 int av_key_frame_frequency = 0; in estimate_keyframe_frequency() local
1382 av_key_frame_frequency = 1 + (int)cpi->output_framerate * 2; in estimate_keyframe_frequency()
1384 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) in estimate_keyframe_frequency()
1385 av_key_frame_frequency = key_freq; in estimate_keyframe_frequency()
1388 = av_key_frame_frequency; in estimate_keyframe_frequency()
1407 av_key_frame_frequency += prior_key_frame_weight[i] in estimate_keyframe_frequency()
1412 av_key_frame_frequency /= total_weight; in estimate_keyframe_frequency()
1417 if (av_key_frame_frequency == 0) in estimate_keyframe_frequency()
1418 av_key_frame_frequency = 1; in estimate_keyframe_frequency()
1419 return av_key_frame_frequency; in estimate_keyframe_frequency()