Searched refs:i1_num_tile_rows (Results 1 – 4 of 4) sorted by relevance
2008 ps_pps->i1_num_tile_rows = value + 1; in ihevcd_parse_pps()2012 (ps_pps->i1_num_tile_rows < 1) || in ihevcd_parse_pps()2013 (ps_pps->i1_num_tile_rows > max_tile_rows)) in ihevcd_parse_pps()2052 for(j = 0; j < ps_pps->i1_num_tile_rows; j++) in ihevcd_parse_pps()2066 for(i = 0; i < (ps_pps->i1_num_tile_rows); i++) in ihevcd_parse_pps()2071 if(i < (ps_pps->i1_num_tile_rows - 1)) in ihevcd_parse_pps()2088 value = ((i + 1) * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows - in ihevcd_parse_pps()2089 (i * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows; in ihevcd_parse_pps()2116 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()
826 … 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