Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c1358 int av_key_frame_frequency = 0; in estimate_keyframe_frequency() local
1369 av_key_frame_frequency = 1 + (int)cpi->output_framerate * 2; in estimate_keyframe_frequency()
1371 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) in estimate_keyframe_frequency()
1372 av_key_frame_frequency = key_freq; in estimate_keyframe_frequency()
1375 = av_key_frame_frequency; in estimate_keyframe_frequency()
1394 av_key_frame_frequency += prior_key_frame_weight[i] in estimate_keyframe_frequency()
1399 av_key_frame_frequency /= total_weight; in estimate_keyframe_frequency()
1404 if (av_key_frame_frequency == 0) in estimate_keyframe_frequency()
1405 av_key_frame_frequency = 1; in estimate_keyframe_frequency()
1406 return av_key_frame_frequency; in estimate_keyframe_frequency()