Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_headers.c1747 ps_pps->i1_num_tile_rows = value + 1; in ihevcd_parse_pps()
1751 (ps_pps->i1_num_tile_rows < 1) || in ihevcd_parse_pps()
1752 (ps_pps->i1_num_tile_rows > ps_sps->i2_pic_ht_in_ctb)) in ihevcd_parse_pps()
1787 for(j = 0; j < ps_pps->i1_num_tile_rows; j++) in ihevcd_parse_pps()
1801 for(i = 0; i < (ps_pps->i1_num_tile_rows); i++) in ihevcd_parse_pps()
1806 if(i < (ps_pps->i1_num_tile_rows - 1)) in ihevcd_parse_pps()
1819 value = ((i + 1) * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows - in ihevcd_parse_pps()
1820 (i * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows; in ihevcd_parse_pps()
1847 ps_pps->i1_num_tile_rows = 1; in ihevcd_parse_pps()
Dihevcd_utils.c502 for(i = 0; i < ps_pps->i1_num_tile_rows; i++) in ihevcd_get_tile_pos()
506 if((ps_pps->i1_num_tile_rows - 1) == i) in ihevcd_get_tile_pos()
Dihevcd_parse_slice_header.c816 … 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.h2194 WORD8 i1_num_tile_rows; member