Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp499 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex, LIST_0)); in GetInterPred()
511 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex, LIST_0)); in GetInterPred()
521 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex, LIST_0)); in GetInterPred()
535 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex, LIST_0)); in GetInterPred()
544 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex, LIST_0)); in GetInterPred()
568 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex, LIST_0)); in GetInterPred()
713 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex0, LIST_0)); in GetInterBPred()
719 WELS_B_MB_REC_VERIFY (GetRefPic (&pTempMCRefMem, pCtx, iRefIndex1, LIST_1)); in GetInterBPred()
731 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex, listIdx)); in GetInterBPred()
748 WELS_B_MB_REC_VERIFY (GetRefPic (&pMCRefMem, pCtx, iRefIndex, listIdx)); in GetInterBPred()
[all …]
Ddecode_slice.cpp223 WELS_B_MB_REC_VERIFY (GetInterPred (pDstY, pDstCb, pDstCr, pCtx)); in WelsMbInterConstruction()
235 WELS_B_MB_REC_VERIFY (GetInterBPred (pDstYCbCr, pTempDstYCbCr, pCtx)); in WelsMbInterConstruction()
317 WELS_B_MB_REC_VERIFY (GetInterPred (pDstY, pDstCb, pDstCr, pCtx)); in WelsMbInterPrediction()
329 WELS_B_MB_REC_VERIFY (GetInterBPred (pDstYCbCr, pTempDstYCbCr, pCtx)); in WelsMbInterPrediction()
/third_party/openh264/codec/decoder/core/inc/
Drec_mb.h52 #define WELS_B_MB_REC_VERIFY(uiRet) do{ \ macro