Home | History | Annotate | Download | only in decoder

Lines Matching refs:i1_num_tile_rows

1742         ps_pps->i1_num_tile_rows = value + 1;
1746 (ps_pps->i1_num_tile_rows < 1) ||
1747 (ps_pps->i1_num_tile_rows > ps_sps->i2_pic_ht_in_ctb))
1782 for(j = 0; j < ps_pps->i1_num_tile_rows; j++)
1796 for(i = 0; i < (ps_pps->i1_num_tile_rows); i++)
1801 if(i < (ps_pps->i1_num_tile_rows - 1))
1814 value = ((i + 1) * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows -
1815 (i * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows;
1842 ps_pps->i1_num_tile_rows = 1;