Searched refs:i1_num_tile_rows (Results 1 – 4 of 4) sorted by relevance
1737 ps_pps->i1_num_tile_rows = value + 1; in ihevcd_parse_pps()1741 (ps_pps->i1_num_tile_rows < 1) || in ihevcd_parse_pps()1742 (ps_pps->i1_num_tile_rows > ps_sps->i2_pic_ht_in_ctb)) in ihevcd_parse_pps()1777 for(j = 0; j < ps_pps->i1_num_tile_rows; j++) in ihevcd_parse_pps()1791 for(i = 0; i < (ps_pps->i1_num_tile_rows); i++) in ihevcd_parse_pps()1796 if(i < (ps_pps->i1_num_tile_rows - 1)) in ihevcd_parse_pps()1809 value = ((i + 1) * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows - in ihevcd_parse_pps()1810 (i * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows; in ihevcd_parse_pps()1837 ps_pps->i1_num_tile_rows = 1; in ihevcd_parse_pps()
404 for(i = 0; i < ps_pps->i1_num_tile_rows; i++) in ihevcd_get_tile_pos()408 if((ps_pps->i1_num_tile_rows - 1) == i) in ihevcd_get_tile_pos()
819 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * ps_pps->i1_num_tile_rows; in ihevcd_parse_slice_header()
2658 WORD8 i1_num_tile_rows; member