Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dls_defines.h53 #define LD64(a) (((struct tagUnaligned_64 *) (a))->l) macro
98 #define LD64(a) (*((uint64_t*)(a))) macro
106 #define LD64A2 LD64
107 #define LD64A4 LD64
108 #define LD64A8 LD64
127 #define INTD64 LD64
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cabac.cpp177 ST64 (pCurDqLayer->pMvd[iListIdx][iMbXy][i], LD64 (pMvd32)); in UpdateP16x16MvdCabac()
194 ST64 (pCurDqLayer->pMvd[iListIdx][iMbXy][ iScan4Idx ], LD64 (pMvd32)); in UpdateP16x8MvdCabac()
195 ST64 (pCurDqLayer->pMvd[iListIdx][iMbXy][ iScan4Idx4], LD64 (pMvd32)); in UpdateP16x8MvdCabac()
197 ST64 (pMvdCache[iListIdx][ iCacheIdx ], LD64 (pMvd32)); in UpdateP16x8MvdCabac()
198 ST64 (pMvdCache[iListIdx][ iCacheIdx6], LD64 (pMvd32)); in UpdateP16x8MvdCabac()
216 ST64 (pCurDqLayer->pMvd[iListIdx][iMbXy][ iScan4Idx ], LD64 (pMvd32)); in UpdateP8x16MvdCabac()
217 ST64 (pCurDqLayer->pMvd[iListIdx][iMbXy][ iScan4Idx4], LD64 (pMvd32)); in UpdateP8x16MvdCabac()
219 ST64 (pMvdCache[iListIdx][ iCacheIdx ], LD64 (pMvd32)); in UpdateP8x16MvdCabac()
220 ST64 (pMvdCache[iListIdx][ iCacheIdx6], LD64 (pMvd32)); in UpdateP8x16MvdCabac()
685 ST64 (pCurDqLayer->pDec->pMv[0][iMbXy][iScan4Idx], LD64 (pMv)); in ParseInterPMotionInfoCabac()
[all …]
Dmv_pred.cpp964 ST64 (pCurDqLayer->pDec->pMv[LIST_0][iMbXy][iScan4Idx], LD64 (pMV)); in FillSpatialDirect8x8Mv()
965 ST64 (pCurDqLayer->pDec->pMv[LIST_0][iMbXy][iScan4Idx + 4], LD64 (pMV)); in FillSpatialDirect8x8Mv()
969 ST64 (pMotionVector[LIST_0][iCacheIdx], LD64 (pMV)); in FillSpatialDirect8x8Mv()
970 ST64 (pMotionVector[LIST_0][iCacheIdx + 6], LD64 (pMV)); in FillSpatialDirect8x8Mv()
978 ST64 (pCurDqLayer->pDec->pMv[LIST_1][iMbXy][iScan4Idx], LD64 (pMV)); in FillSpatialDirect8x8Mv()
979 ST64 (pCurDqLayer->pDec->pMv[LIST_1][iMbXy][iScan4Idx + 4], LD64 (pMV)); in FillSpatialDirect8x8Mv()
983 ST64 (pMotionVector[LIST_1][iCacheIdx], LD64 (pMV)); in FillSpatialDirect8x8Mv()
984 ST64 (pMotionVector[LIST_1][iCacheIdx + 6], LD64 (pMV)); in FillSpatialDirect8x8Mv()
1100 ST64 (pCurDqLayer->pDec->pMv[LIST_0][iMbXy][iScan4Idx], LD64 (pMV)); in FillTemporalDirect8x8Mv()
1101 ST64 (pCurDqLayer->pDec->pMv[LIST_0][iMbXy][iScan4Idx + 4], LD64 (pMV)); in FillTemporalDirect8x8Mv()
[all …]
Dparse_mb_syn_cavlc.cpp333 ST64 (iMvArray[listIdx][1], LD64 (pCurDqLayer->pDec->pMv[listIdx][iTopXy][12])); in WelsFillCacheInterCabac()
334 ST64 (iMvArray[listIdx][3], LD64 (pCurDqLayer->pDec->pMv[listIdx][iTopXy][14])); in WelsFillCacheInterCabac()
335 ST64 (iMvdCache[listIdx][1], LD64 (pCurDqLayer->pMvd[listIdx][iTopXy][12])); in WelsFillCacheInterCabac()
336 ST64 (iMvdCache[listIdx][3], LD64 (pCurDqLayer->pMvd[listIdx][iTopXy][14])); in WelsFillCacheInterCabac()
501 ST64 (iMvArray[listIdx][1], LD64 (pCurDqLayer->pDec->pMv[listIdx][iTopXy][12])); in WelsFillCacheInter()
502 ST64 (iMvArray[listIdx][3], LD64 (pCurDqLayer->pDec->pMv[listIdx][iTopXy][14])); in WelsFillCacheInter()
Dget_intra_predictor.cpp958 const uint64_t kuiUP64 = LD64 (kuiMUP); in WelsIChromaPredDc_c()
959 const uint64_t kuiDN64 = LD64 (kuiMDown); in WelsIChromaPredDc_c()
1006 ST64A8 (pPred + iTmp, LD64 (kuiM)); in WelsIChromaPredDcTop_c()
/third_party/openh264/codec/common/src/
Dintra_pred_common.cpp50 const uint64_t kuiT1 = LD64 (kpSrc); in WelsI16x16LumaPredV_c()
51 const uint64_t kuiT2 = LD64 (kpSrc + 8); in WelsI16x16LumaPredV_c()
Dmc.cpp124 ST64A8 (pDst, LD64 (pSrc)); in McCopyWidthEq8_c()
134 ST64A8 (pDst , LD64 (pSrc)); in McCopyWidthEq16_c()
135 ST64A8 (pDst + 8, LD64 (pSrc + 8)); in McCopyWidthEq16_c()
/third_party/openh264/codec/encoder/core/src/
Dget_intra_predictor.cpp56 ST64 (pPred , LD64 (pSrc)); in WelsFillingPred8to16_c()
57 ST64 (pPred + 8, LD64 (pSrc)); in WelsFillingPred8to16_c()
60 ST64 (pPred , LD64 (pSrc)); in WelsFillingPred8x2to16_c()
61 ST64 (pPred + 8, LD64 (pSrc + 8)); in WelsFillingPred8x2to16_c()
65 ST64 (pPred , LD64 (kuiSrc8)); in WelsFillingPred1to16_c()
66 ST64 (pPred + 8, LD64 (kuiSrc8)); in WelsFillingPred1to16_c()
405 const uint64_t kuiSrc64 = LD64 (&pRef[-kiStride]); in WelsIChromaPredV_c()
476 const uint64_t kuiTopMean64 = LD64 (kuiTopMean); in WelsIChromaPredDc_c()
477 const uint64_t kuiBottomMean64 = LD64 (kuiBottomMean); in WelsIChromaPredDc_c()
517 const uint64_t kuiMean64 = LD64 (kuiMean); in WelsIChromaPredDcTop_c()
Dmd.cpp172 ST64 (&pMvComp->sMotionVectorCache[1], LD64 (&pTopMb->sMv[12])); in FillNeighborCacheInterWithoutBGD()
173 ST64 (&pMvComp->sMotionVectorCache[3], LD64 (&pTopMb->sMv[14])); in FillNeighborCacheInterWithoutBGD()
294 ST64 (&pMvComp->sMotionVectorCache[1], LD64 (&pTopMb->sMv[12])); in FillNeighborCacheInterWithBGD()
295 ST64 (&pMvComp->sMotionVectorCache[3], LD64 (&pTopMb->sMv[14])); in FillNeighborCacheInterWithBGD()
Dencode_mb_aux.cpp272 ST64 (pBlock, LD64 (pDct)); in WelsHadamardQuant2x2_c()
Dencoder_ext.cpp1466 ST64 (p, LD64 (t)); in AllocStrideTables()
/third_party/openh264/test/decoder/
DDecUT_IntraPrediction.cpp453 const uint64_t kuiUP64 = LD64 (kuiMUP); in WelsIChromaPredDc_ref()
454 const uint64_t kuiDN64 = LD64 (kuiMDown); in WelsIChromaPredDc_ref()
500 ST64 (pPred + iTmp, LD64 (kuiM)); in WelsIChromaPredDcTop_ref()
/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp632 ST64 (block, LD64 (pDct)); in WelsHadamardQuant2x2Anchor()