Searched refs:pv_rc_ctxt (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_rc_interface.h | 153 void *pv_rc_ctxt, WORD32 i4_cur_entropy_consumption, WORD32 i4_cur_time_stamp_low); 156 void *pv_rc_ctxt, 166 WORD32 ihevce_rc_get_bpp_based_frame_qp(void *pv_rc_ctxt, rc_lap_out_params_t *ps_rc_lap_out); 170 void *pv_rc_ctxt, 177 void ihevce_rc_cal_pre_enc_qp(void *pv_rc_ctxt); 180 void *pv_rc_ctxt, rc_lap_out_params_t *ps_rc_lap_out, WORD32 i4_update_delay); 183 WORD32 ihevce_rc_check_is_pre_enc_qp_valid(void *pv_rc_ctxt, volatile WORD32 *pi4_force_end_flag); 186 void *pv_rc_ctxt, 195 void ihevce_rc_check_non_lap_scd(void *pv_rc_ctxt, rc_lap_out_params_t *ps_rc_lap_out); 198 void *pv_rc_ctxt, UWORD32 *pi4_buffer_size, UWORD32 *pi4_dbf, UWORD32 *pi4_bit_rate); [all …]
|
D | ihevce_rc_interface.c | 1178 WORD32 ihevce_rc_get_bpp_based_frame_qp(void *pv_rc_ctxt, rc_lap_out_params_t *ps_rc_lap_out) in ihevce_rc_get_bpp_based_frame_qp() argument 1180 rc_context_t *ps_rc_ctxt = (rc_context_t *)pv_rc_ctxt; in ihevce_rc_get_bpp_based_frame_qp() 1621 void ihevce_rc_cal_pre_enc_qp(void *pv_rc_ctxt) in ihevce_rc_cal_pre_enc_qp() argument 1623 rc_context_t *ps_rc_ctxt = (rc_context_t *)pv_rc_ctxt; in ihevce_rc_cal_pre_enc_qp() 1686 void *pv_rc_ctxt, in ihevce_get_L0_est_satd_based_scd_qp() argument 1691 rc_context_t *ps_ctxt = (rc_context_t *)pv_rc_ctxt; in ihevce_get_L0_est_satd_based_scd_qp() 1786 void *pv_rc_ctxt, rc_lap_out_params_t *ps_rc_lap_out, WORD32 i4_update_delay) in ihevce_rc_pre_enc_qp_query() argument 1789 rc_context_t *ps_rc_ctxt = (rc_context_t *)pv_rc_ctxt; in ihevce_rc_pre_enc_qp_query() 1822 ihevce_compute_temporal_complexity_reset_Kp_Kb(ps_rc_lap_out_temp, pv_rc_ctxt, 0); in ihevce_rc_pre_enc_qp_query() 2023 void *pv_rc_ctxt, in ihevce_rc_register_L1_analysis_data() argument [all …]
|