Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_coarse_me_pass.c205 WORD32 n_dep_tabs; in ihevce_coarse_me_get_mem_recs() local
209 n_dep_tabs = hme_coarse_dep_mngr_alloc( in ihevce_coarse_me_get_mem_recs()
212 ASSERT(n_dep_tabs == hme_coarse_dep_mngr_num_alloc()); in ihevce_coarse_me_get_mem_recs()
215 n_tabs += n_dep_tabs; in ihevce_coarse_me_get_mem_recs()
258 WORD32 n_tabs, n_dep_tabs, i; in ihevce_coarse_me_init() local
295 n_dep_tabs = hme_coarse_dep_mngr_init( in ihevce_coarse_me_init()
297 ASSERT(n_dep_tabs <= hme_coarse_dep_mngr_num_alloc()); in ihevce_coarse_me_init()
299 n_tabs += n_dep_tabs; in ihevce_coarse_me_init()
Dhme_interface.c2292 WORD32 n_enc_layers = 1, n_tot_layers, n_dep_tabs = 0, i; in hme_coarse_dep_mngr_alloc_mem() local
2320 n_dep_tabs += ihevce_dmgr_get_mem_recs( in hme_coarse_dep_mngr_alloc_mem()
2321 &ps_mem_tab[n_dep_tabs], in hme_coarse_dep_mngr_alloc_mem()
2329 ASSERT(n_dep_tabs <= hme_coarse_dep_mngr_num_alloc()); in hme_coarse_dep_mngr_alloc_mem()
2331 return (n_dep_tabs); in hme_coarse_dep_mngr_alloc_mem()
2359 WORD32 n_enc_layers = 1, n_tot_layers, n_dep_tabs = 0, i; in hme_coarse_dep_mngr_init() local
2403 &ps_mem_tab[n_dep_tabs], in hme_coarse_dep_mngr_init()
2413 n_dep_tabs += ihevce_dmgr_get_num_mem_recs(); in hme_coarse_dep_mngr_init()
2416 return n_dep_tabs; in hme_coarse_dep_mngr_init()