Searched refs:i1_num_tile_columns (Results 1 – 4 of 4) sorted by relevance
2005 ps_pps->i1_num_tile_columns = value + 1; in ihevcd_parse_pps()2010 if((ps_pps->i1_num_tile_columns < 1) || in ihevcd_parse_pps()2011 (ps_pps->i1_num_tile_columns > max_tile_cols) || in ihevcd_parse_pps()2027 for(i = 0; i < ps_pps->i1_num_tile_columns; i++) in ihevcd_parse_pps()2032 if(i < (ps_pps->i1_num_tile_columns - 1)) in ihevcd_parse_pps()2048 value = ((i + 1) * ps_sps->i2_pic_wd_in_ctb) / ps_pps->i1_num_tile_columns - in ihevcd_parse_pps()2049 (i * ps_sps->i2_pic_wd_in_ctb) / ps_pps->i1_num_tile_columns; in ihevcd_parse_pps()2054 ps_tile = ps_pps->ps_tile + j * ps_pps->i1_num_tile_columns + i; in ihevcd_parse_pps()2092 for(j = 0; j < ps_pps->i1_num_tile_columns; j++) in ihevcd_parse_pps()2094 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()
822 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * (ps_sps->i2_pic_ht_in_ctb - 1); in ihevcd_parse_slice_header()826 … 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