Home
last modified time | relevance | path

Searched refs:is_first_frame_coded (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_rc_interface.c1456 i4_is_first_frame_coded = is_first_frame_coded(ps_rc_ctxt->rc_hdl); in ihevce_rc_get_pre_enc_pic_quant()
1520 if(is_first_frame_coded(ps_rc_ctxt->rc_hdl)) in ihevce_rc_get_pre_enc_pic_quant()
2307 i4_first_frame_coded_flag = is_first_frame_coded(ps_rc_ctxt->rc_hdl); in ihevce_rc_get_pic_quant()
2689 (((is_first_frame_coded(ps_rc_ctxt->rc_hdl)) && (pic_type == IV_I_FRAME)) || in ihevce_rc_get_pic_quant()
2692 WORD32 i4_is_first_frame_coded = is_first_frame_coded(ps_rc_ctxt->rc_hdl); in ihevce_rc_get_pic_quant()
2713 i4_is_first_frame_coded = is_first_frame_coded(ps_rc_ctxt->rc_hdl); in ihevce_rc_get_pic_quant()
3032 (is_first_frame_coded(ps_rc_ctxt->rc_hdl)) && (!i4_fade_scene)) in ihevce_rc_get_pic_quant()
3084 if(is_first_frame_coded(ps_rc_ctxt->rc_hdl)) in ihevce_rc_get_pic_quant()
Drate_control_api.h249 WORD32 is_first_frame_coded(rate_control_handle ps_rate_control_api);
Drate_control_api.c703 WORD32 is_first_frame_coded(rate_control_handle ps_rate_control_api) in is_first_frame_coded() function
1177 i4_is_first_frame_coded = is_first_frame_coded(ps_rate_control_api); in get_frame_level_qp()
2275 ps_rate_control_api->i4_I_frame_qp_model = is_first_frame_coded(ps_rate_control_api); in update_frame_rc_get_frame_qp_info()