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_enc_loop_pass.c3431 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
3435 i4_num_enc_loop_frm_pllel * i4_num_bitrate_inst * ihevce_dmgr_get_num_mem_recs(); in ihevce_enc_loop_get_num_mem_recs()
3437 i4_num_enc_loop_frm_pllel * i4_num_bitrate_inst * ihevce_dmgr_get_num_mem_recs(); in ihevce_enc_loop_get_num_mem_recs()
3439 i4_num_enc_loop_frm_pllel * i4_num_bitrate_inst * ihevce_dmgr_get_num_mem_recs(); in ihevce_enc_loop_get_num_mem_recs()
3441 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()
3472 WORD32 i4_num_enc_loop_frm_pllel, in ihevce_enc_loop_get_mem_recs() argument
3531 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
3537 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
3549 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
3555 i4_num_bitrate_inst * i4_num_enc_loop_frm_pllel; in ihevce_enc_loop_get_mem_recs()
[all …]
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()
499 ASSERT(i4_num_enc_loop_frm_pllel == i4_num_me_frm_pllel); in ihevce_mem_manager_init()
501 if((1 == i4_num_enc_loop_frm_pllel) && (1 == i4_num_me_frm_pllel)) in ihevce_mem_manager_init()
508 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.h86 WORD32 i4_num_enc_loop_frm_pllel,
Dihevce_enc_structs.h2598 WORD32 i4_num_enc_loop_frm_pllel; member
3028 WORD32 i4_num_enc_loop_frm_pllel; member
Dihevce_hle_interface.c1097 for(i = 0; i < ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel; i++) in ihevce_hle_interface_thrd()
2126 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.h2810 WORD32 i4_num_enc_loop_frm_pllel; member
Dihevce_frame_process.c3402 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()
3404 if(1 == ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel) in ihevce_enc_frm_proc_slave_thrd()
4645 if(ps_enc_ctxt->s_multi_thrd.i4_num_enc_loop_frm_pllel > 1) in ihevce_enc_frm_proc_slave_thrd()