Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dheader.cpp390 if (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE || slice_type == AVC_B_SLICE) in EncodeSliceHeader()
415 … if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) || in EncodeSliceHeader()
446 if (slice_type == AVC_SP_SLICE || slice_type == AVC_SI_SLICE) in EncodeSliceHeader()
448 if (slice_type == AVC_SP_SLICE) in EncodeSliceHeader()
Dinit.cpp851 … if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) || in InitSlice()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h113 AVC_SP_SLICE = 3, enumerator