Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_frame_process.c2872 i4_enc_frm_id_rc = (i4_enc_frm_id_rc % ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc); in ihevce_rc_close()
3715 ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc) //KISH in ihevce_enc_frm_proc_slave_thrd()
3740 if(1 == ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc) in ihevce_enc_frm_proc_slave_thrd()
3786 ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc); in ihevce_enc_frm_proc_slave_thrd()
3791 if(ps_enc_ctxt->ai4_rc_query[i] < ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc) in ihevce_enc_frm_proc_slave_thrd()
4573 if(i4_enc_frm_id_rc == ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc) in ihevce_enc_frm_proc_slave_thrd()
4614 MIN(ps_enc_ctxt->ai4_rc_query[i], ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc), in ihevce_enc_frm_proc_slave_thrd()
4990 ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc); in ihevce_set_pre_enc_prms()
H A Dihevce_enc_structs.h3115 WORD32 i4_max_fr_enc_loop_parallel_rc; member
H A Dihevce_memory_init.c242 ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc = i4_num_enc_loop_frm_pllel; in ihevce_mem_manager_init()