Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c401 ps_rc_ctxt->rc_hdl = in ihevce_rc_mem_init()
969 ps_rc_ctxt->rc_hdl, in ihevce_rc_init()
1011 rc_init_set_ebf(ps_rc_ctxt->rc_hdl, ps_rc_ctxt->i4_init_vbv_fullness); in ihevce_rc_init()
1020 ps_rc_ctxt->rc_hdl, in ihevce_rc_init()
1215 ps_rc_ctxt->rc_hdl, in ihevce_rc_get_bpp_based_frame_qp()
1339 rc_get_pic_distribution(ps_rc_ctxt->rc_hdl, &ai4_pic_dist[0]); in ihevce_rc_get_bpp_based_frame_qp()
1365 ps_rc_ctxt->rc_hdl, in ihevce_rc_get_bpp_based_frame_qp()
1449 ps_rc_ctxt->rc_hdl, i4_num_scd_in_lap_window, num_frames_b4_scd); in ihevce_rc_get_pre_enc_pic_quant()
1456 i4_is_first_frame_coded = is_first_frame_coded(ps_rc_ctxt->rc_hdl); in ihevce_rc_get_pre_enc_pic_quant()
1468 ps_rc_ctxt->rc_hdl, in ihevce_rc_get_pre_enc_pic_quant()
[all …]
Dihevce_rc_structs.h173 rate_control_handle rc_hdl; member