Home
last modified time | relevance | path

Searched refs:s_rc_high_lvl_stat (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_rc_interface.c2112 ps_rc_ctxt->s_rc_high_lvl_stat.i4_modelQP = INVALID_QP; in ihevce_rc_get_pic_quant()
2113 ps_rc_ctxt->s_rc_high_lvl_stat.i4_finalQP = INVALID_QP; in ihevce_rc_get_pic_quant()
2114 ps_rc_ctxt->s_rc_high_lvl_stat.i4_maxEbfQP = INVALID_QP; in ihevce_rc_get_pic_quant()
2117 ps_rc_ctxt->s_rc_high_lvl_stat.i4_finalQP = INVALID_QP; in ihevce_rc_get_pic_quant()
2754 ps_rc_ctxt->s_rc_high_lvl_stat.i8_bits_from_finalQP = -1; in ihevce_rc_get_pic_quant()
2771 &ps_rc_ctxt->s_rc_high_lvl_stat.i4_maxEbfQP, in ihevce_rc_get_pic_quant()
2772 &ps_rc_ctxt->s_rc_high_lvl_stat.i4_modelQP, in ihevce_rc_get_pic_quant()
2786 ps_rc_ctxt->s_rc_high_lvl_stat.i4_is_offline_model_used = 0; in ihevce_rc_get_pic_quant()
2811 ps_rc_ctxt->s_rc_high_lvl_stat.i4_is_offline_model_used = 1; in ihevce_rc_get_pic_quant()
2812 ps_rc_ctxt->s_rc_high_lvl_stat.i8_bits_from_finalQP = -1; in ihevce_rc_get_pic_quant()
[all …]
Dihevce_rc_structs.h444 rc_high_level_stat_t s_rc_high_lvl_stat; member