Home
last modified time | relevance | path

Searched refs:a_wd (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dhme_interface.c702 if(ps_prms->a_wd[n_layers - 1] < 2 * (MIN_WD_COARSE)) in hme_validate_init_prms()
741 S32 *a_wd, in hme_coarse_get_layer1_mv_bank_ref_idx_size() argument
752 wd = a_wd[1]; in hme_coarse_get_layer1_mv_bank_ref_idx_size()
1139 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_enc_alloc_init_mem() local
1215 memcpy(a_wd, ps_prms->a_wd, sizeof(S32) * ps_prms->num_simulcast_layers); in hme_enc_alloc_init_mem()
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()
1245 ps_frm_ctxt->i4_wd = a_wd[0]; in hme_enc_alloc_init_mem()
1269 wd = a_wd[j]; in hme_enc_alloc_init_mem()
1323 wd = a_wd[j]; in hme_enc_alloc_init_mem()
1747 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_coarse_alloc_init_mem() local
[all …]
Dihevce_multi_thrd_funcs.c725 WORD32 a_wd[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() local
752 a_wd[0] = ps_ctxt->s_frm_ctb_prms.i4_cu_aligned_pic_wd; in ihevce_prepare_pre_enc_job_queue()
754 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()
766 a_wd[3] = CEIL16(a_wd[2] >> 1); in ihevce_prepare_pre_enc_job_queue()
Dhme_interface.h407 S32 a_wd[MAX_NUM_LAYERS]; member
843 S32 *a_wd,
Dihevce_decomp_pre_intra_pass.c1734 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in ihevce_decomp_pre_intra_init() local
1740 *a_wd = ps_tgt_prms->i4_width + SET_CTB_ALIGN(ps_tgt_prms->i4_width, min_cu_size); in ihevce_decomp_pre_intra_init()
1742 n_tot_layers = hme_derive_num_layers(1, a_wd, a_ht, a_disp_wd, a_disp_ht); in ihevce_decomp_pre_intra_init()
1756 ps_ctxt->as_layers[j].i4_actual_wd = a_wd[j]; in ihevce_decomp_pre_intra_init()
1761 ps_ctxt->as_layers[j].i4_padded_wd = a_wd[j]; in ihevce_decomp_pre_intra_init()
1766 ps_ctxt->as_layers[j].i4_padded_wd = a_wd[j] + 32 + 4; in ihevce_decomp_pre_intra_init()
1773 … ps_ctxt->as_layers[j].i4_num_col_blks = ((a_wd[j] + (decomp_blk_wd - 1)) / decomp_blk_wd); in ihevce_decomp_pre_intra_init()
Dihevce_memory_init.c180 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in ihevce_mem_manager_init() local
258 *a_wd = in ihevce_mem_manager_init()
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()
276 a_wd, in ihevce_mem_manager_init()
324 a_ctb_align_wd[ctr] = a_wd[ctr] + SET_CTB_ALIGN(a_wd[ctr], ctb_size); in ihevce_mem_manager_init()
Dihevce_me_pass.c190 ps_hme_init_prms->a_wd[0] = in ihevce_derive_me_init_prms()
Dhme_defs.h2761 S32 a_wd[MAX_NUM_LAYERS]; member