Searched refs:a_wd (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/encoder/ |
D | hme_interface.c | 702 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 …]
|
D | ihevce_multi_thrd_funcs.c | 738 WORD32 a_wd[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() local 765 a_wd[0] = ps_ctxt->s_frm_ctb_prms.i4_cu_aligned_pic_wd; in ihevce_prepare_pre_enc_job_queue() 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() 779 a_wd[3] = CEIL16(a_wd[2] >> 1); in ihevce_prepare_pre_enc_job_queue()
|
D | hme_interface.h | 407 S32 a_wd[MAX_NUM_LAYERS]; member 843 S32 *a_wd,
|
D | ihevce_decomp_pre_intra_pass.c | 2716 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS], layer_no; in ihevce_decomp_pre_intra_init() local 2727 *a_wd = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width + in ihevce_decomp_pre_intra_init() 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() 2761 ps_ctxt->as_layers[layer_no].i4_actual_wd = a_wd[layer_no]; in ihevce_decomp_pre_intra_init() 2774 ps_ctxt->as_layers[layer_no].i4_padded_wd = a_wd[layer_no]; in ihevce_decomp_pre_intra_init() 2779 ps_ctxt->as_layers[layer_no].i4_padded_wd = a_wd[layer_no] + 32 + 4; in ihevce_decomp_pre_intra_init() 2795 ((a_wd[layer_no] + (decomp_blk_wd - 1)) / decomp_blk_wd); in ihevce_decomp_pre_intra_init()
|
D | ihevce_memory_init.c | 180 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()
|
D | ihevce_me_pass.c | 190 ps_hme_init_prms->a_wd[0] = in ihevce_derive_me_init_prms()
|
D | hme_defs.h | 2761 S32 a_wd[MAX_NUM_LAYERS]; member
|