Home
last modified time | relevance | path

Searched refs:i4_first_ctb_x (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dihevce_tile_interface.c185 ps_tile_params->i4_first_ctb_x = 0; in ihevce_update_tile_params()
212 ps_tile_params->i4_first_ctb_x = i4_x_y >> i4_max_log2_cu_size; in ihevce_update_tile_params()
239 ps_tile_params->i4_first_ctb_x = i4_start; in ihevce_update_tile_params()
526 tile_pos_x = ps_tile_params->i4_first_ctb_x; in ihevce_tiles_mem_init()
Dihevce_deblk.c150 tile_qp_offset = ps_col_tile_params->i4_first_ctb_x * (ps_frm_ctb_prms->i4_ctb_size / 4); in ihevce_deblk_populate_qp_map()
152 ctb_start = ps_col_tile_params->i4_first_ctb_x; in ihevce_deblk_populate_qp_map()
154 (ps_col_tile_params->i4_first_ctb_x + ps_col_tile_params->i4_curr_tile_wd_in_ctb_unit); in ihevce_deblk_populate_qp_map()
Dihevce_enc_loop_pass.c1817 ps_ctb_in += ps_tile_params->i4_first_ctb_x; in ihevce_enc_loop_process_row()
1818 ps_ctb_out += ps_tile_params->i4_first_ctb_x; in ihevce_enc_loop_process_row()
1820 ps_row_cu += (ps_tile_params->i4_first_ctb_x * ps_frm_ctb_prms->i4_num_cus_in_ctb); in ihevce_enc_loop_process_row()
1821 ps_row_tu += (ps_tile_params->i4_first_ctb_x * ps_frm_ctb_prms->i4_num_tus_in_ctb); in ihevce_enc_loop_process_row()
1822 ps_row_pu += (ps_tile_params->i4_first_ctb_x * ps_frm_ctb_prms->i4_num_pus_in_ctb); in ihevce_enc_loop_process_row()
1823 pu1_row_pu_map += (ps_tile_params->i4_first_ctb_x * ps_frm_ctb_prms->i4_num_pus_in_ctb); in ihevce_enc_loop_process_row()
1825 (ps_tile_params->i4_first_ctb_x * in ihevce_enc_loop_process_row()
1832 (ps_tile_params->i4_first_ctb_x * (ctb_size >> 3)); //one vertical edge per 8x8 block in ihevce_enc_loop_process_row()
1834 (ps_tile_params->i4_first_ctb_x * (ctb_size >> 3)); //one horizontal edge per 8x8 block in ihevce_enc_loop_process_row()
1835 s_deblk_ctb_row_params.pi1_ctb_row_qp += (ps_tile_params->i4_first_ctb_x * (ctb_size >> 2)); in ihevce_enc_loop_process_row()
[all …]
Dihevce_sao.c138 if(ctb_x_pos == ps_tile_params->i4_first_ctb_x) in ihevce_sao_set_avilability()
147 (ps_tile_params->i4_first_ctb_x + ps_tile_params->i4_curr_tile_wd_in_ctb_unit)) in ihevce_sao_set_avilability()
Dhme_refine.c6652 WORD32 left_ctb_in_diff_tile, i4_first_ctb_x = 0; in hme_refine() local
6701 i4_first_ctb_x = ps_col_tile_params->i4_first_ctb_x; in hme_refine()
6702 i4_ctb_x = i4_first_ctb_x; in hme_refine()
6706 for(i4_ctb_x = i4_first_ctb_x; in hme_refine()
6707 i4_ctb_x < (ps_col_tile_params->i4_first_ctb_x + num_sync_units_in_tile); in hme_refine()
6781 for(i4_ctb_x = i4_first_ctb_x; i4_ctb_x < (i4_first_ctb_x + num_sync_units_in_tile); in hme_refine()
Dihevce_enc_structs.h2828 WORD32 i4_first_ctb_x; member
Dihevce_encode_header.c1524 ps_tile_params->i4_first_ctb_y * num_ctb_in_row + ps_tile_params->i4_first_ctb_x; in ihevce_generate_slice_header()