Home
last modified time | relevance | path

Searched refs:SET_CTB_ALIGN (Results 1 – 13 of 13) sorted by relevance

/external/libhevc/encoder/
Dihevce_tile_interface.c139 SET_CTB_ALIGN( in ihevce_update_tile_params()
146 SET_CTB_ALIGN( in ihevce_update_tile_params()
159 i4_ctb_aligned_tgt_frame_wd += SET_CTB_ALIGN(i4_ctb_aligned_tgt_frame_wd, MAX_CTB_SIZE); in ihevce_update_tile_params()
163 i4_ctb_aligned_tgt_frame_ht += SET_CTB_ALIGN(i4_ctb_aligned_tgt_frame_ht, MAX_CTB_SIZE); in ihevce_update_tile_params()
287 SET_CTB_ALIGN(ps_tile_params->i4_curr_tile_width, i4_ctb_size); in ihevce_update_tile_params()
291 SET_CTB_ALIGN(ps_tile_params->i4_curr_tile_height, i4_ctb_size); in ihevce_update_tile_params()
392 ctb_aligned_frame_width += SET_CTB_ALIGN( in ihevce_tiles_get_mem_recs()
395 ctb_aligned_frame_height += SET_CTB_ALIGN( in ihevce_tiles_get_mem_recs()
468 frame_width_in_ctb += SET_CTB_ALIGN(frame_width_in_ctb, MAX_CTB_SIZE); in ihevce_tiles_mem_init()
Dihevce_plugin_priv.h67 #define SET_CTB_ALIGN(x, y) ((((x) & ((y)-1)) == 0) ? 0 : (y) - ((x) & ((y)-1))) macro
Dihevce_memory_init.c261 SET_CTB_ALIGN( in ihevce_mem_manager_init()
268 SET_CTB_ALIGN( in ihevce_mem_manager_init()
305 SET_CTB_ALIGN( in ihevce_mem_manager_init()
315 SET_CTB_ALIGN( 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()
326 a_ctb_align_ht[ctr] = a_ht[ctr] + SET_CTB_ALIGN(a_ht[ctr], ctb_size); in ihevce_mem_manager_init()
875 SET_CTB_ALIGN( in ihevce_mem_manager_init()
880 SET_CTB_ALIGN( in ihevce_mem_manager_init()
Dihevce_hle_interface.c509 SET_CTB_ALIGN(ps_src_prms->i4_width, ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size); in ihevce_query_io_buf_req()
513 SET_CTB_ALIGN(ps_src_prms->i4_height, ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size); in ihevce_query_io_buf_req()
547 SET_CTB_ALIGN( in ihevce_query_io_buf_req()
552 SET_CTB_ALIGN( in ihevce_query_io_buf_req()
Dihevce_defs.h238 #define SET_CTB_ALIGN(x, y) ((((x) & ((y)-1)) == 0) ? 0 : (y) - ((x) & ((y)-1))) macro
Dihevce_frame_process.c4807 SET_CTB_ALIGN( in ihevce_set_pre_enc_prms()
4816 SET_CTB_ALIGN( in ihevce_set_pre_enc_prms()
4826 SET_CTB_ALIGN( in ihevce_set_pre_enc_prms()
4841 SET_CTB_ALIGN( in ihevce_set_pre_enc_prms()
5024 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_y_wd, min_cu_size); in ihevce_pre_enc_init()
5028 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_y_ht, min_cu_size); in ihevce_pre_enc_init()
5032 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_uv_wd, min_cu_size); in ihevce_pre_enc_init()
5038 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_uv_ht, (min_cu_size >> 1)); in ihevce_pre_enc_init()
5044 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_uv_ht, min_cu_size); in ihevce_pre_enc_init()
Dhme_interface.c2302 SET_CTB_ALIGN( in hme_coarse_dep_mngr_alloc_mem()
2307 SET_CTB_ALIGN( in hme_coarse_dep_mngr_alloc_mem()
2371 SET_CTB_ALIGN( in hme_coarse_dep_mngr_init()
2375 SET_CTB_ALIGN( in hme_coarse_dep_mngr_init()
2479 SET_CTB_ALIGN( in hme_coarse_dep_mngr_delete()
2483 SET_CTB_ALIGN( in hme_coarse_dep_mngr_delete()
Dihevce_me_pass.c192 SET_CTB_ALIGN( in ihevce_derive_me_init_prms()
197 SET_CTB_ALIGN( in ihevce_derive_me_init_prms()
Dihevce_enc_loop_pass.c3605 u4_width += SET_CTB_ALIGN( in ihevce_enc_loop_get_mem_recs()
3611 u4_height += SET_CTB_ALIGN( in ihevce_enc_loop_get_mem_recs()
4424 u4_width += SET_CTB_ALIGN( in ihevce_enc_loop_init()
4432 u4_height += SET_CTB_ALIGN( in ihevce_enc_loop_init()
5625 SET_CTB_ALIGN( in ihevce_enc_loop_init()
5702 num_blks_in_row = wd + SET_CTB_ALIGN(wd, MAX_CU_SIZE); in ihevce_enc_loop_init()
Dihevce_lap_interface.c2275 i4_align_wd += SET_CTB_ALIGN(ps_src_prms->i4_width, min_cu_size); in ihevce_lap_process()
2276 i4_align_ht += SET_CTB_ALIGN(ps_src_prms->i4_height, min_cu_size); in ihevce_lap_process()
Dihevce_ipe_pass.c407 u4_width += SET_CTB_ALIGN( in ihevce_ipe_init()
Dihevce_decomp_pre_intra_pass.c2728 SET_CTB_ALIGN( in ihevce_decomp_pre_intra_init()
2732 SET_CTB_ALIGN( in ihevce_decomp_pre_intra_init()
Dihevce_plugin.c1219 SET_CTB_ALIGN(ps_ctxt->ps_static_cfg_prms->s_src_prms.i4_width, max_cu_size); in ihevce_init()