Searched refs:iLinesize (Results 1 – 11 of 11) sorted by relevance
/third_party/openh264/test/decoder/ |
D | DecUT_ErrorConcealment.cpp | 17 uint32_t iLinesize[3]; member 54 pECCtx->iLinesize[0] = pECCtx->iMbWidth << 4; in InitAndAllocInputData() 55 pECCtx->iLinesize[1] = pECCtx->iLinesize[2] = pECCtx->iLinesize[0] >> 1; 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() 139 uint32_t iSrcStride = pECCtx->iLinesize[0]; in DoAncErrorConSliceCopy() 140 uint32_t iDstStride = pECCtx->iLinesize[0]; in DoAncErrorConSliceCopy() 260 … ComparePictureDataI420 (pECCtx->sAncPic.pData[0], pECCtx->sWelsPic.pData[0], pECCtx->iLinesize[0], in TEST() 291 … ComparePictureDataI420 (pECCtx->sAncPic.pData[0], pECCtx->sWelsPic.pData[0], pECCtx->iLinesize[0], in TEST()
|
D | DecUT_DeblockCommon.cpp | 569 sCtx.pDec->iLinesize[0] = sCtx.pDec->iLinesize[1] = sCtx.pDec->iLinesize[2] = 0; in TEST()
|
/third_party/openh264/codec/decoder/core/src/ |
D | pic_queue.cpp | 89 pPic->iLinesize[0] = iPicWidth; in AllocPicture() 90 pPic->iLinesize[1] = pPic->iLinesize[2] = iPicChromaWidth; in AllocPicture() 97 pPic->iLinesize[0] = iPicWidth; in AllocPicture() 98 pPic->iLinesize[1] = pPic->iLinesize[2] = iPicChromaWidth; in AllocPicture() 101 pPic->pData[0] = pPic->pBuffer[0] + (1 + pPic->iLinesize[0]) * PADDING_LENGTH; in AllocPicture() 102 …pPic->pData[1] = pPic->pBuffer[1] + /*WELS_ALIGN*/ (((1 + pPic->iLinesize[1]) * PADDING_LENGTH… in AllocPicture() 103 …pPic->pData[2] = pPic->pBuffer[2] + /*WELS_ALIGN*/ (((1 + pPic->iLinesize[2]) * PADDING_LENGTH… in AllocPicture()
|
D | error_concealment.cpp | 95 int32_t iStrideY = pDstPic->iLinesize[0]; in DoErrorConFrameCopy() 96 int32_t iStrideUV = pDstPic->iLinesize[1]; in DoErrorConFrameCopy() 129 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceCopy() 140 iSrcStride = pSrcPic->iLinesize[0]; in DoErrorConSliceCopy() 387 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy() 390 sMCRefMem.iSrcLineLuma = pSrcPic->iLinesize[0]; in DoErrorConSliceMVCopy() 391 sMCRefMem.iSrcLineChroma = pSrcPic->iLinesize[1]; in DoErrorConSliceMVCopy() 395 sMCRefMem.iDstLineLuma = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy() 396 sMCRefMem.iDstLineChroma = pDstPic->iLinesize[1]; in DoErrorConSliceMVCopy() 447 pCtx->pDec->iLinesize, in MarkECFrameAsRef()
|
D | rec_mb.cpp | 49 int32_t iLumaStride = pCurPic->iLinesize[0]; in WelsFillRecNeededMbInfo() 50 int32_t iChromaStride = pCurPic->iLinesize[1]; in WelsFillRecNeededMbInfo() 161 int32_t iChromaStride = pCtx->pCurDqLayer->pDec->iLinesize[1]; in RecI4x4Chroma() 185 int32_t iUVStride = pCtx->pCurDqLayer->pDec->iLinesize[1]; in RecI16x16Mb() 225 pMCRefMem->iSrcLineLuma = pRefPic->iLinesize[0]; in GetRefPic() 226 pMCRefMem->iSrcLineChroma = pRefPic->iLinesize[1]; in GetRefPic() 476 int32_t iDstLineLuma = pCtx->pDec->iLinesize[0]; in GetInterPred() 477 int32_t iDstLineChroma = pCtx->pDec->iLinesize[1]; in GetInterPred() 682 int32_t iDstLineLuma = pCtx->pDec->iLinesize[0]; in GetInterBPred() 683 int32_t iDstLineChroma = pCtx->pDec->iLinesize[1]; in GetInterBPred() [all …]
|
D | manage_dec_ref.cpp | 180 memset (pRef->pData[0], 128, pRef->iLinesize[0] * pRef->iHeightInPixel); in WelsCheckAndRecoverForFutureDecoding() 181 memset (pRef->pData[1], 128, pRef->iLinesize[1] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding() 182 memset (pRef->pData[2], 128, pRef->iLinesize[2] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding() 187 pRef->iLinesize[0] * pRef->iHeightInPixel); in WelsCheckAndRecoverForFutureDecoding() 189 pRef->iLinesize[1] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding() 191 pRef->iLinesize[2] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding() 197 … ExpandReferencingPicture (pRef->pData, pRef->iWidthInPixel, pRef->iHeightInPixel, pRef->iLinesize, in WelsCheckAndRecoverForFutureDecoding()
|
D | decode_slice.cpp | 215 int32_t iLumaStride = pCtx->pDec->iLinesize[0]; in WelsMbInterConstruction() 216 int32_t iChromaStride = pCtx->pDec->iLinesize[1]; in WelsMbInterConstruction() 309 int32_t iLumaStride = pCtx->pDec->iLinesize[0]; in WelsMbInterPrediction() 310 int32_t iChromaStride = pCtx->pDec->iLinesize[1]; in WelsMbInterPrediction() 1731 …PadMBLuma_c (pCurDqLayer->pDec->pData[0], pCurDqLayer->pDec->iLinesize[0], pCurDqLayer->pDec->iWid… in WelsDecodeAndConstructSlice() 1733 …PadMBChroma_c (pCurDqLayer->pDec->pData[1], pCurDqLayer->pDec->iLinesize[1], pCurDqLayer->pDec->iW… in WelsDecodeAndConstructSlice() 1736 …PadMBChroma_c (pCurDqLayer->pDec->pData[2], pCurDqLayer->pDec->iLinesize[2], pCurDqLayer->pDec->iW… in WelsDecodeAndConstructSlice() 1824 int32_t iDecStrideL = pCurDqLayer->pDec->iLinesize[0]; in WelsActualDecodeMbCavlcISlice() 1825 int32_t iDecStrideC = pCurDqLayer->pDec->iLinesize[1]; in WelsActualDecodeMbCavlcISlice() 2166 int32_t iDecStrideL = pCurDqLayer->pDec->iLinesize[0]; in WelsActualDecodeMbCavlcPSlice() [all …]
|
D | decoder_core.cpp | 218 pDstInfo->UsrData.sSystemBuffer.iStride[0] = pPic->iLinesize[0]; in DecodeFrameConstruction() 219 pDstInfo->UsrData.sSystemBuffer.iStride[1] = pPic->iLinesize[1]; in DecodeFrameConstruction() 220 …ppDst[0] = ppDst[0] + pCtx->sFrameCrop.iTopOffset * 2 * pPic->iLinesize[0] + pCtx->sFrameCrop.iLef… in DecodeFrameConstruction() 221 …ppDst[1] = ppDst[1] + pCtx->sFrameCrop.iTopOffset * pPic->iLinesize[1] + pCtx->sFrameCrop.iLeftOf… in DecodeFrameConstruction() 222 …ppDst[2] = ppDst[2] + pCtx->sFrameCrop.iTopOffset * pPic->iLinesize[1] + pCtx->sFrameCrop.iLeftOf… in DecodeFrameConstruction() 2602 …aIChromaAddrTable (pCtx->iDecBlockOffsetArray, pCtx->pDec->iLinesize[0], pCtx->pDec->iLinesize[1]); in DecodeCurrentAccessUnit() 2848 pCtx->pDec->iLinesize, in DecodeCurrentAccessUnit()
|
D | deblocking.cpp | 1235 pFilter.iCsStride[0] = pCtx->pDec->iLinesize[0]; in WelsDeblockingFilterSlice() 1236 pFilter.iCsStride[1] = pCtx->pDec->iLinesize[1]; in WelsDeblockingFilterSlice() 1301 pFilter.iCsStride[0] = pCtx->pDec->iLinesize[0]; in WelsDeblockingInitFilter() 1302 pFilter.iCsStride[1] = pCtx->pDec->iLinesize[1]; in WelsDeblockingInitFilter()
|
D | parse_mb_syn_cabac.cpp | 1508 int32_t iDstStrideLuma = pCurDqLayer->pDec->iLinesize[0]; in ParseIPCMInfoCabac() 1509 int32_t iDstStrideChroma = pCurDqLayer->pDec->iLinesize[1]; in ParseIPCMInfoCabac()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | picture.h | 55 int32_t iLinesize[4];// linesize of picture planes respectively used currently member
|