Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h39 double gf_rate_correction_factor; member
Dvp9_ratectrl.c283 return cpi->rc.gf_rate_correction_factor; in get_rate_correction_factor()
295 cpi->rc.gf_rate_correction_factor = factor; in set_rate_correction_factor()
Dvp9_onyx_if.c1301 rc->gf_rate_correction_factor = 1.0; in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h270 double gf_rate_correction_factor; member
375 double gf_rate_correction_factor; member
Dratectrl.c1122 rate_correction_factor = cpi->gf_rate_correction_factor; in vp8_update_rate_correction_factors()
1201 cpi->gf_rate_correction_factor = rate_correction_factor; in vp8_update_rate_correction_factors()
1250 correction_factor = cpi->gf_rate_correction_factor; in vp8_regulate_q()
Donyx_if.c241 lc->gf_rate_correction_factor = cpi->gf_rate_correction_factor; in save_layer_context()
279 cpi->gf_rate_correction_factor = lc->gf_rate_correction_factor; in restore_layer_context()
353 lc->gf_rate_correction_factor = 1.0; in init_temporal_layer_context()
1951 cpi->gf_rate_correction_factor = 1.0; in vp8_create_compressor()