Searched refs:i4_first_ctb_x (Results 1 – 7 of 7) sorted by relevance
185 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()
150 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()
1799 ps_ctb_in += ps_tile_params->i4_first_ctb_x; in ihevce_enc_loop_process_row()1800 ps_ctb_out += ps_tile_params->i4_first_ctb_x; in ihevce_enc_loop_process_row()1802 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()1803 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()1804 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()1805 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()1807 (ps_tile_params->i4_first_ctb_x * in ihevce_enc_loop_process_row()1814 (ps_tile_params->i4_first_ctb_x * (ctb_size >> 3)); //one vertical edge per 8x8 block in ihevce_enc_loop_process_row()1816 (ps_tile_params->i4_first_ctb_x * (ctb_size >> 3)); //one horizontal edge per 8x8 block in ihevce_enc_loop_process_row()1817 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 …]
138 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()
6652 WORD32 left_ctb_in_diff_tile, i4_first_ctb_x = 0; in hme_refine() local6701 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()
2932 WORD32 i4_first_ctb_x; member
1524 ps_tile_params->i4_first_ctb_y * num_ctb_in_row + ps_tile_params->i4_first_ctb_x; in ihevce_generate_slice_header()