Home
last modified time | relevance | path

Searched refs:iLinesize (Results 1 – 25 of 42) sorted by relevance

12

/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/test/decoder/
H A DDecUT_ErrorConcealment.cpp17 uint32_t iLinesize[3]; member
53 pECCtx->iLinesize[0] = pECCtx->iMbWidth << 4; in InitAndAllocInputData()
54 pECCtx->iLinesize[1] = pECCtx->iLinesize[2] = pECCtx->iLinesize[0] >> 1; in InitAndAllocInputData()
77 …pECCtx->sWelsPic.iLinesize[0] = pECCtx->sAncPic.iLinesize[0] = pECCtx->sSrcPic.iLinesize[0] = pECC… in InitAndAllocInputData()
78 …pECCtx->sWelsPic.iLinesize[1] = pECCtx->sAncPic.iLinesize[1] = pECCtx->sSrcPic.iLinesize[1] = pECC… in InitAndAllocInputData()
79 …pECCtx->sWelsPic.iLinesize[2] = pECCtx->sAncPic.iLinesize[2] = pECCtx->sSrcPic.iLinesize[2] = pECC… in InitAndAllocInputData()
138 uint32_t iSrcStride = pECCtx->iLinesize[0]; in DoAncErrorConSliceCopy()
139 uint32_t iDstStride = pECCtx->iLinesize[0]; in DoAncErrorConSliceCopy()
259 … ComparePictureDataI420 (pECCtx->sAncPic.pData[0], pECCtx->sWelsPic.pData[0], pECCtx->iLinesize[0], in TEST()
290 … ComparePictureDataI420 (pECCtx->sAncPic.pData[0], pECCtx->sWelsPic.pData[0], pECCtx->iLinesize[0], in TEST()
/dports/multimedia/openh264/openh264-2.1.1/test/decoder/
H A DDecUT_ErrorConcealment.cpp17 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/test/decoder/
H A DDecUT_ErrorConcealment.cpp17 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()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/decoder/core/src/
H A Dpic_queue.cpp89 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()
H A Derror_concealment.cpp88 int32_t iStrideY = pDstPic->iLinesize[0]; in DoErrorConFrameCopy()
89 int32_t iStrideUV = pDstPic->iLinesize[1]; in DoErrorConFrameCopy()
122 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceCopy()
133 iSrcStride = pSrcPic->iLinesize[0]; in DoErrorConSliceCopy()
380 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy()
383 sMCRefMem.iSrcLineLuma = pSrcPic->iLinesize[0]; in DoErrorConSliceMVCopy()
384 sMCRefMem.iSrcLineChroma = pSrcPic->iLinesize[1]; in DoErrorConSliceMVCopy()
388 sMCRefMem.iDstLineLuma = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy()
389 sMCRefMem.iDstLineChroma = pDstPic->iLinesize[1]; in DoErrorConSliceMVCopy()
440 pCtx->pDec->iLinesize, in MarkECFrameAsRef()
H A Drec_mb.cpp49 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()
226 pMCRefMem->iSrcLineLuma = pRefPic->iLinesize[0]; in GetRefPic()
227 pMCRefMem->iSrcLineChroma = pRefPic->iLinesize[1]; in GetRefPic()
452 int32_t iDstLineLuma = pCtx->pDec->iLinesize[0]; in GetInterPred()
453 int32_t iDstLineChroma = pCtx->pDec->iLinesize[1]; in GetInterPred()
657 int32_t iDstLineLuma = pCtx->pDec->iLinesize[0]; in GetInterBPred()
658 int32_t iDstLineChroma = pCtx->pDec->iLinesize[1]; in GetInterBPred()
[all …]
H A Dmanage_dec_ref.cpp136 memset (pRef->pData[0], 128, pRef->iLinesize[0] * pRef->iHeightInPixel); in WelsCheckAndRecoverForFutureDecoding()
137 memset (pRef->pData[1], 128, pRef->iLinesize[1] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding()
138 memset (pRef->pData[2], 128, pRef->iLinesize[2] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding()
142 …memcpy (pRef->pData[0], pCtx->pPreviousDecodedPictureInDpb->pData[0], pRef->iLinesize[0] * pRef->i… in WelsCheckAndRecoverForFutureDecoding()
143 …memcpy (pRef->pData[1], pCtx->pPreviousDecodedPictureInDpb->pData[1], pRef->iLinesize[1] * pRef->i… in WelsCheckAndRecoverForFutureDecoding()
144 …memcpy (pRef->pData[2], pCtx->pPreviousDecodedPictureInDpb->pData[2], pRef->iLinesize[2] * pRef->i… in WelsCheckAndRecoverForFutureDecoding()
149 … ExpandReferencingPicture (pRef->pData, pRef->iWidthInPixel, pRef->iHeightInPixel, pRef->iLinesize, in WelsCheckAndRecoverForFutureDecoding()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/src/
H A Dpic_queue.cpp89 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()
H A Derror_concealment.cpp88 int32_t iStrideY = pDstPic->iLinesize[0]; in DoErrorConFrameCopy()
89 int32_t iStrideUV = pDstPic->iLinesize[1]; in DoErrorConFrameCopy()
122 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceCopy()
133 iSrcStride = pSrcPic->iLinesize[0]; in DoErrorConSliceCopy()
380 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy()
383 sMCRefMem.iSrcLineLuma = pSrcPic->iLinesize[0]; in DoErrorConSliceMVCopy()
384 sMCRefMem.iSrcLineChroma = pSrcPic->iLinesize[1]; in DoErrorConSliceMVCopy()
388 sMCRefMem.iDstLineLuma = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy()
389 sMCRefMem.iDstLineChroma = pDstPic->iLinesize[1]; in DoErrorConSliceMVCopy()
440 pCtx->pDec->iLinesize, in MarkECFrameAsRef()
H A Drec_mb.cpp49 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 …]
H A Dmanage_dec_ref.cpp180 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()
H A Ddecode_slice.cpp215 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()
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()
2167 int32_t iDecStrideC = pCurDqLayer->pDec->iLinesize[1]; in WelsActualDecodeMbCavlcPSlice()
2710 int32_t iDecStrideL = pCurDqLayer->pDec->iLinesize[0]; in WelsActualDecodeMbCavlcBSlice()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/src/
H A Dpic_queue.cpp89 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()
H A Derror_concealment.cpp88 int32_t iStrideY = pDstPic->iLinesize[0]; in DoErrorConFrameCopy()
89 int32_t iStrideUV = pDstPic->iLinesize[1]; in DoErrorConFrameCopy()
122 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceCopy()
133 iSrcStride = pSrcPic->iLinesize[0]; in DoErrorConSliceCopy()
380 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy()
383 sMCRefMem.iSrcLineLuma = pSrcPic->iLinesize[0]; in DoErrorConSliceMVCopy()
384 sMCRefMem.iSrcLineChroma = pSrcPic->iLinesize[1]; in DoErrorConSliceMVCopy()
388 sMCRefMem.iDstLineLuma = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy()
389 sMCRefMem.iDstLineChroma = pDstPic->iLinesize[1]; in DoErrorConSliceMVCopy()
440 pCtx->pDec->iLinesize, in MarkECFrameAsRef()
H A Drec_mb.cpp49 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 …]
H A Dmanage_dec_ref.cpp180 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()
H A Ddecode_slice.cpp215 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()
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()
2167 int32_t iDecStrideC = pCurDqLayer->pDec->iLinesize[1]; in WelsActualDecodeMbCavlcPSlice()
2710 int32_t iDecStrideL = pCurDqLayer->pDec->iLinesize[0]; in WelsActualDecodeMbCavlcBSlice()
[all …]
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/src/
H A Dpic_queue.cpp89 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()
H A Derror_concealment.cpp88 int32_t iStrideY = pDstPic->iLinesize[0]; in DoErrorConFrameCopy()
89 int32_t iStrideUV = pDstPic->iLinesize[1]; in DoErrorConFrameCopy()
122 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceCopy()
133 iSrcStride = pSrcPic->iLinesize[0]; in DoErrorConSliceCopy()
380 uint32_t iDstStride = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy()
383 sMCRefMem.iSrcLineLuma = pSrcPic->iLinesize[0]; in DoErrorConSliceMVCopy()
384 sMCRefMem.iSrcLineChroma = pSrcPic->iLinesize[1]; in DoErrorConSliceMVCopy()
388 sMCRefMem.iDstLineLuma = pDstPic->iLinesize[0]; in DoErrorConSliceMVCopy()
389 sMCRefMem.iDstLineChroma = pDstPic->iLinesize[1]; in DoErrorConSliceMVCopy()
440 pCtx->pDec->iLinesize, in MarkECFrameAsRef()
H A Drec_mb.cpp49 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 …]
H A Dmanage_dec_ref.cpp180 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()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/decoder/core/inc/
H A Dpicture.h54 int32_t iLinesize[4];// linesize of picture planes respectively used currently member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/inc/
H A Dpicture.h55 int32_t iLinesize[4];// linesize of picture planes respectively used currently member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/inc/
H A Dpicture.h55 int32_t iLinesize[4];// linesize of picture planes respectively used currently member
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/inc/
H A Dpicture.h55 int32_t iLinesize[4];// linesize of picture planes respectively used currently member

12