Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c49 lrc->last_q[INTER_FRAME] = q_trans[oxcf->worst_allowed_q]; in vp9_init_layer_context()
52 lrc->last_q[0] = q_trans[oxcf->best_allowed_q]; in vp9_init_layer_context()
53 lrc->last_q[1] = q_trans[oxcf->best_allowed_q]; in vp9_init_layer_context()
54 lrc->last_q[2] = q_trans[oxcf->best_allowed_q]; in vp9_init_layer_context()
Dvp9_ratectrl.h30 int last_q[3]; // Separate values for Intra/Inter/ARF-GF member
Dvp9_ratectrl.c423 : rc->last_q[KEY_FRAME] * 2; in calc_active_worst_quality_one_pass_vbr()
427 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 5 / 4 in calc_active_worst_quality_one_pass_vbr()
428 : rc->last_q[INTER_FRAME]; in calc_active_worst_quality_one_pass_vbr()
430 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 2 in calc_active_worst_quality_one_pass_vbr()
431 : rc->last_q[INTER_FRAME] * 2; in calc_active_worst_quality_one_pass_vbr()
1088 rc->last_q[KEY_FRAME] = cm->base_qindex; in vp9_rc_postencode_update()
1094 rc->last_q[2] = cm->base_qindex; in vp9_rc_postencode_update()
1098 rc->last_q[INTER_FRAME] = cm->base_qindex; in vp9_rc_postencode_update()
Dvp9_onyx_if.c771 rc->last_q[0] = oxcf->best_allowed_q; in init_rate_control()
772 rc->last_q[1] = oxcf->best_allowed_q; in init_rate_control()
773 rc->last_q[2] = oxcf->best_allowed_q; in init_rate_control()
2357 int last_q = q; local
2392 loop = q != last_q;
2398 int last_q = q; local
2468 loop = q != last_q;
Dvp9_firstpass.c1467 12 + ((int)vp9_convert_qindex_to_q(rc->last_q[INTER_FRAME]) >> 5); in define_gf_group()
1668 int q = rc->last_q[INTER_FRAME]; in define_gf_group()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.h24 int last_q; member
Dvp9_postproc.c424 state->last_q = q; in fillrd()
636 if (ppstate->last_q != q || in vp9_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.h18 int last_q; member
Dpostproc.c485 state->last_q = q; in fillrd()
818 if (oci->postproc_state.last_q != q in vp8_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h371 int last_q[2]; /* Separate values for Intra/Inter */ member
Dratectrl.c442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_pframe_target_size()
Donyx_if.c1726 cpi->last_q[0] = cpi->oxcf.fixed_q; in vp8_change_config()
1727 cpi->last_q[1] = cpi->oxcf.fixed_q; in vp8_change_config()
4113 int last_q = Q; in encode_frame_to_data_rate() local
4142 Loop = Q != last_q; in encode_frame_to_data_rate()
4152 int last_q = Q; in encode_frame_to_data_rate() local
4290 Loop = Q != last_q; in encode_frame_to_data_rate()
4478 cpi->last_q[cm->frame_type] = cm->base_qindex; in encode_frame_to_data_rate()
Dfirstpass.c1961 ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
2155 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()