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.c495 WORD32 num_vert_units; in ihevce_prepare_job_queue() local
502 num_vert_units = num_ctb_vert_rows; in ihevce_prepare_job_queue()
521 for(num_jobs = 0; num_jobs < num_vert_units; num_jobs++) in ihevce_prepare_job_queue()
586 WORD32 num_vert_units; in ihevce_prepare_job_queue() local
612 num_vert_units = num_ctb_vert_rows; in ihevce_prepare_job_queue()
623 for(num_jobs = 0; num_jobs < num_vert_units; num_jobs++) in ihevce_prepare_job_queue()
845 WORD32 num_vert_units; in ihevce_prepare_pre_enc_job_queue() local
852 num_vert_units = ai4_decomp_num_vert_units_lyr[n_tot_layers - 1]; in ihevce_prepare_pre_enc_job_queue()
872 me_coarsest_lyr_inp_dep = num_vert_units; in ihevce_prepare_pre_enc_job_queue()
898 me_coarsest_lyr_inp_dep = num_vert_units; in ihevce_prepare_pre_enc_job_queue()
[all …]
Dihevce_enc_loop_pass.c3863 WORD32 num_vert_units; in ihevce_enc_loop_get_mem_recs() local
3868 num_vert_units = u4_height / MAX_CTB_SIZE; in ihevce_enc_loop_get_mem_recs()
3879 luma_buf = (ctb_aligned_ht + (ctb_aligned_wd + 1) * (num_vert_units + 1)) * in ihevce_enc_loop_get_mem_recs()
3881 chroma_buf = (ctb_aligned_ht + (ctb_aligned_wd + 2) * (num_vert_units + 1)) * in ihevce_enc_loop_get_mem_recs()
3891 ((num_horz_units * sizeof(sao_enc_t)) * num_vert_units) * (i4_num_bitrate_inst) * in ihevce_enc_loop_get_mem_recs()
4171 WORD32 num_vert_units; in ihevce_enc_loop_get_mem_recs() local
4174 ihevce_enc_loop_dblk_get_prms_dep_mngr(ht, &num_vert_units); in ihevce_enc_loop_get_mem_recs()
4175 ASSERT(num_vert_units > 0); in ihevce_enc_loop_get_mem_recs()
4183 num_vert_units, in ihevce_enc_loop_get_mem_recs()
4198 num_vert_units, in ihevce_enc_loop_get_mem_recs()
[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.h1059 int num_vert_units = in get_num_vert_units() local
1061 return num_vert_units; in get_num_vert_units()