Home
last modified time | relevance | path

Searched refs:SI_SLICE (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h168 SI_SLICE = 4, enumerator
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp151 && pCtx->eSliceType != SI_SLICE)) { in WelsCheckAndRecoverForFutureDecoding()
385 if (pCtx->eSliceType == I_SLICE || pCtx->eSliceType == SI_SLICE) { in WelsReorderRefList()
481 if (pCtx->eSliceType == I_SLICE || pCtx->eSliceType == SI_SLICE) { in WelsReorderRefList2()
Ddecoder_core.cpp453 if (keSt == I_SLICE || keSt == SI_SLICE) in ParseRefPicListReordering()
1019 if ((uiSliceType != I_SLICE) && (uiSliceType != SI_SLICE)) { in ParseSliceHeaderSyntaxs()
1200 if (pSliceHead->eSliceType != I_SLICE && pSliceHead->eSliceType != SI_SLICE) { in ParseSliceHeaderSyntaxs()
1218 if (uiSliceType == SP_SLICE || uiSliceType == SI_SLICE) { in ParseSliceHeaderSyntaxs()
2434 if ((pCtx->eSliceType != I_SLICE && pCtx->eSliceType != SI_SLICE)) { in InitRefPicList()
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp220 if (I_SLICE != eSliceType && SI_SLICE != eSliceType) { // !I && !SI in WriteReferenceReorder()