Home
last modified time | relevance | path

Searched refs:num_vert_units (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_multi_thrd_funcs.c508 WORD32 num_vert_units; in ihevce_prepare_job_queue() local
515 num_vert_units = num_ctb_vert_rows; in ihevce_prepare_job_queue()
534 for(num_jobs = 0; num_jobs < num_vert_units; num_jobs++) in ihevce_prepare_job_queue()
599 WORD32 num_vert_units; in ihevce_prepare_job_queue() local
625 num_vert_units = num_ctb_vert_rows; in ihevce_prepare_job_queue()
636 for(num_jobs = 0; num_jobs < num_vert_units; num_jobs++) in ihevce_prepare_job_queue()
858 WORD32 num_vert_units; in ihevce_prepare_pre_enc_job_queue() local
865 num_vert_units = ai4_decomp_num_vert_units_lyr[n_tot_layers - 1]; in ihevce_prepare_pre_enc_job_queue()
885 me_coarsest_lyr_inp_dep = num_vert_units; in ihevce_prepare_pre_enc_job_queue()
911 me_coarsest_lyr_inp_dep = num_vert_units; in ihevce_prepare_pre_enc_job_queue()
[all …]
Dihevce_enc_loop_pass.c3975 WORD32 num_vert_units; in ihevce_enc_loop_get_mem_recs() local
3980 num_vert_units = u4_height / MAX_CTB_SIZE; in ihevce_enc_loop_get_mem_recs()
3991 luma_buf = (ctb_aligned_ht + (ctb_aligned_wd + 1) * (num_vert_units + 1)) * in ihevce_enc_loop_get_mem_recs()
3993 chroma_buf = (ctb_aligned_ht + (ctb_aligned_wd + 2) * (num_vert_units + 1)) * in ihevce_enc_loop_get_mem_recs()
4003 ((num_horz_units * sizeof(sao_enc_t)) * num_vert_units) * (i4_num_bitrate_inst) * in ihevce_enc_loop_get_mem_recs()
4283 WORD32 num_vert_units; in ihevce_enc_loop_get_mem_recs() local
4286 ihevce_enc_loop_dblk_get_prms_dep_mngr(ht, &num_vert_units); in ihevce_enc_loop_get_mem_recs()
4287 ASSERT(num_vert_units > 0); in ihevce_enc_loop_get_mem_recs()
4295 num_vert_units, in ihevce_enc_loop_get_mem_recs()
4310 WORD32 num_vert_units; in ihevce_enc_loop_get_mem_recs() local
[all …]
Dihevce_dep_mngr.c119 WORD32 num_vert_units; in ihevce_dmgr_get_mem_recs() local
145 num_vert_units = (2 + 2) * num_threads; in ihevce_dmgr_get_mem_recs()
151 num_vert_units = max_num_vert_units * num_tile_cols; in ihevce_dmgr_get_mem_recs()
154 ps_mem_tab[DEP_MNGR_UNITS_PRCSD_MEM].i4_mem_size = (sizeof(WORD32) * num_vert_units); in ihevce_dmgr_get_mem_recs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h1048 int num_vert_units = in get_num_vert_units() local
1050 return num_vert_units; in get_num_vert_units()