Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_encode_header.c619 if ((ps_slice_hdr->u1_slice_type != ISLICE) && (ps_slice_hdr->u1_slice_type != SISLICE)) in ih264e_generate_slice_header()
673 ps_slice_hdr->u1_slice_type != SISLICE) in ih264e_generate_slice_header()
682 if (ps_slice_hdr->u1_slice_type == SPSLICE || ps_slice_hdr->u1_slice_type == SISLICE) in ih264e_generate_slice_header()
1176 if ((ps_proc->i4_slice_type != ISLICE) && (ps_proc->i4_slice_type != SISLICE)) in ih264e_populate_slice_header()
1234 ps_proc->i4_slice_type != SISLICE) in ih264e_populate_slice_header()
1242 if (ps_proc->i4_slice_type == SPSLICE || ps_proc->i4_slice_type == SISLICE) in ih264e_populate_slice_header()
Dih264e_utils.c1046 && ps_proc->i4_slice_type != SISLICE) in ih264e_init_quant_params()
/external/libavc/common/
Dih264_defs.h137 SISLICE = 4, enumerator