Lines Matching refs:ps_tile
1768 tile_t *ps_tile; in ihevcd_parse_pps() local
1789 ps_tile = ps_pps->ps_tile + j * ps_pps->i1_num_tile_columns + i; in ihevcd_parse_pps()
1790 ps_tile->u1_pos_x = start; in ihevcd_parse_pps()
1791 ps_tile->u2_wd = value; in ihevcd_parse_pps()
1803 tile_t *ps_tile; in ihevcd_parse_pps() local
1825 ps_tile = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns + j; in ihevcd_parse_pps()
1826 ps_tile->u1_pos_y = start; in ihevcd_parse_pps()
1827 ps_tile->u2_ht = value; in ihevcd_parse_pps()
1850 ps_pps->ps_tile->u1_pos_x = 0; in ihevcd_parse_pps()
1851 ps_pps->ps_tile->u1_pos_y = 0; in ihevcd_parse_pps()
1852 ps_pps->ps_tile->u2_wd = ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_pps()
1853 ps_pps->ps_tile->u2_ht = ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_pps()
1929 ps_tile_backup = ps_pps->ps_tile; in ihevcd_copy_pps()
1933 ps_pps->ps_tile = ps_tile_backup; in ihevcd_copy_pps()
1935 memcpy(ps_pps->ps_tile, ps_pps_ref->ps_tile, max_tile_cols * max_tile_rows * sizeof(tile_t)); in ihevcd_copy_pps()