Searched refs:last_q (Results 1 – 13 of 13) sorted by relevance
49 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()
30 int last_q[3]; // Separate values for Intra/Inter/ARF-GF member
423 : 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()
771 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; local2392 loop = q != last_q;2398 int last_q = q; local2468 loop = q != last_q;
1467 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()
24 int last_q; member
424 state->last_q = q; in fillrd()636 if (ppstate->last_q != q || in vp9_post_proc_frame()
18 int last_q; member
485 state->last_q = q; in fillrd()818 if (oci->postproc_state.last_q != q in vp8_post_proc_frame()
371 int last_q[2]; /* Separate values for Intra/Inter */ member
442 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()
1726 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() local4142 Loop = Q != last_q; in encode_frame_to_data_rate()4152 int last_q = Q; in encode_frame_to_data_rate() local4290 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()
1961 ? 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()