Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_encode_header.c931 if ((ps_slice_hdr->u1_slice_type != ISLICE) && (ps_slice_hdr->u1_slice_type != SISLICE)) in ih264e_generate_slice_header()
985 ps_slice_hdr->u1_slice_type != SISLICE) in ih264e_generate_slice_header()
994 if (ps_slice_hdr->u1_slice_type == SPSLICE || ps_slice_hdr->u1_slice_type == SISLICE) in ih264e_generate_slice_header()
1490 if ((ps_proc->i4_slice_type != ISLICE) && (ps_proc->i4_slice_type != SISLICE)) in ih264e_populate_slice_header()
1548 ps_proc->i4_slice_type != SISLICE) in ih264e_populate_slice_header()
1556 if (ps_proc->i4_slice_type == SPSLICE || ps_proc->i4_slice_type == SISLICE) in ih264e_populate_slice_header()
Dih264e_utils.c1058 && ps_proc->i4_slice_type != SISLICE) in ih264e_init_quant_params()
/external/libavc/common/
Dih264_defs.h137 SISLICE = 4, enumerator