Home
last modified time | relevance | path

Searched refs:i4_num_enc_loop_frm_pllel (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dihevce_memory_init.c197 WORD32 i4_num_enc_loop_frm_pllel; in ihevce_mem_manager_init() local
234 i4_num_enc_loop_frm_pllel = MAX_NUM_ENC_LOOP_PARALLEL; in ihevce_mem_manager_init()
237 i4_num_enc_loop_frm_pllel = 1; in ihevce_mem_manager_init()
241 ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel = i4_num_enc_loop_frm_pllel; in ihevce_mem_manager_init()
242 ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc = i4_num_enc_loop_frm_pllel; in ihevce_mem_manager_init()
372 if(ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel > 1) in ihevce_mem_manager_init()
387 if(ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel > 1) in ihevce_mem_manager_init()
496 ASSERT(i4_num_enc_loop_frm_pllel == i4_num_me_frm_pllel); in ihevce_mem_manager_init()
498 if((1 == i4_num_enc_loop_frm_pllel) && (1 == i4_num_me_frm_pllel)) in ihevce_mem_manager_init()
505 ps_enc_ctxt->s_runtime_coding_prms.i4_max_reference_frames * i4_num_enc_loop_frm_pllel; in ihevce_mem_manager_init()
[all …]
Dihevce_enc_loop_pass.c3553 ihevce_enc_loop_get_num_mem_recs(WORD32 i4_num_bitrate_inst, WORD32 i4_num_enc_loop_frm_pllel) in ihevce_enc_loop_get_num_mem_recs() argument
3557 i4_num_enc_loop_frm_pllel * i4_num_bitrate_inst * ihevce_dmgr_get_num_mem_recs(); in ihevce_enc_loop_get_num_mem_recs()
3559 i4_num_enc_loop_frm_pllel * i4_num_bitrate_inst * ihevce_dmgr_get_num_mem_recs(); in ihevce_enc_loop_get_num_mem_recs()
3561 i4_num_enc_loop_frm_pllel * (i4_num_bitrate_inst - 1) * ihevce_dmgr_get_num_mem_recs(); in ihevce_enc_loop_get_num_mem_recs()
3592 WORD32 i4_num_enc_loop_frm_pllel, in ihevce_enc_loop_get_mem_recs() argument
3651 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
3657 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
3669 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
3675 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
3685 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
[all …]
Dihevce_enc_loop_pass.h86 WORD32 i4_num_enc_loop_frm_pllel,
Dihevce_enc_structs.h2699 WORD32 i4_num_enc_loop_frm_pllel; member
3132 WORD32 i4_num_enc_loop_frm_pllel; member
Dihevce_hle_interface.c1114 for(i = 0; i < ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel; i++) in ihevce_hle_interface_thrd()
2149 for(i = 0; i < ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel; i++) in ihevce_hle_interface_delete()
Dihevce_enc_loop_structs.h2801 WORD32 i4_num_enc_loop_frm_pllel; member
Dihevce_frame_process.c3386 ASSERT(ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel <= MAX_NUM_ENC_LOOP_PARALLEL); in ihevce_enc_frm_proc_slave_thrd()
3388 if(1 == ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel) in ihevce_enc_frm_proc_slave_thrd()
4629 if(ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel > 1) in ihevce_enc_frm_proc_slave_thrd()