Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_structs.h78 DECOMP_PRE_INTRA_CTXT = 0, enumerator
Dihevce_decomp_pre_intra_pass.c2679 ps_mem_tab[DECOMP_PRE_INTRA_CTXT].i4_mem_size = sizeof(ihevce_decomp_pre_intra_master_ctxt_t); in ihevce_decomp_pre_intra_get_mem_recs()
2680 ps_mem_tab[DECOMP_PRE_INTRA_CTXT].e_mem_type = (IV_MEM_TYPE_T)i4_mem_space; in ihevce_decomp_pre_intra_get_mem_recs()
2681 ps_mem_tab[DECOMP_PRE_INTRA_CTXT].i4_mem_alignment = 8; in ihevce_decomp_pre_intra_get_mem_recs()
2739 (ihevce_decomp_pre_intra_master_ctxt_t *)ps_mem_tab[DECOMP_PRE_INTRA_CTXT].pv_base; in ihevce_decomp_pre_intra_init()