Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_frame_process.c784 ps_enc_ctxt->s_module_ctxt.pv_coarse_me_ctxt, in ihevce_pre_enc_manage_ref_pics()
1536 ps_enc_ctxt->s_module_ctxt.pv_me_ctxt, in ihevce_manage_ref_pics()
2434 ps_enc_ctxt->s_module_ctxt.pv_decomp_pre_intra_ctxt; in ihevce_update_qp_L1_sad_based()
2450 ps_enc_ctxt->s_module_ctxt.pv_decomp_pre_intra_ctxt, &i4_l1_wd, &i4_l1_ht); in ihevce_update_qp_L1_sad_based()
2462 ps_enc_ctxt->s_module_ctxt.pv_decomp_pre_intra_ctxt, &i4_l1_wd, &i4_l1_ht); in ihevce_update_qp_L1_sad_based()
2604 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[0], in ihevce_update_qp_L1_sad_based()
2676 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[0], in ihevce_update_qp_L1_sad_based()
2684 ps_enc_ctxt->s_module_ctxt.pv_coarse_me_ctxt, in ihevce_update_qp_L1_sad_based()
2716 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[0], &ps_curr_inp->s_rc_lap_out); in ihevce_update_qp_L1_sad_based()
2757 ps_master_ctxt = (me_master_ctxt_t *)ps_enc_ctxt->s_module_ctxt.pv_me_ctxt; in ihevce_frame_init()
[all …]
Dihevce_entropy_cod.c197 pv_entropy_hdl = ps_enc_ctxt->s_module_ctxt.apv_ent_cod_ctxt[i4_bitrate_instance_num]; in ihevce_ent_coding_thrd()
379 (void *)ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[i4_bitrate_instance_num], in ihevce_ent_coding_thrd()
454 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[i4_bitrate_instance_num], in ihevce_ent_coding_thrd()
477 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[i4_bitrate_instance_num], in ihevce_ent_coding_thrd()
482 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[i4_bitrate_instance_num], in ihevce_ent_coding_thrd()
495 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[i4_bitrate_instance_num], in ihevce_ent_coding_thrd()
Dihevce_memory_init.c1537 ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt = ihevce_enc_loop_init( in ihevce_mem_manager_init()
1551 ps_enc_ctxt->s_module_ctxt.pv_me_ctxt = ihevce_me_init( in ihevce_mem_manager_init()
1565 ps_enc_ctxt->s_module_ctxt.pv_coarse_me_ctxt = ihevce_coarse_me_init( in ihevce_mem_manager_init()
1575 ps_enc_ctxt->s_module_ctxt.pv_ipe_ctxt = ihevce_ipe_init( in ihevce_mem_manager_init()
1597 ps_enc_ctxt->s_module_ctxt.apv_ent_cod_ctxt[i] = ihevce_entropy_init( in ihevce_mem_manager_init()
1609 ps_enc_ctxt->s_module_ctxt.pv_lap_ctxt = in ihevce_mem_manager_init()
1615 ps_enc_ctxt->s_module_ctxt.pv_decomp_pre_intra_ctxt = ihevce_decomp_pre_intra_init( in ihevce_mem_manager_init()
1633 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[i] = ihevce_rc_mem_init( in ihevce_mem_manager_init()
1643 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[i] = ihevce_rc_mem_init( in ihevce_mem_manager_init()
1653 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[i] = ihevce_rc_mem_init( in ihevce_mem_manager_init()
[all …]
Dihevce_frame_process_utils.c437 ps_enc_ctxt->s_module_ctxt.apv_rc_ctxt[ps_dyn_bitrate_prms->i4_tgt_br_id], in ihevce_dyn_bitrate()
Dihevce_hle_interface.c1190 ps_lap_interface_ctxt->pv_lap_module_ctxt = ps_enc_ctxt->s_module_ctxt.pv_lap_ctxt; in ihevce_hle_interface_thrd()
2096 ihevce_enc_loop_delete(ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt); in ihevce_hle_interface_delete()
2102 ps_enc_ctxt->s_module_ctxt.pv_coarse_me_ctxt, in ihevce_hle_interface_delete()
Dihevce_multi_thrd_funcs.c822 ps_ctxt->s_module_ctxt.pv_coarse_me_ctxt, in ihevce_prepare_pre_enc_job_queue()
Dihevce_enc_structs.h2919 module_ctxt_t s_module_ctxt; member