Home
last modified time | relevance | path

Searched refs:i1_num_tile_columns (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_headers.c1739 ps_pps->i1_num_tile_columns = value + 1; in ihevcd_parse_pps()
1744 if((ps_pps->i1_num_tile_columns < 1) || in ihevcd_parse_pps()
1745 (ps_pps->i1_num_tile_columns > ps_sps->i2_pic_wd_in_ctb) || in ihevcd_parse_pps()
1761 for(i = 0; i < ps_pps->i1_num_tile_columns; i++) in ihevcd_parse_pps()
1766 if(i < (ps_pps->i1_num_tile_columns - 1)) in ihevcd_parse_pps()
1778 value = ((i + 1) * ps_sps->i2_pic_wd_in_ctb) / ps_pps->i1_num_tile_columns - in ihevcd_parse_pps()
1779 (i * ps_sps->i2_pic_wd_in_ctb) / ps_pps->i1_num_tile_columns; in ihevcd_parse_pps()
1784 ps_tile = ps_pps->ps_tile + j * ps_pps->i1_num_tile_columns + i; in ihevcd_parse_pps()
1818 for(j = 0; j < ps_pps->i1_num_tile_columns; j++) in ihevcd_parse_pps()
1820 ps_tile = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns + j; in ihevcd_parse_pps()
[all …]
Dihevcd_utils.c463 for(i = 0; i < ps_pps->i1_num_tile_columns; i++) in ihevcd_get_tile_pos()
467 if((ps_pps->i1_num_tile_columns - 1) == i) in ihevcd_get_tile_pos()
488 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns; in ihevcd_get_tile_pos()
496 ps_tile_next_tmp = ps_pps->ps_tile + ((i + 1) * ps_pps->i1_num_tile_columns); in ihevcd_get_tile_pos()
507 *pi4_tile_idx = tile_row * ps_pps->i1_num_tile_columns in ihevcd_get_tile_pos()
Dihevcd_parse_slice_header.c812 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * (ps_sps->i2_pic_ht_in_ctb - 1); in ihevcd_parse_slice_header()
816 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * ps_pps->i1_num_tile_rows; in ihevcd_parse_slice_header()
/external/libhevc/common/
Dihevc_structs.h2139 WORD8 i1_num_tile_columns; member