Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c539 if (rc->frames_since_key > 1 && in rc_pick_q_and_bounds_one_pass_cbr()
657 if (rc->frames_since_key > 1 && in rc_pick_q_and_bounds_one_pass_vbr()
667 if (rc->frames_since_key > 1) { in rc_pick_q_and_bounds_one_pass_vbr()
685 if (rc->frames_since_key > 1) { in rc_pick_q_and_bounds_one_pass_vbr()
842 if (rc->frames_since_key > 1 && in rc_pick_q_and_bounds_two_pass()
852 if (rc->frames_since_key > 1) { in rc_pick_q_and_bounds_two_pass()
870 if (rc->frames_since_key > 1) { in rc_pick_q_and_bounds_two_pass()
1152 rc->frames_since_key = 0; in vp9_rc_postencode_update()
1154 rc->frames_since_key++; in vp9_rc_postencode_update()
1163 cpi->rc.frames_since_key++; in vp9_rc_postencode_update_drop_frame()
[all …]
Dvp9_ratectrl.h47 int frames_since_key; member
Dvp9_svc_layercontext.c169 const int old_frame_since_key = cpi->rc.frames_since_key; in vp9_restore_layer_context()
182 cpi->rc.frames_since_key = old_frame_since_key; in vp9_restore_layer_context()
Dvp9_onyx_if.c1230 rc->frames_since_key = 8; // Sensible default for first frame. in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c226 cc->frames_since_key = cpi->frames_since_key; in vp8_save_coding_context()
263 cpi->frames_since_key = cc->frames_since_key; in vp8_restore_coding_context()
394 if (cpi->frames_since_key < cpi->output_framerate / 2) in calc_iframe_target_size()
396 * cpi->frames_since_key / (cpi->output_framerate / 2)); in calc_iframe_target_size()
1381 (cpi->frames_since_key > 0) ? cpi->frames_since_key : 1; in estimate_keyframe_frequency()
1443 cpi->frames_since_key = 0; in vp8_adjust_key_frame_context()
Donyx_int.h70 unsigned int frames_since_key; member
348 unsigned int frames_since_key; member
Donyx_if.c1894 cpi->frames_since_key = 8; in vp8_create_compressor()
3421 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0))) in encode_frame_to_data_rate()
3567 cpi->frames_since_key++; in encode_frame_to_data_rate()
3611 cpi->frames_since_key++; in encode_frame_to_data_rate()
3698 if ( (cpi->frames_since_key > 1) && in encode_frame_to_data_rate()
4777 cpi->frames_since_key++; in encode_frame_to_data_rate()