Searched refs:ps_thrd_ctxt (Results 1 – 8 of 8) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_me_pass.c | 919 me_ctxt_t *ps_thrd_ctxt; in ihevce_me_process() local 932 ps_thrd_ctxt = ps_master_ctxt->aps_me_ctxt[thrd_id]; in ihevce_me_process() 933 ps_ctxt = ps_thrd_ctxt->aps_me_frm_prms[i4_me_frm_id]; in ihevce_me_process() 947 (void *)ps_thrd_ctxt, in ihevce_me_process() 1126 me_ctxt_t *ps_thrd_ctxt; in ihevce_me_frame_init() local 1176 ps_thrd_ctxt = ps_master_ctxt->aps_me_ctxt[num_thrds]; in ihevce_me_frame_init() 1178 ps_me_tmp_frm_ctxt = ps_thrd_ctxt->aps_me_frm_prms[i4_me_frm_id]; in ihevce_me_frame_init() 1180 ps_thrd_ctxt->pv_ext_frm_prms = (void *)ps_frm_ctb_prms; in ihevce_me_frame_init() 1242 ps_thrd_ctxt->pv_me_optimised_function_list = in ihevce_me_frame_init() 1244 ps_thrd_ctxt->ps_cmn_utils_optimised_function_list = &ps_master_ctxt->s_cmn_opt_func; in ihevce_me_frame_init() [all …]
|
D | ihevce_entropy_cod.c | 146 frm_proc_thrd_ctxt_t *ps_thrd_ctxt; in ihevce_ent_coding_thrd() local 169 ps_thrd_ctxt = (frm_proc_thrd_ctxt_t *)pv_frm_proc_thrd_ctxt; in ihevce_ent_coding_thrd() 170 i4_thrd_id = ps_thrd_ctxt->i4_thrd_id; in ihevce_ent_coding_thrd() 171 ps_hle_ctxt = (ihevce_hle_ctxt_t *)ps_thrd_ctxt->ps_hle_ctxt; in ihevce_ent_coding_thrd() 172 ps_enc_ctxt = (enc_ctxt_t *)ps_thrd_ctxt->pv_enc_ctxt; in ihevce_ent_coding_thrd()
|
D | hme_interface.c | 2862 me_ctxt_t *ps_thrd_ctxt; in hme_set_resolution() local 2870 ps_thrd_ctxt = (me_ctxt_t *)pv_me_ctxt; in hme_set_resolution() 2872 ps_ctxt = ps_thrd_ctxt->aps_me_frm_prms[me_frm_id]; in hme_set_resolution() 2879 num_layers_explicit_search = ps_thrd_ctxt->s_init_prms.num_layers_explicit_search; in hme_set_resolution() 2904 ps_layer = ps_thrd_ctxt->as_ref_descr[i].aps_layers[j]; in hme_set_resolution() 3133 me_ctxt_t *ps_thrd_ctxt; in hme_add_inp() local 3144 ps_thrd_ctxt = ps_master_ctxt->aps_me_ctxt[i4_thrd_id]; in hme_add_inp() 3146 ps_ctxt = ps_thrd_ctxt->aps_me_frm_prms[me_frm_id]; in hme_add_inp() 3154 i4_prev_poc = ps_thrd_ctxt->aps_me_frm_prms[prev_me_frm_id]->i4_curr_poc; in hme_add_inp() 3157 idx = hme_find_free_descr_idx(ps_thrd_ctxt, ps_master_ctxt->i4_num_me_frm_pllel); in hme_add_inp() [all …]
|
D | ihevce_coarse_me_pass.c | 476 coarse_me_ctxt_t *ps_thrd_ctxt; in ihevce_coarse_me_process() local 479 ps_thrd_ctxt = ps_master_ctxt->aps_me_ctxt[thrd_id]; in ihevce_coarse_me_process() 480 ps_thrd_ctxt->thrd_id = thrd_id; in ihevce_coarse_me_process() 484 (void *)ps_thrd_ctxt, in ihevce_coarse_me_process()
|
D | hme_utils.h | 714 me_ctxt_t *ps_thrd_ctxt, 728 me_ctxt_t *ps_thrd_ctxt,
|
D | hme_refine.c | 977 me_ctxt_t *ps_thrd_ctxt, in hme_try_merge_high_speed() argument 1008 ps_thrd_ctxt->ps_cmn_utils_optimised_function_list; in hme_try_merge_high_speed() 1010 ((ihevce_me_optimised_function_list_t *)ps_thrd_ctxt->pv_me_optimised_function_list); in hme_try_merge_high_speed() 1412 ps_thrd_ctxt, in hme_try_merge_high_speed() 5876 me_ctxt_t *ps_thrd_ctxt, in hme_refine() argument 5890 me_frm_ctxt_t *ps_ctxt = ps_thrd_ctxt->aps_me_frm_prms[i4_me_frm_id]; in hme_refine() 5892 ps_thrd_ctxt->s_init_prms.s_me_coding_tools.e_me_quality_presets; in hme_refine() 6041 ps_thrd_ctxt->ps_cmn_utils_optimised_function_list; in hme_refine() 6043 ((ihevce_me_optimised_function_list_t *)ps_thrd_ctxt->pv_me_optimised_function_list); in hme_refine() 6054 … ps_thrd_ctxt, ps_ctxt, ps_refine_prms->i4_layer_id, ps_multi_thrd_ctxt->i4_num_me_frm_pllel); in hme_refine() [all …]
|
D | ihevce_frame_process.c | 2895 frm_proc_thrd_ctxt_t *ps_thrd_ctxt; in ihevce_enc_frm_proc_slave_thrd() local 2909 ps_thrd_ctxt = (frm_proc_thrd_ctxt_t *)pv_frm_proc_thrd_ctxt; in ihevce_enc_frm_proc_slave_thrd() 2910 ps_hle_ctxt = ps_thrd_ctxt->ps_hle_ctxt; in ihevce_enc_frm_proc_slave_thrd() 2911 ps_enc_ctxt = (enc_ctxt_t *)ps_thrd_ctxt->pv_enc_ctxt; /*Changed for mres*/ in ihevce_enc_frm_proc_slave_thrd() 2912 i4_thrd_id = ps_thrd_ctxt->i4_thrd_id; in ihevce_enc_frm_proc_slave_thrd() 2940 ihevce_dmgr_chk_frm_frm_sync(pv_dep_mngr_prev_frame_me_done, ps_thrd_ctxt->i4_thrd_id); in ihevce_enc_frm_proc_slave_thrd() 3415 ihevce_dmgr_chk_frm_frm_sync(pv_dep_mngr_prev_frame_done, ps_thrd_ctxt->i4_thrd_id); in ihevce_enc_frm_proc_slave_thrd() 5741 frm_proc_thrd_ctxt_t *ps_thrd_ctxt = (frm_proc_thrd_ctxt_t *)pv_frm_proc_thrd_ctxt; in ihevce_pre_enc_process_frame_thrd() local 5742 ihevce_hle_ctxt_t *ps_hle_ctxt = ps_thrd_ctxt->ps_hle_ctxt; in ihevce_pre_enc_process_frame_thrd() 5743 enc_ctxt_t *ps_enc_ctxt = (enc_ctxt_t *)ps_thrd_ctxt->pv_enc_ctxt; in ihevce_pre_enc_process_frame_thrd() [all …]
|
D | hme_utils.c | 3027 me_ctxt_t *ps_thrd_ctxt, in hme_populate_pus() argument 3230 me_ctxt_t *ps_thrd_ctxt, in hme_populate_pus_8x8_cu() argument
|