Searched refs:i1_num_tile_columns (Results 1 – 4 of 4) sorted by relevance
1813 ps_pps->i1_num_tile_columns = value + 1; in ihevcd_parse_pps()1818 if((ps_pps->i1_num_tile_columns < 1) || in ihevcd_parse_pps()1819 (ps_pps->i1_num_tile_columns > max_tile_cols) || in ihevcd_parse_pps()1835 for(i = 0; i < ps_pps->i1_num_tile_columns; i++) in ihevcd_parse_pps()1840 if(i < (ps_pps->i1_num_tile_columns - 1)) in ihevcd_parse_pps()1852 value = ((i + 1) * ps_sps->i2_pic_wd_in_ctb) / ps_pps->i1_num_tile_columns - in ihevcd_parse_pps()1853 (i * ps_sps->i2_pic_wd_in_ctb) / ps_pps->i1_num_tile_columns; in ihevcd_parse_pps()1858 ps_tile = ps_pps->ps_tile + j * ps_pps->i1_num_tile_columns + i; in ihevcd_parse_pps()1892 for(j = 0; j < ps_pps->i1_num_tile_columns; j++) in ihevcd_parse_pps()1894 ps_tile = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns + j; in ihevcd_parse_pps()[all …]
382 for(i = 0; i < ps_pps->i1_num_tile_columns; i++) in ihevcd_get_tile_pos()386 if((ps_pps->i1_num_tile_columns - 1) == i) in ihevcd_get_tile_pos()407 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns; in ihevcd_get_tile_pos()415 ps_tile_next_tmp = ps_pps->ps_tile + ((i + 1) * ps_pps->i1_num_tile_columns); in ihevcd_get_tile_pos()426 *pi4_tile_idx = tile_row * ps_pps->i1_num_tile_columns in ihevcd_get_tile_pos()
820 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * (ps_sps->i2_pic_ht_in_ctb - 1); in ihevcd_parse_slice_header()824 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * ps_pps->i1_num_tile_rows; in ihevcd_parse_slice_header()
2653 WORD8 i1_num_tile_columns; member