Searched refs:ps_tile (Results 1 – 9 of 9) sorted by relevance
111 tile_t *ps_tile = ps_proc->ps_tile; in ihevcd_proc_map_check() local137 idx = MIN(x_pos, (ps_tile->u2_wd - 1)); in ihevcd_proc_map_check()141 idx += ps_tile->u1_pos_x; in ihevcd_proc_map_check()157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()249 tile_t *ps_tile = ps_proc->ps_tile; in ihevcd_ctb_pos_update() local262 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_ctb_pos_update()275 if(ps_proc->i4_ctb_slice_x >= (ps_tile->u2_wd + ps_tile->u1_pos_x)) in ihevcd_ctb_pos_update()279 - ps_tile->u2_wd; in ihevcd_ctb_pos_update()285 if(ps_proc->i4_ctb_slice_x >= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x)) in ihevcd_ctb_pos_update()[all …]
2296 tile_t *ps_tile, *ps_tile_prev; in ihevcd_parse_slice_data() local2349 ps_codec->s_parse.ps_tile = ps_pps->ps_tile + tile_idx; in ihevcd_parse_slice_data()2351 ps_tile = ps_codec->s_parse.ps_tile; in ihevcd_parse_slice_data()2353 ps_tile_prev = ps_tile - 1; in ihevcd_parse_slice_data()2355 ps_tile_prev = ps_tile; in ihevcd_parse_slice_data()2523 && (!((ps_tile->u1_pos_x == 0) && (ps_tile->u1_pos_y == 0))) in ihevcd_parse_slice_data()2536 ps_codec->s_parse.ps_tile = ps_pps->ps_tile + tile_idx; in ihevcd_parse_slice_data()2538 ps_tile_prev = ps_tile - 1; in ihevcd_parse_slice_data()2540 tile_start_ctb_idx = ps_tile->u1_pos_x in ihevcd_parse_slice_data()2541 + ps_tile->u1_pos_y * (ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_slice_data()[all …]
538 tile_t *ps_tile; in ihevcd_sao_shift_ctb() local586 ps_tile = ps_sao_ctxt->ps_tile; in ihevcd_sao_shift_ctb()1003 …if(((ps_tile->u1_pos_x == ps_sao_ctxt->i4_ctb_x) || (ps_tile->u1_pos_y == ps_sao_ctxt->i4_ctb_y)) … in ihevcd_sao_shift_ctb()1313 …if(((ps_tile->u1_pos_x == ps_sao_ctxt->i4_ctb_x) || (ps_tile->u1_pos_y == ps_sao_ctxt->i4_ctb_y)) … in ihevcd_sao_shift_ctb()1665 …if(((ps_tile->u1_pos_x == ps_sao_ctxt->i4_ctb_x) || (ps_tile->u1_pos_y == ps_sao_ctxt->i4_ctb_y)) … in ihevcd_sao_shift_ctb()1939 …if(((ps_tile->u1_pos_x == ps_sao_ctxt->i4_ctb_x) || (ps_tile->u1_pos_y == ps_sao_ctxt->i4_ctb_y)) … in ihevcd_sao_shift_ctb()2265 …if(((ps_tile->u1_pos_x == ps_sao_ctxt->i4_ctb_x) || (ps_tile->u1_pos_y == ps_sao_ctxt->i4_ctb_y)) … in ihevcd_sao_shift_ctb()2533 …if(((ps_tile->u1_pos_x == ps_sao_ctxt->i4_ctb_x) || (ps_tile->u1_pos_y == ps_sao_ctxt->i4_ctb_y)) … in ihevcd_sao_shift_ctb()2886 …if(((ps_tile->u1_pos_x == ps_sao_ctxt->i4_ctb_x) || (ps_tile->u1_pos_y == ps_sao_ctxt->i4_ctb_y)) … in ihevcd_sao_shift_ctb()3192 …if(((ps_tile->u1_pos_x == ps_sao_ctxt->i4_ctb_x) || (ps_tile->u1_pos_y == ps_sao_ctxt->i4_ctb_y)) … in ihevcd_sao_shift_ctb()
260 tile_t *ps_tile; member335 tile_t *ps_tile; member563 tile_t *ps_tile; member824 tile_t *ps_tile; member1217 tile_t *ps_tile; member2001 tile_t *ps_tile; member
114 tile_t *ps_tile; in ihevcd_get_mv_ctb() local138 ps_tile = ps_mv_ctxt->ps_tile; in ihevcd_get_mv_ctb()204 if(((ps_tile->u1_pos_x) == (ps_mv_ctxt->i4_ctb_x)) && (ps_mv_ctxt->i4_ctb_x != 0)) in ihevcd_get_mv_ctb()233 if(((ps_tile->u1_pos_y) == (ps_mv_ctxt->i4_ctb_y)) && (ps_mv_ctxt->i4_ctb_y != 0)) in ihevcd_get_mv_ctb()
2027 tile_t *ps_tile; in ihevcd_parse_pps() local2052 ps_tile = ps_pps->ps_tile + j * ps_pps->i1_num_tile_columns + i; in ihevcd_parse_pps()2053 ps_tile->u1_pos_x = start; in ihevcd_parse_pps()2054 ps_tile->u2_wd = value; in ihevcd_parse_pps()2066 tile_t *ps_tile; in ihevcd_parse_pps() local2092 ps_tile = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns + j; in ihevcd_parse_pps()2093 ps_tile->u1_pos_y = start; in ihevcd_parse_pps()2094 ps_tile->u2_ht = value; in ihevcd_parse_pps()2117 ps_pps->ps_tile->u1_pos_x = 0; in ihevcd_parse_pps()2118 ps_pps->ps_tile->u1_pos_y = 0; in ihevcd_parse_pps()[all …]
373 ps_tile_tmp = ps_pps->ps_tile; in ihevcd_get_tile_pos()385 ps_tile_tmp = ps_pps->ps_tile + i; //* ps_pps->i1_num_tile_rows; in ihevcd_get_tile_pos()393 ps_tile_next_tmp = ps_pps->ps_tile + i + 1; in ihevcd_get_tile_pos()407 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns; in ihevcd_get_tile_pos()415 ps_tile_next_tmp = ps_pps->ps_tile + ((i + 1) * ps_pps->i1_num_tile_columns); in ihevcd_get_tile_pos()
1511 ps_codec->ps_tile = (tile_t *)pv_buf; in ihevcd_allocate_dynamic_bufs()1581 tile_t *ps_tile = ps_codec->ps_tile; in ihevcd_allocate_dynamic_bufs() local1585 ps_pps->ps_tile = ps_tile; in ihevcd_allocate_dynamic_bufs()1586 ps_tile += (max_tile_cols * max_tile_rows); in ihevcd_allocate_dynamic_bufs()2029 ALIGNED_FREE(ps_codec, ps_codec->ps_tile); in ihevcd_free_dynamic_bufs()
2538 tile_t *ps_tile; member