/third_party/openh264/codec/common/inc/ |
D | ls_defines.h | 53 #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/ |
D | parse_mb_syn_cabac.cpp | 177 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 …]
|
D | mv_pred.cpp | 964 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 …]
|
D | parse_mb_syn_cavlc.cpp | 333 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()
|
D | get_intra_predictor.cpp | 958 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/ |
D | intra_pred_common.cpp | 50 const uint64_t kuiT1 = LD64 (kpSrc); in WelsI16x16LumaPredV_c() 51 const uint64_t kuiT2 = LD64 (kpSrc + 8); in WelsI16x16LumaPredV_c()
|
D | mc.cpp | 124 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/ |
D | get_intra_predictor.cpp | 56 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()
|
D | md.cpp | 172 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()
|
D | encode_mb_aux.cpp | 272 ST64 (pBlock, LD64 (pDct)); in WelsHadamardQuant2x2_c()
|
D | encoder_ext.cpp | 1466 ST64 (p, LD64 (t)); in AllocStrideTables()
|
/third_party/openh264/test/decoder/ |
D | DecUT_IntraPrediction.cpp | 453 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/ |
D | EncUT_EncoderMbAux.cpp | 632 ST64 (block, LD64 (pDct)); in WelsHadamardQuant2x2Anchor()
|