Searched refs:AVC_SP_SLICE (Results 1 – 3 of 3) sorted by relevance
390 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()
846 … if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) || in InitSlice()
110 AVC_SP_SLICE = 3, enumerator