Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_structs.h254 ihevce_decomp_pre_intra_ctxt_t *aps_decomp_pre_intra_thrd_ctxt[MAX_NUM_FRM_PROC_THRDS_PRE_ENC]; member
Dihevce_decomp_pre_intra_pass.c2242 ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thrd_id]; in ihevce_decomp_pre_intra_process()
2747 ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thread_no] = ps_ctxt; in ihevce_decomp_pre_intra_init()
2749 ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thread_no]->i4_num_layers = n_tot_layers; in ihevce_decomp_pre_intra_init()
2751 ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thread_no]->pu1_wkg_mem = in ihevce_decomp_pre_intra_init()
2752 &ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thread_no]->au1_wkg_mem[0]; in ihevce_decomp_pre_intra_init()
2754 ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thread_no]->ps_ed_ctxt = ps_ed_ctxt; in ihevce_decomp_pre_intra_init()
2879 ps_ctxt = ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thread_no]; in ihevce_decomp_pre_intra_frame_init()
3062 ps_pre_intra_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[0]; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
3565 ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[i4_i]; in ihevce_decomp_pre_intra_get_frame_satd()
3590 ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[i4_i]; in ihevce_decomp_pre_intra_get_frame_satd_squared()
Dihevce_frame_process.c2421 ihevce_decomp_pre_intra_ctxt_t *ps_ctxt = ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[0]; in ihevce_update_qp_L1_sad_based()