Searched refs:SET_CTB_ALIGN (Results 1 – 12 of 12) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_tile_interface.c | 139 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()
|
D | ihevce_memory_init.c | 261 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()
|
D | ihevce_hle_interface.c | 494 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()
|
D | ihevce_defs.h | 238 #define SET_CTB_ALIGN(x, y) ((((x) & ((y)-1)) == 0) ? 0 : (y) - ((x) & ((y)-1))) macro
|
D | ihevce_frame_process.c | 4823 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()
|
D | ihevce_me_pass.c | 192 SET_CTB_ALIGN( in ihevce_derive_me_init_prms() 197 SET_CTB_ALIGN( in ihevce_derive_me_init_prms()
|
D | hme_interface.c | 2302 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()
|
D | ihevce_enc_loop_pass.c | 3485 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()
|
D | ihevce_lap_interface.c | 2292 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()
|
D | ihevce_decomp_pre_intra_pass.c | 1740 *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()
|
D | ihevce_ipe_pass.c | 392 u4_width += SET_CTB_ALIGN( in ihevce_ipe_init()
|
D | ihevce_plugin.c | 1225 SET_CTB_ALIGN(ps_ctxt->ps_static_cfg_prms->s_src_prms.i4_width, max_cu_size); in ihevce_init()
|