Home
last modified time | relevance | path

Searched refs:i1_first_slice_in_pic_flag (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_sao.c870 … if((!ps_slice_hdr->i1_first_slice_in_pic_flag) || (ps_pps->i1_tiles_enabled_flag)) in ihevcd_sao_shift_ctb()
897 if(!ps_slice_hdr->i1_first_slice_in_pic_flag) in ihevcd_sao_shift_ctb()
1177 … if((!ps_slice_hdr->i1_first_slice_in_pic_flag) || (ps_pps->i1_tiles_enabled_flag)) in ihevcd_sao_shift_ctb()
1201 if(!ps_slice_hdr->i1_first_slice_in_pic_flag) in ihevcd_sao_shift_ctb()
1529 … if((!ps_slice_hdr->i1_first_slice_in_pic_flag) || (ps_pps->i1_tiles_enabled_flag)) in ihevcd_sao_shift_ctb()
1547 if(!ps_slice_hdr->i1_first_slice_in_pic_flag) in ihevcd_sao_shift_ctb()
1791 … if((!ps_slice_hdr->i1_first_slice_in_pic_flag) || (ps_pps->i1_tiles_enabled_flag)) in ihevcd_sao_shift_ctb()
1808 if(!ps_slice_hdr->i1_first_slice_in_pic_flag) in ihevcd_sao_shift_ctb()
2094 … if((!ps_slice_hdr->i1_first_slice_in_pic_flag) || (ps_pps->i1_tiles_enabled_flag)) in ihevcd_sao_shift_ctb()
2111 if(!ps_slice_hdr->i1_first_slice_in_pic_flag) in ihevcd_sao_shift_ctb()
[all …]
Dihevcd_parse_slice_header.c337 ps_slice_hdr->i1_first_slice_in_pic_flag = first_slice_in_pic_flag; in ihevcd_parse_slice_header()
347 if(!ps_slice_hdr->i1_first_slice_in_pic_flag) in ihevcd_parse_slice_header()
972 if(!ps_slice_hdr->i1_first_slice_in_pic_flag) in ihevcd_parse_slice_header()
/external/libhevc/common/
Dihevc_structs.h2545 WORD8 i1_first_slice_in_pic_flag; member