/third_party/openh264/codec/decoder/core/src/ |
D | decode_slice.cpp | 185 …if (pCurDqLayer->pNzc[iMbXy][iIndex] || pCurDqLayer->pNzc[iMbXy][iIndex + 1] || pCurDqLayer->pNzc[… in WelsMbInterSampleConstruction() 186 || pCurDqLayer->pNzc[iMbXy][iIndex + 5]) { in WelsMbInterSampleConstruction() 193 const int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsMbInterSampleConstruction() local 195 …pCtx->pIdctFourResAddPredFunc (pDstY + 0 * iStrideL + 0, iStrideL, pScaledTCoeff + 0 * 64, pNzc + … in WelsMbInterSampleConstruction() 196 …pCtx->pIdctFourResAddPredFunc (pDstY + 0 * iStrideL + 8, iStrideL, pScaledTCoeff + 1 * 64, pNzc + … in WelsMbInterSampleConstruction() 197 …pCtx->pIdctFourResAddPredFunc (pDstY + 8 * iStrideL + 0, iStrideL, pScaledTCoeff + 2 * 64, pNzc + … in WelsMbInterSampleConstruction() 198 …pCtx->pIdctFourResAddPredFunc (pDstY + 8 * iStrideL + 8, iStrideL, pScaledTCoeff + 3 * 64, pNzc + … in WelsMbInterSampleConstruction() 201 const int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsMbInterSampleConstruction() local 204 pCtx->pIdctFourResAddPredFunc (pDstU, iStrideC, pScaledTCoeff + 4 * 64, pNzc + 16); in WelsMbInterSampleConstruction() 206 pCtx->pIdctFourResAddPredFunc (pDstV, iStrideC, pScaledTCoeff + 5 * 64, pNzc + 18); in WelsMbInterSampleConstruction() [all …]
|
D | pic_queue.cpp | 116 …pPic->pNzc = GetThreadCount (pCtx) > 1 ? (int8_t (*)[24])pMa->WelsMallocz (uiMbCount * 24, "pPic->… in AllocPicture() 150 if (pPic->pNzc) { in FreePicture() 151 pMa->WelsFree (pPic->pNzc, "pPic->pNzc"); in FreePicture() 152 pPic->pNzc = NULL; in FreePicture()
|
D | rec_mb.cpp | 107 …if (pDqLayer->pNzc[iMbXy][iIndex] || pDqLayer->pNzc[iMbXy][iIndex + 1] || pDqLayer->pNzc[iMbXy][iI… in RecI8x8Luma() 108 || pDqLayer->pNzc[iMbXy][iIndex + 5]) { in RecI8x8Luma() 150 if (pDqLayer->pNzc[iMBXY][g_kuiMbCountScan4Idx[i]]) { in RecI4x4Luma() 199 const int8_t* pNzc = pDqLayer->pNzc[iMBXY]; in RecI16x16Mb() local 200 pIdctFourResAddPredFunc (pPred + 0 * iYStride + 0, iYStride, pRS + 0 * 64, pNzc + 0); in RecI16x16Mb() 201 pIdctFourResAddPredFunc (pPred + 0 * iYStride + 8, iYStride, pRS + 1 * 64, pNzc + 2); in RecI16x16Mb() 202 pIdctFourResAddPredFunc (pPred + 8 * iYStride + 0, iYStride, pRS + 2 * 64, pNzc + 8); in RecI16x16Mb() 203 pIdctFourResAddPredFunc (pPred + 8 * iYStride + 8, iYStride, pRS + 3 * 64, pNzc + 10); in RecI16x16Mb() 1068 const int8_t* pNzc = pDqLayer->pNzc[iMBXY] + 16 + 2 * i; in RecChroma() local 1071 pIdctFourResAddPredFunc (pPred, iChromaStride, pRS, pNzc); in RecChroma()
|
D | parse_mb_syn_cavlc.cpp | 121 ST32 (&pNonZeroCount[1], LD32 (&pCurDqLayer->pNzc[iTopXy][12])); in WelsFillCacheNonZeroCount() 123 ST16 (&pNonZeroCount[6], LD16 (&pCurDqLayer->pNzc[iTopXy][20])); in WelsFillCacheNonZeroCount() 124 ST16 (&pNonZeroCount[30], LD16 (&pCurDqLayer->pNzc[iTopXy][22])); in WelsFillCacheNonZeroCount() 133 pNonZeroCount[8 * 1] = pCurDqLayer->pNzc[iLeftXy][3]; in WelsFillCacheNonZeroCount() 134 pNonZeroCount[8 * 2] = pCurDqLayer->pNzc[iLeftXy][7]; in WelsFillCacheNonZeroCount() 135 pNonZeroCount[8 * 3] = pCurDqLayer->pNzc[iLeftXy][11]; in WelsFillCacheNonZeroCount() 136 pNonZeroCount[8 * 4] = pCurDqLayer->pNzc[iLeftXy][15]; in WelsFillCacheNonZeroCount() 138 pNonZeroCount[5 + 8 * 1] = pCurDqLayer->pNzc[iLeftXy][17]; in WelsFillCacheNonZeroCount() 139 pNonZeroCount[5 + 8 * 2] = pCurDqLayer->pNzc[iLeftXy][21]; in WelsFillCacheNonZeroCount() 140 pNonZeroCount[5 + 8 * 4] = pCurDqLayer->pNzc[iLeftXy][19]; in WelsFillCacheNonZeroCount() [all …]
|
D | decoder.cpp | 991 void IdctFourResAddPred_ (uint8_t* pPred, int32_t iStride, int16_t* pRs, const int8_t* pNzc) { in IdctFourResAddPred_() argument 992 if (pNzc[0] || pRs[0 * 16]) in IdctFourResAddPred_() 994 if (pNzc[1] || pRs[1 * 16]) in IdctFourResAddPred_() 996 if (pNzc[4] || pRs[2 * 16]) in IdctFourResAddPred_() 998 if (pNzc[5] || pRs[3 * 16]) in IdctFourResAddPred_()
|
D | decoder_core.cpp | 1549 …pCtx->sMb.pNzc[i] = (int8_t (*)[24])pMa->WelsMallocz (pCtx->sMb.iMbWidth * pCtx->sMb.iMbHeight * s… in InitialDqLayersContext() 1606 (NULL == pCtx->sMb.pNzc[i]) || in InitialDqLayersContext() 1705 if (pCtx->sMb.pNzc[i]) { in UninitialDqLayersContext() 1706 pMa->WelsFree (pCtx->sMb.pNzc[i], "pCtx->sMb.pNzc[]"); in UninitialDqLayersContext() 1708 pCtx->sMb.pNzc[i] = NULL; in UninitialDqLayersContext() 2462 pCurDq->pNzc = pCtx->sMb.pNzc[0]; in InitCurDqLayerData()
|
D | parse_mb_syn_cabac.cpp | 1552 memset (pCurDqLayer->pNzc[iMbXy], 16, sizeof (pCurDqLayer->pNzc[iMbXy])); in ParseIPCMInfoCabac()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | deblocking.h | 109 if (pCurDqLayer->pDec != NULL && pCurDqLayer->pDec->pNzc != NULL) { in GetPNzc() 110 return pCurDqLayer->pDec->pNzc[iMbXy]; in GetPNzc() 112 return pCurDqLayer->pNzc[iMbXy]; in GetPNzc()
|
D | dec_frame.h | 78 int8_t (*pNzc)[24]; member 142 int8_t (*pNzc)[24]; member
|
D | decode_mb_aux.h | 53 void IdctFourResAddPred_avx2 (uint8_t* pPred, int32_t iStride, int16_t* pRs, const int8_t* pNzc);
|
D | picture.h | 98 int8_t (*pNzc)[24]; member
|
D | decoder_context.h | 142 …oid (*PIdctFourResAddPredFunc) (uint8_t* pPred, int32_t iStride, int16_t* pRs, const int8_t* pNzc); 355 int8_t (*pNzc[LAYER_NUM_EXCHANGEABLE])[24]; member
|
/third_party/openh264/codec/encoder/core/inc/ |
D | deblocking.h | 68 void DeblockingBSCalcEnc_neon (int8_t* pNzc, SMVUnitXY* pMv, int32_t iBoundryFlag, int32_t iMbStrid… 72 void DeblockingBSCalcEnc_AArch64_neon (int8_t* pNzc, SMVUnitXY* pMv, int32_t iBoundryFlag, int32_t …
|
/third_party/openh264/test/decoder/ |
D | DecUT_DeblockCommon.cpp | 794 sDqLayer.pNzc = (int8_t (*)[24])iNoZeroCount; in TEST()
|
/third_party/openh264/codec/common/x86/ |
D | dct.asm | 938 … IdctFourResAddPred_avx2(uint8_t* pPred, int32_t iStride, const int16_t* pDct, const int8_t* pNzc);
|