Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h38 double key_frame_rate_correction_factor; member
Dvp9_svc_layercontext.c45 lrc->key_frame_rate_correction_factor = 1.0; in vp9_init_layer_context()
Dvp9_ratectrl.c279 return cpi->rc.key_frame_rate_correction_factor; in get_rate_correction_factor()
291 cpi->rc.key_frame_rate_correction_factor = factor; in set_rate_correction_factor()
Dvp9_onyx_if.c1300 rc->key_frame_rate_correction_factor = 1.0; in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h269 double key_frame_rate_correction_factor; member
374 double key_frame_rate_correction_factor; member
Dratectrl.c355 cpi->key_frame_rate_correction_factor); in calc_iframe_target_size()
1115 rate_correction_factor = cpi->key_frame_rate_correction_factor; in vp8_update_rate_correction_factors()
1195 cpi->key_frame_rate_correction_factor = rate_correction_factor; in vp8_update_rate_correction_factors()
1244 correction_factor = cpi->key_frame_rate_correction_factor; in vp8_regulate_q()
Donyx_if.c240 lc->key_frame_rate_correction_factor = cpi->key_frame_rate_correction_factor; in save_layer_context()
278 cpi->key_frame_rate_correction_factor = lc->key_frame_rate_correction_factor; in restore_layer_context()
352 lc->key_frame_rate_correction_factor = 1.0; in init_temporal_layer_context()
1950 cpi->key_frame_rate_correction_factor = 1.0; in vp8_create_compressor()