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()247 tile_t *ps_tile = ps_proc->ps_tile; in ihevcd_ctb_pos_update() local260 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()273 if(ps_proc->i4_ctb_slice_x >= (ps_tile->u2_wd + ps_tile->u1_pos_x)) in ihevcd_ctb_pos_update()277 - ps_tile->u2_wd; in ihevcd_ctb_pos_update()283 if(ps_proc->i4_ctb_slice_x >= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x)) in ihevcd_ctb_pos_update()[all …]
2179 tile_t *ps_tile, *ps_tile_prev; in ihevcd_parse_slice_data() local2232 ps_codec->s_parse.ps_tile = ps_pps->ps_tile + tile_idx; in ihevcd_parse_slice_data()2234 ps_tile = ps_codec->s_parse.ps_tile; in ihevcd_parse_slice_data()2236 ps_tile_prev = ps_tile - 1; in ihevcd_parse_slice_data()2238 ps_tile_prev = ps_tile; in ihevcd_parse_slice_data()2397 && (!((ps_tile->u1_pos_x == 0) && (ps_tile->u1_pos_y == 0))) in ihevcd_parse_slice_data()2410 ps_codec->s_parse.ps_tile = ps_pps->ps_tile + tile_idx; in ihevcd_parse_slice_data()2412 ps_tile_prev = ps_tile - 1; in ihevcd_parse_slice_data()2414 tile_start_ctb_idx = ps_tile->u1_pos_x in ihevcd_parse_slice_data()2415 + 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() local585 ps_tile = ps_sao_ctxt->ps_tile; in ihevcd_sao_shift_ctb()1002 …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()1312 …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()1664 …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()1938 …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()2264 …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()2532 …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()2885 …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()3191 …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; member1214 tile_t *ps_tile; member1995 tile_t *ps_tile; member
1758 tile_t *ps_tile; in ihevcd_parse_pps() local1779 ps_tile = ps_pps->ps_tile + j * ps_pps->i1_num_tile_columns + i; in ihevcd_parse_pps()1780 ps_tile->u1_pos_x = start; in ihevcd_parse_pps()1781 ps_tile->u2_wd = value; in ihevcd_parse_pps()1793 tile_t *ps_tile; in ihevcd_parse_pps() local1815 ps_tile = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns + j; in ihevcd_parse_pps()1816 ps_tile->u1_pos_y = start; in ihevcd_parse_pps()1817 ps_tile->u2_ht = value; in ihevcd_parse_pps()1840 ps_pps->ps_tile->u1_pos_x = 0; in ihevcd_parse_pps()1841 ps_pps->ps_tile->u1_pos_y = 0; in ihevcd_parse_pps()[all …]
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()
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()
1479 ps_codec->ps_tile = (tile_t *)pv_buf; in ihevcd_allocate_dynamic_bufs()1549 tile_t *ps_tile = ps_codec->ps_tile; in ihevcd_allocate_dynamic_bufs() local1553 ps_pps->ps_tile = ps_tile; in ihevcd_allocate_dynamic_bufs()1554 ps_tile += (max_tile_cols * max_tile_rows); in ihevcd_allocate_dynamic_bufs()1996 ALIGNED_FREE(ps_codec, ps_codec->ps_tile); in ihevcd_free_dynamic_bufs()
2538 tile_t *ps_tile; member