Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_me_common_defs.h174 #define MAX_WKG_MEM_SIZE_PER_THREAD \ macro
Dhme_interface.c1383 size = MAX_WKG_MEM_SIZE_PER_THREAD * ps_prms->i4_num_proc_thrds * i4_num_me_frm_pllel; in hme_enc_alloc_init_mem()
1400 hme_init_wkg_mem(&ps_frm_ctxt->s_buf_mgr, pu1_mem, MAX_WKG_MEM_SIZE_PER_THREAD); in hme_enc_alloc_init_mem()
1405 pu1_mem += MAX_WKG_MEM_SIZE_PER_THREAD; in hme_enc_alloc_init_mem()
1410 pu1_mem += MAX_WKG_MEM_SIZE_PER_THREAD; in hme_enc_alloc_init_mem()
Dhme_utils.c3057 hme_get_wkg_mem(&ps_ctxt->s_buf_mgr, MAX_WKG_MEM_SIZE_PER_THREAD); in hme_populate_pus()