Searched refs:n_tot_layers (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_multi_thrd_funcs.c | 737 WORD32 n_tot_layers; in ihevce_prepare_pre_enc_job_queue() local 767 n_tot_layers = hme_derive_num_layers(1, a_wd, a_ht, a_disp_wd, a_disp_ht); in ihevce_prepare_pre_enc_job_queue() 770 ASSERT(n_tot_layers >= 3); in ihevce_prepare_pre_enc_job_queue() 776 if(n_tot_layers == 3) in ihevce_prepare_pre_enc_job_queue() 778 n_tot_layers = 4; in ihevce_prepare_pre_enc_job_queue() 783 for(layer_no = 0; layer_no < n_tot_layers; layer_no++) in ihevce_prepare_pre_enc_job_queue() 865 num_vert_units = ai4_decomp_num_vert_units_lyr[n_tot_layers - 1]; in ihevce_prepare_pre_enc_job_queue() 878 if(decomp_lyr_cnt == (n_tot_layers - 1)) in ihevce_prepare_pre_enc_job_queue() 893 else if((DECOMP_JOB_LYR1 == pass) && (decomp_lyr_cnt != (n_tot_layers - 1))) in ihevce_prepare_pre_enc_job_queue() 904 if(decomp_lyr_cnt == (n_tot_layers - 1)) in ihevce_prepare_pre_enc_job_queue() [all …]
|
D | hme_interface.c | 740 S32 n_tot_layers, in hme_coarse_get_layer1_mv_bank_ref_idx_size() argument 761 num_layers_explicit_search = n_tot_layers - 1; in hme_coarse_get_layer1_mv_bank_ref_idx_size() 763 num_layers_explicit_search = MIN(num_layers_explicit_search, n_tot_layers - 1); in hme_coarse_get_layer1_mv_bank_ref_idx_size() 766 if(n_tot_layers - 1 > num_layers_explicit_search) in hme_coarse_get_layer1_mv_bank_ref_idx_size() 770 if(1 == (n_tot_layers - 1)) in hme_coarse_get_layer1_mv_bank_ref_idx_size() 783 use_4x4 = hme_get_mv_blk_size(1, 1, n_tot_layers, 0); in hme_coarse_get_layer1_mv_bank_ref_idx_size() 1137 S32 n_tot_layers, n_enc_layers; in hme_enc_alloc_init_mem() local 1221 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht); in hme_enc_alloc_init_mem() 1224 num_layers_explicit_search = n_tot_layers - 1; in hme_enc_alloc_init_mem() 1226 num_layers_explicit_search = MIN(num_layers_explicit_search, n_tot_layers - 1); in hme_enc_alloc_init_mem() [all …]
|
D | hme_interface.h | 842 S32 n_tot_layers,
|
D | ihevce_memory_init.c | 183 WORD32 n_enc_layers = 1, n_tot_layers; in ihevce_mem_manager_init() local 273 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht); in ihevce_mem_manager_init() 275 n_tot_layers, in ihevce_mem_manager_init() 283 if(n_tot_layers < 3) in ihevce_mem_manager_init() 322 for(ctr = 0; ctr < n_tot_layers; ctr++) in ihevce_mem_manager_init()
|
D | ihevce_decomp_pre_intra_pass.c | 2714 WORD32 n_tot_layers; in ihevce_decomp_pre_intra_init() local 2735 n_tot_layers = hme_derive_num_layers(1, a_wd, a_ht, a_disp_wd, a_disp_ht); in ihevce_decomp_pre_intra_init() 2749 ps_master_ctxt->aps_decomp_pre_intra_thrd_ctxt[thread_no]->i4_num_layers = n_tot_layers; in ihevce_decomp_pre_intra_init() 2756 for(layer_no = 0; layer_no < n_tot_layers; layer_no++) in ihevce_decomp_pre_intra_init()
|