Searched refs:WELS_B_MB_REC_VERIFY (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | rec_mb.cpp | 499 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 …]
|
D | decode_slice.cpp | 223 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/ |
D | rec_mb.h | 52 #define WELS_B_MB_REC_VERIFY(uiRet) do{ \ macro
|