Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp23 SPicture sWelsPic; //Wels picture to be compared member
38 WELS_SAFE_FREE (pECCtx->sWelsPic.pData[0], "pECCtx->sWelsPic.pData"); in FreeInputData()
60 …pECCtx->sWelsPic.pData[0] = (uint8_t*) WelsMallocz (kiLumaSize * 3 / 2 * sizeof (uint8_t), "pECCtx… in InitAndAllocInputData()
61 if (pECCtx->sWelsPic.pData[0] == NULL) in InitAndAllocInputData()
63 pECCtx->sWelsPic.pData[1] = pECCtx->sWelsPic.pData[0] + kiLumaSize; in InitAndAllocInputData()
64 pECCtx->sWelsPic.pData[2] = pECCtx->sWelsPic.pData[1] + (kiLumaSize >> 2); in InitAndAllocInputData()
78 …pECCtx->sWelsPic.iLinesize[0] = pECCtx->sAncPic.iLinesize[0] = pECCtx->sSrcPic.iLinesize[0] = pECC… in InitAndAllocInputData()
79 …pECCtx->sWelsPic.iLinesize[1] = pECCtx->sAncPic.iLinesize[1] = pECCtx->sSrcPic.iLinesize[1] = pECC… in InitAndAllocInputData()
80 …pECCtx->sWelsPic.iLinesize[2] = pECCtx->sAncPic.iLinesize[2] = pECCtx->sSrcPic.iLinesize[2] = pECC… in InitAndAllocInputData()
91 pECCtx->pCtx->pDec = &pECCtx->sWelsPic; in InitAndAllocInputData()
[all …]