Home
last modified time | relevance | path

Searched refs:i1_slice_sao_chroma_flag (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c542 ps_slice_hdr->i1_slice_sao_chroma_flag = 0; in ihevcd_parse_slice_header()
549 ps_slice_hdr->i1_slice_sao_chroma_flag = value; in ihevcd_parse_slice_header()
695 …(ps_slice_hdr->i1_slice_sao_luma_flag || ps_slice_hdr->i1_slice_sao_chroma_flag || !disable_deb… in ihevcd_parse_slice_header()
Dihevcd_ilf_padding.c148 if(ps_slice_hdr->i1_slice_sao_luma_flag || ps_slice_hdr->i1_slice_sao_chroma_flag) in ihevcd_ilf_pad_frame()
Dihevcd_sao.c1123 if(ps_slice_hdr_top_left->i1_slice_sao_chroma_flag) in ihevcd_sao_shift_ctb()
1772 if(ps_slice_hdr_top->i1_slice_sao_chroma_flag) in ihevcd_sao_shift_ctb()
2371 if(ps_slice_hdr_left->i1_slice_sao_chroma_flag) in ihevcd_sao_shift_ctb()
3006 if(ps_sao_ctxt->ps_slice_hdr->i1_slice_sao_chroma_flag) in ihevcd_sao_shift_ctb()
Dihevcd_parse_slice.c2049 …ce_hdr->i1_slice_sao_luma_flag && c_idx == 0) || (ps_slice_hdr->i1_slice_sao_chroma_flag && c_idx … in ihevcd_parse_sao()
2691 if(ps_slice_hdr->i1_slice_sao_luma_flag || ps_slice_hdr->i1_slice_sao_chroma_flag) in ihevcd_parse_slice_data()
/external/libhevc/common/
Dihevc_structs.h2870 WORD8 i1_slice_sao_chroma_flag; member