Home
last modified time | relevance | path

Searched refs:SET_CTB_ALIGN (Results 1 – 12 of 12) 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_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()
878 SET_CTB_ALIGN( in ihevce_mem_manager_init()
883 SET_CTB_ALIGN( in ihevce_mem_manager_init()
Dihevce_hle_interface.c494 SET_CTB_ALIGN(ps_src_prms->i4_width, ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size); in ihevce_query_io_buf_req()
498 SET_CTB_ALIGN(ps_src_prms->i4_height, ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size); in ihevce_query_io_buf_req()
532 SET_CTB_ALIGN( in ihevce_query_io_buf_req()
537 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.c4823 SET_CTB_ALIGN( in ihevce_set_pre_enc_prms()
4832 SET_CTB_ALIGN( in ihevce_set_pre_enc_prms()
4842 SET_CTB_ALIGN( in ihevce_set_pre_enc_prms()
4857 SET_CTB_ALIGN( in ihevce_set_pre_enc_prms()
5040 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_y_wd, min_cu_size); in ihevce_pre_enc_init()
5044 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_y_ht, min_cu_size); in ihevce_pre_enc_init()
5048 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_uv_wd, min_cu_size); in ihevce_pre_enc_init()
5054 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_uv_ht, (min_cu_size >> 1)); in ihevce_pre_enc_init()
5060 SET_CTB_ALIGN(ps_curr_inp->s_lap_out.s_input_buf.i4_uv_ht, min_cu_size); in ihevce_pre_enc_init()
Dihevce_me_pass.c192 SET_CTB_ALIGN( in ihevce_derive_me_init_prms()
197 SET_CTB_ALIGN( in ihevce_derive_me_init_prms()
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_enc_loop_pass.c3485 u4_width += SET_CTB_ALIGN( in ihevce_enc_loop_get_mem_recs()
3491 u4_height += SET_CTB_ALIGN( in ihevce_enc_loop_get_mem_recs()
4327 u4_width += SET_CTB_ALIGN( in ihevce_enc_loop_init()
4335 u4_height += SET_CTB_ALIGN( in ihevce_enc_loop_init()
5530 SET_CTB_ALIGN( in ihevce_enc_loop_init()
5626 num_blks_in_row = wd + SET_CTB_ALIGN(wd, MAX_CU_SIZE); in ihevce_enc_loop_init()
Dihevce_lap_interface.c2292 i4_align_wd += SET_CTB_ALIGN(ps_src_prms->i4_width, min_cu_size); in ihevce_lap_process()
2293 i4_align_ht += SET_CTB_ALIGN(ps_src_prms->i4_height, min_cu_size); in ihevce_lap_process()
Dihevce_decomp_pre_intra_pass.c1740 *a_wd = ps_tgt_prms->i4_width + SET_CTB_ALIGN(ps_tgt_prms->i4_width, min_cu_size); in ihevce_decomp_pre_intra_init()
1741 *a_ht = ps_tgt_prms->i4_height + SET_CTB_ALIGN(ps_tgt_prms->i4_height, min_cu_size); in ihevce_decomp_pre_intra_init()
Dihevce_ipe_pass.c392 u4_width += SET_CTB_ALIGN( in ihevce_ipe_init()
Dihevce_plugin.c1225 SET_CTB_ALIGN(ps_ctxt->ps_static_cfg_prms->s_src_prms.i4_width, max_cu_size); in ihevce_init()