Home
last modified time | relevance | path

Searched refs:B_SLICE (Results 1 – 9 of 9) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h165 B_SLICE = 1, enumerator
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cabac.cpp235 if (B_SLICE == pCtx->eSliceType) in ParseSkipFlagCabac()
1098 if (pCtx->eSliceType == B_SLICE) { in ParseRefIdxCabac()
1110 if (pCtx->eSliceType == B_SLICE) { in ParseRefIdxCabac()
1123 if (pCtx->eSliceType == B_SLICE) { in ParseRefIdxCabac()
1134 if (pCtx->eSliceType == B_SLICE) { in ParseRefIdxCabac()
1143 if (pCtx->eSliceType != B_SLICE) { in ParseRefIdxCabac()
Dmanage_dec_ref.cpp160 if (pCtx->eSliceType == B_SLICE) { in WelsCheckAndRecoverForFutureDecoding()
393 if (pCtx->eSliceType == B_SLICE) ListCount = 2; in WelsReorderRefList()
499 if (pCtx->eSliceType == B_SLICE) iListCount = 2; in WelsReorderRefList2()
Ddecoder_core.cpp390 if (pSh->eSliceType != B_SLICE) { in ParsePredWeightedTable()
493 if (keSt != B_SLICE) in ParseRefPicListReordering()
1123 if (B_SLICE == uiSliceType) { in ParseSliceHeaderSyntaxs()
1133 bool bReadNumRefFlag = (P_SLICE == uiSliceType || B_SLICE == uiSliceType); in ParseSliceHeaderSyntaxs()
1145 if (B_SLICE == uiSliceType) { in ParseSliceHeaderSyntaxs()
1166 …redFlag && uiSliceType == P_SLICE) || (pPps->uiWeightedBipredIdc == 1 && uiSliceType == B_SLICE)) { in ParseSliceHeaderSyntaxs()
2429 if (pCtx->eSliceType == B_SLICE) { in InitRefPicList()
2717 if (pSh->eSliceType == B_SLICE && !pSh->iDirectSpatialMvPredFlag) in DecodeCurrentAccessUnit()
Ddecode_slice.cpp61 if (pCtx->eSliceType == B_SLICE) { in CheckRefPics()
160 …eSliceType != I_SLICE) && (pCurSlice->eSliceType != P_SLICE) && (pCurSlice->eSliceType != B_SLICE)) in WelsTargetSliceConstruction()
1542 else if (B_SLICE == pSliceHeader->eSliceType) in WelsDecodeSlice()
1549 } else if (B_SLICE == pSliceHeader->eSliceType) { in WelsDecodeSlice()
1649 else if (B_SLICE == pSliceHeader->eSliceType) in WelsDecodeAndConstructSlice()
1656 } else if (B_SLICE == pSliceHeader->eSliceType) { in WelsDecodeAndConstructSlice()
Dparse_mb_syn_cavlc.cpp258 if (pSliceHeader->eSliceType == B_SLICE) { in WelsFillCacheInterCabac()
440 if (pSliceHeader->eSliceType == B_SLICE) { in WelsFillCacheInter()
Ddeblocking.cpp1144 bool bBSlice = pSliceHeader->eSliceType == B_SLICE; in WelsDeblockingMb()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2124 pCtx->sStatData[i][j].sSliceData.iSliceCount[B_SLICE]; in StatOverallEncodingExt()
2173 pCtx->sStatData[i][j].sQualityStat.rYPsnr[B_SLICE]) / (float) (iCount), in StatOverallEncodingExt()
2175 pCtx->sStatData[i][j].sQualityStat.rUPsnr[B_SLICE]) / (float) (iCount), in StatOverallEncodingExt()
2177 pCtx->sStatData[i][j].sQualityStat.rVPsnr[B_SLICE]) / (float) (iCount), in StatOverallEncodingExt()
2179 ….sSliceData.iSliceSize[P_SLICE] + pCtx->sStatData[i][j].sSliceData.iSliceSize[B_SLICE]) / (float) ( in StatOverallEncodingExt()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp993 if (pCtx->pSliceHeader->eSliceType == B_SLICE) { in BufferingReadyPicture()