Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_structs.h80 DECOMP_PRE_INTRA_ED_CTXT, enumerator
Dihevce_decomp_pre_intra_pass.c1708 ps_mem_tab[DECOMP_PRE_INTRA_ED_CTXT].i4_mem_size = i4_num_proc_thrds * sizeof(ihevce_ed_ctxt_t); in ihevce_decomp_pre_intra_get_mem_recs()
1709 ps_mem_tab[DECOMP_PRE_INTRA_ED_CTXT].e_mem_type = (IV_MEM_TYPE_T)i4_mem_space; in ihevce_decomp_pre_intra_get_mem_recs()
1710 ps_mem_tab[DECOMP_PRE_INTRA_ED_CTXT].i4_mem_alignment = 8; in ihevce_decomp_pre_intra_get_mem_recs()
1731 ihevce_ed_ctxt_t *ps_ed_ctxt = ps_mem_tab[DECOMP_PRE_INTRA_ED_CTXT].pv_base; in ihevce_decomp_pre_intra_init()