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.c1737 ps_pps->i1_num_tile_rows = value + 1; in ihevcd_parse_pps()
1741 (ps_pps->i1_num_tile_rows < 1) || in ihevcd_parse_pps()
1742 (ps_pps->i1_num_tile_rows > ps_sps->i2_pic_ht_in_ctb)) in ihevcd_parse_pps()
1777 for(j = 0; j < ps_pps->i1_num_tile_rows; j++) in ihevcd_parse_pps()
1791 for(i = 0; i < (ps_pps->i1_num_tile_rows); i++) in ihevcd_parse_pps()
1796 if(i < (ps_pps->i1_num_tile_rows - 1)) in ihevcd_parse_pps()
1809 value = ((i + 1) * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows - in ihevcd_parse_pps()
1810 (i * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows; in ihevcd_parse_pps()
1837 ps_pps->i1_num_tile_rows = 1; in ihevcd_parse_pps()
Dihevcd_utils.c404 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()
Dihevcd_parse_slice_header.c819 … 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.h2658 WORD8 i1_num_tile_rows; member