Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c2713 WORD32 thread_no; in ihevce_decomp_pre_intra_init() local
2745 for(thread_no = 0; thread_no < ps_master_ctxt->i4_num_proc_thrds; thread_no++) in ihevce_decomp_pre_intra_init()
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()
2870 WORD32 thread_no; in ihevce_decomp_pre_intra_frame_init() local
2875 for(thread_no = 0; thread_no < ps_master_ctxt->i4_num_proc_thrds; thread_no++) in ihevce_decomp_pre_intra_frame_init()
2879 ps_ctxt = ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thread_no]; in ihevce_decomp_pre_intra_frame_init()