HomeSort by relevance Sort by last modified time
    Searched refs:n_dep_tabs (Results 1 - 2 of 2) sorted by null

  /external/libhevc/encoder/
ihevce_coarse_me_pass.c 205 WORD32 n_dep_tabs; local
209 n_dep_tabs = hme_coarse_dep_mngr_alloc(
212 ASSERT(n_dep_tabs == hme_coarse_dep_mngr_num_alloc());
215 n_tabs += n_dep_tabs;
258 WORD32 n_tabs, n_dep_tabs, i; local
295 n_dep_tabs = hme_coarse_dep_mngr_init(
297 ASSERT(n_dep_tabs <= hme_coarse_dep_mngr_num_alloc());
299 n_tabs += n_dep_tabs;
    [all...]
hme_interface.c 2292 WORD32 n_enc_layers = 1, n_tot_layers, n_dep_tabs = 0, i; local
2359 WORD32 n_enc_layers = 1, n_tot_layers, n_dep_tabs = 0, i; local
    [all...]

Completed in 61 milliseconds