Lines Matching refs:ps_tile
2253 tile_t *ps_tile; in ihevcd_parse_pps() local
2278 ps_tile = ps_pps->ps_tile + j * ps_pps->i1_num_tile_columns + i; in ihevcd_parse_pps()
2279 ps_tile->u1_pos_x = start; in ihevcd_parse_pps()
2280 ps_tile->u2_wd = value; in ihevcd_parse_pps()
2292 tile_t *ps_tile; in ihevcd_parse_pps() local
2318 ps_tile = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns + j; in ihevcd_parse_pps()
2319 ps_tile->u1_pos_y = start; in ihevcd_parse_pps()
2320 ps_tile->u2_ht = value; in ihevcd_parse_pps()
2343 ps_pps->ps_tile->u1_pos_x = 0; in ihevcd_parse_pps()
2344 ps_pps->ps_tile->u1_pos_y = 0; in ihevcd_parse_pps()
2345 ps_pps->ps_tile->u2_wd = ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_pps()
2346 ps_pps->ps_tile->u2_ht = ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_pps()
2440 ps_tile_backup = ps_pps->ps_tile; in ihevcd_copy_pps()
2444 ps_pps->ps_tile = ps_tile_backup; in ihevcd_copy_pps()
2446 memcpy(ps_pps->ps_tile, ps_pps_ref->ps_tile, max_tile_cols * max_tile_rows * sizeof(tile_t)); in ihevcd_copy_pps()