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

  /external/libhevc/encoder/
ihevce_multi_thrd_funcs.c 737 WORD32 n_tot_layers; local
767 n_tot_layers = hme_derive_num_layers(1, a_wd, a_ht, a_disp_wd, a_disp_ht);
770 ASSERT(n_tot_layers >= 3);
776 if(n_tot_layers == 3)
778 n_tot_layers = 4;
783 for(layer_no = 0; layer_no < n_tot_layers; layer_no++)
865 num_vert_units = ai4_decomp_num_vert_units_lyr[n_tot_layers - 1];
878 if(decomp_lyr_cnt == (n_tot_layers - 1))
893 else if((DECOMP_JOB_LYR1 == pass) && (decomp_lyr_cnt != (n_tot_layers - 1)))
904 if(decomp_lyr_cnt == (n_tot_layers - 1)
    [all...]
hme_interface.c 740 S32 n_tot_layers,
761 num_layers_explicit_search = n_tot_layers - 1;
763 num_layers_explicit_search = MIN(num_layers_explicit_search, n_tot_layers - 1);
766 if(n_tot_layers - 1 > num_layers_explicit_search)
770 if(1 == (n_tot_layers - 1))
1137 S32 n_tot_layers, n_enc_layers; local
1745 S32 n_tot_layers; local
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
2467 WORD32 n_enc_layers = 1, n_tot_layers, i; local
2861 S32 n_tot_layers, num_layers_explicit_search, i, j; local
2933 S32 n_tot_layers, num_layers_explicit_search, i, j; local
    [all...]
hme_interface.h 842 S32 n_tot_layers,
    [all...]
ihevce_memory_init.c 183 WORD32 n_enc_layers = 1, n_tot_layers; local
273 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht);
275 n_tot_layers,
283 if(n_tot_layers < 3)
322 for(ctr = 0; ctr < n_tot_layers; ctr++)
    [all...]
ihevce_decomp_pre_intra_pass.c 2714 WORD32 n_tot_layers; local
    [all...]

Completed in 82 milliseconds