Searched refs:MAX_NUM_HME_LAYERS (Results 1 – 8 of 8) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_multi_thrd_funcs.c | 717 job_queue_t *aps_me_job_queues[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() 719 WORD32 ai4_decomp_num_vert_units_lyr[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() 720 WORD32 a14_decomp_lyr_unit_size[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() 725 WORD32 a_wd[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() 726 WORD32 a_ht[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() 727 WORD32 a_disp_wd[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() 728 WORD32 a_disp_ht[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() 734 WORD32 ai4_me_num_vert_units_lyr[MAX_NUM_HME_LAYERS]; in ihevce_prepare_pre_enc_job_queue() 831 me_start_lyr_pass = ME_JOB_LYR4 + (MAX_NUM_HME_LAYERS - num_hme_lyrs); in ihevce_prepare_pre_enc_job_queue()
|
D | ihevce_decomp_pre_intra_structs.h | 182 decomp_layer_ctxt_t as_layers[MAX_NUM_HME_LAYERS]; 197 WORD32 ai4_lambda[MAX_NUM_HME_LAYERS];
|
D | hme_interface.c | 686 return ((WORD32)((MAX_NUM_HME_LAYERS - 1) * ihevce_dmgr_get_num_mem_recs())); in hme_coarse_dep_mngr_num_alloc() 2289 WORD32 ai4_num_vert_units_in_lyr[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_alloc_mem() 2290 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_alloc_mem() 2291 WORD32 a_disp_wd[MAX_NUM_HME_LAYERS], a_disp_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_alloc_mem() 2356 WORD32 ai4_num_vert_units_in_lyr[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_init() 2357 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_init() 2358 WORD32 a_disp_wd[MAX_NUM_HME_LAYERS], a_disp_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_init() 2465 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_delete() 2466 WORD32 a_disp_wd[MAX_NUM_HME_LAYERS], a_disp_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_delete()
|
D | ihevce_memory_init.c | 180 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in ihevce_mem_manager_init() 181 WORD32 a_disp_wd[MAX_NUM_HME_LAYERS], a_disp_ht[MAX_NUM_HME_LAYERS]; in ihevce_mem_manager_init() 182 WORD32 a_ctb_align_wd[MAX_NUM_HME_LAYERS], a_ctb_align_ht[MAX_NUM_HME_LAYERS]; in ihevce_mem_manager_init()
|
D | ihevce_enc_structs.h | 163 #define MAX_NUM_HME_LAYERS 5 macro 2435 multi_thrd_me_job_q_prms_t as_me_job_q_prms[MAX_NUM_HME_LAYERS][MAX_NUM_VERT_UNITS_FRM];
|
D | hme_defs.h | 2847 void *apv_dep_mngr_hme_sync[MAX_NUM_HME_LAYERS - 1]; 3287 void *apv_dep_mngr_hme_sync[MAX_NUM_HME_LAYERS - 1];
|
D | ihevce_decomp_pre_intra_pass.c | 1734 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in ihevce_decomp_pre_intra_init()
|
D | ihevce_frame_process.c | 5358 UWORD8 *apu1_lyr_bufs[MAX_NUM_HME_LAYERS]; in ihevce_pre_enc_init() 5359 WORD32 ai4_lyr_buf_strd[MAX_NUM_HME_LAYERS]; in ihevce_pre_enc_init()
|