Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.h58 ENC_GET_QP = 0, enumerator
Dihevce_rc_interface.c2168 if(call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
2220 if(call_type == ENC_GET_QP && rc_pic_type == P_PIC) in ihevce_rc_get_pic_quant()
2227 if(call_type == ENC_GET_QP && rc_pic_type != I_PIC) in ihevce_rc_get_pic_quant()
2254 if(!(pic_type == IV_I_FRAME || pic_type == IV_IDR_FRAME) && call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
2290 if((updated_window) > 0 && (call_type == ENC_GET_QP) && (ps_rc_ctxt->i4_rc_pass != 2)) in ihevce_rc_get_pic_quant()
2694 if(call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
2729 call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
3016 if(call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
3046 if((1 == i4_is_no_model_scd) && (call_type == ENC_GET_QP)) in ihevce_rc_get_pic_quant()
Dihevce_frame_process.c3774 ENC_GET_QP, in ihevce_enc_frm_proc_slave_thrd()