Searched refs:i1_num_tile_rows (Results 1 – 4 of 4) sorted by relevance
1747 ps_pps->i1_num_tile_rows = value + 1; in ihevcd_parse_pps()1751 (ps_pps->i1_num_tile_rows < 1) || in ihevcd_parse_pps()1752 (ps_pps->i1_num_tile_rows > ps_sps->i2_pic_ht_in_ctb)) in ihevcd_parse_pps()1787 for(j = 0; j < ps_pps->i1_num_tile_rows; j++) in ihevcd_parse_pps()1801 for(i = 0; i < (ps_pps->i1_num_tile_rows); i++) in ihevcd_parse_pps()1806 if(i < (ps_pps->i1_num_tile_rows - 1)) in ihevcd_parse_pps()1819 value = ((i + 1) * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows - in ihevcd_parse_pps()1820 (i * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows; in ihevcd_parse_pps()1847 ps_pps->i1_num_tile_rows = 1; in ihevcd_parse_pps()
502 for(i = 0; i < ps_pps->i1_num_tile_rows; i++) in ihevcd_get_tile_pos()506 if((ps_pps->i1_num_tile_rows - 1) == i) in ihevcd_get_tile_pos()
816 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * ps_pps->i1_num_tile_rows; in ihevcd_parse_slice_header()
2194 WORD8 i1_num_tile_rows; member