Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_set_mb_syn_cavlc.cpp63 int32_t iNumRefIdxl0ActiveMinus1 = pSliceHeadExt->sSliceHeader.uiNumRefIdxL0Active - 1; in WelsSpatialWriteMbPred() local
126 if (iNumRefIdxl0ActiveMinus1 > 0) { in WelsSpatialWriteMbPred()
127 BsWriteTE (pBs, iNumRefIdxl0ActiveMinus1, pCurMb->pRefIndex[0]); in WelsSpatialWriteMbPred()
141 if (iNumRefIdxl0ActiveMinus1 > 0) { in WelsSpatialWriteMbPred()
142 BsWriteTE (pBs, iNumRefIdxl0ActiveMinus1, pCurMb->pRefIndex[0]); in WelsSpatialWriteMbPred()
143 BsWriteTE (pBs, iNumRefIdxl0ActiveMinus1, pCurMb->pRefIndex[2]); in WelsSpatialWriteMbPred()
158 if (iNumRefIdxl0ActiveMinus1 > 0) { in WelsSpatialWriteMbPred()
159 BsWriteTE (pBs, iNumRefIdxl0ActiveMinus1, pCurMb->pRefIndex[0]); in WelsSpatialWriteMbPred()
160 BsWriteTE (pBs, iNumRefIdxl0ActiveMinus1, pCurMb->pRefIndex[1]); in WelsSpatialWriteMbPred()
176 int32_t iNumRefIdxl0ActiveMinus1 = pSliceHeadExt->sSliceHeader.uiNumRefIdxL0Active - 1; in WelsSpatialWriteSubMbPred() local
[all …]