/third_party/openh264/test/encoder/ |
D | EncUT_SVC_me.cpp | 42 void SumOf8x8BlockOfFrame_ref (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf8x8BlockOfFrame_ref() argument 49 for (y = 0; y < kiHeight; y++) { in SumOf8x8BlockOfFrame_ref() 61 …id SumOf16x16BlockOfFrame_ref (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf16x16BlockOfFrame_ref() argument 69 for (y = 0; y < kiHeight; y++) { in SumOf16x16BlockOfFrame_ref() 92 …cationByFeatureValue_ref (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, in FillQpelLocationByFeatureValue_ref() argument 97 for (int32_t y = 0; y < kiHeight; y++) { in FillQpelLocationByFeatureValue_ref() 147 #define GENERATE_SumOfFrame(anchor, method, kiWidth, kiHeight, flag) \ argument 148 TEST (SVC_ME_FunTest, method##_##kiWidth##x##kiHeight) {\ 152 ENFORCE_NEW_ALIGN_1D (uint8_t, pRefPicture, pRefPictureBuff, ((kiHeight+16)*((((kiWidth+15)>>4)<<4)… 153 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock1, pFeatureOfBlockBuff1, (kiWidth*kiHeight), 16) \ [all …]
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_motion_estimate.h | 241 …LocationByFeatureValue_c (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, 245 void SumOf8x8BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, 248 void SumOf16x16BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, 257 …ationByFeatureValue_sse2 (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, 261 void SumOf8x8BlockOfFrame_sse2 (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, 263 …d SumOf16x16BlockOfFrame_sse2 (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, 265 void SumOf8x8BlockOfFrame_sse4 (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, 267 …d SumOf16x16BlockOfFrame_sse4 (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, 276 …ationByFeatureValue_neon (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, 280 void SumOf8x8BlockOfFrame_neon (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, [all …]
|
D | picture_handle.h | 55 SPicture* AllocPicture (CMemoryAlign* pMa, const int32_t kiWidth, const int32_t kiHeight, bool bNee…
|
D | wels_preprocess.h | 177 const int32_t kiWidth, const int32_t kiHeight); 179 const int32_t kiWidth, const int32_t kiHeight);
|
D | extern.h | 56 …_t InitPic (const void* kpSrc, const int32_t kiCsp, const int32_t kiWidth, const int32_t kiHeight);
|
D | wels_func_ptr_def.h | 153 const int32_t kiHeight, 155 …oid (*PCalculateBlockFeatureOfFrame) (uint8_t* pRef, const int32_t kiWidth, const int32_t kiHeight,
|
/third_party/openh264/codec/common/src/ |
D | utils.cpp | 48 const int32_t kiHeight); 106 const int32_t kiHeight) { in WelsCalcPsnr() argument 115 for (y = 0; y < kiHeight; ++ y) { // OPTable !! in WelsCalcPsnr() 124 return CALC_PSNR (kiWidth, kiHeight, iSqe); in WelsCalcPsnr()
|
/third_party/openh264/codec/encoder/core/src/ |
D | picture_handle.cpp | 51 SPicture* AllocPicture (CMemoryAlign* pMa, const int32_t kiWidth , const int32_t kiHeight, in AllocPicture() argument 67 …iPicHeight = WELS_ALIGN (kiHeight, MB_HEIGHT_LUMA) + (PADDING_LENGTH << 1); // with … in AllocPicture() 87 pPic->iHeightInPixel = kiHeight; in AllocPicture() 96 const uint32_t kuiCountMbNum = ((15 + kiWidth) >> 4) * ((15 + kiHeight) >> 4); in AllocPicture() 115 … int32_t iReturn = RequestScreenBlockFeatureStorage (pMa, kiWidth, kiHeight, iNeedFeatureStorage, in AllocPicture()
|
D | svc_motion_estimate.cpp | 769 void SumOf8x8BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf8x8BlockOfFrame_c() argument 776 for (y = 0; y < kiHeight; y++) { in SumOf8x8BlockOfFrame_c() 788 void SumOf16x16BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf16x16BlockOfFrame_c() argument 796 for (y = 0; y < kiHeight; y++) { in SumOf16x16BlockOfFrame_c() 818 …LocationByFeatureValue_c (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, in FillQpelLocationByFeatureValue_c() argument 823 for (int32_t y = 0; y < kiHeight; y++) { in FillQpelLocationByFeatureValue_c() 852 const int32_t kiHeight = pRef->iHeightInPixel - iEdgeDiscard; in CalculateFeatureOfBlock() local 856 …(pFunc->pfCalculateBlockFeatureOfFrame[iIs16x16]) (pRefData, iWidth, kiHeight, iRefStride, pFeatur… in CalculateFeatureOfBlock() 864 pFunc->pfFillQpelLocationByFeatureValue (pFeatureOfBlock, iWidth, kiHeight, in CalculateFeatureOfBlock()
|
D | encoder.cpp | 72 …ic (const void* kpSrc, const int32_t kiColorspace, const int32_t kiWidth, const int32_t kiHeight) { in InitPic() argument 75 if (NULL == pSrcPic || kiWidth == 0 || kiHeight == 0) in InitPic() 80 pSrcPic->iPicHeight = kiHeight; in InitPic()
|
D | md.cpp | 533 … const int32_t kiWidth, const int32_t kiHeight, SQuarRefineParams* pParams, int32_t iStrideEnc) { in MeRefineQuarPixel() argument 541 pParams->pSrcB[0], pParams->iStrideA, kiWidth, kiHeight); in MeRefineQuarPixel() 550 ME_REFINE_BUF_STRIDE, pParams->pSrcB[1], pParams->iStrideA, kiWidth, kiHeight); in MeRefineQuarPixel() 558 ME_REFINE_BUF_STRIDE, pParams->pSrcB[2], pParams->iStrideB, kiWidth, kiHeight); in MeRefineQuarPixel() 566 ME_REFINE_BUF_STRIDE, pParams->pSrcB[3], pParams->iStrideB, kiWidth, kiHeight); in MeRefineQuarPixel()
|
D | wels_preprocess.cpp | 569 const SSourcePicture* kpSrc, const int32_t kiWidth, const int32_t kiHeight) { in ColorspaceConvert() argument 574 …elsPreProcess::BilateralDenoising (SPicture* pSrc, const int32_t kiWidth, const int32_t kiHeight) { in BilateralDenoising() argument 583 sSrcPixMap.sRect.iRectHeight = kiHeight; in BilateralDenoising()
|
D | encoder_ext.cpp | 1040 const int32_t kiHeight = pParam->sSpatialLayers[iDlayerIndex].iVideoHeight; in InitDqLayers() local 1054 pRefList->pRef[i] = AllocPicture (pMa, kiWidth, kiHeight, true, in InitDqLayers() 2529 const int32_t kiHeight) { in WelsInitCurrentLayer() argument
|
/third_party/openh264/test/decoder/ |
D | DecUT_ErrorConcealment.cpp | 197 …eDataI420 (uint8_t* pSrcData, uint8_t* pDstData, const uint32_t kiStride, const int32_t kiHeight) { in ComparePictureDataI420() argument 203 int32_t iHeight = kiHeight; in ComparePictureDataI420() 209 for (iCurHeight = 0; bSame && (iCurHeight < kiHeight); ++iCurHeight) { in ComparePictureDataI420() 218 for (iCurHeight = 0; bSame && (iCurHeight < kiHeight / 2); ++iCurHeight) { in ComparePictureDataI420() 224 for (iCurHeight = 0; bSame && (iCurHeight < kiHeight / 2); ++iCurHeight) { in ComparePictureDataI420()
|
/third_party/openh264/codec/common/inc/ |
D | utils.h | 92 const int32_t kiHeight);
|
/third_party/openh264/codec/encoder/core/x86/ |
D | sample_sc.asm | 51 ;void SumOf8x8BlockOfFrame_sse2(uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight… 179 ;void SumOf8x8BlockOfFrame_sse4(uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight… 360 …OfFrame_sse2(uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, const int32_t ki… 515 …OfFrame_sse4(uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, const int32_t ki… 680 …ue_sse2(uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, uint16_t** pFeat… 837 ;void SumOf8x8BlockOfFrame_sse2(uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight… 949 ;void SumOf8x8BlockOfFrame_sse4(uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight… 1113 …OfFrame_sse2(uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, const int32_t ki… 1250 …OfFrame_sse4(uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, const int32_t ki… 1396 …ue_sse2(uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int32_t kiHeight, uint16_t** pFeat…
|
/third_party/openh264/codec/processing/src/downsample/ |
D | downsample.h | 59 const int32_t kiSrcWidth, const int32_t kiHeight);
|
/third_party/openh264/test/api/ |
D | decode_api_test.cpp | 778 const uint32_t kiHeight = 96; //DO NOT CHANGE! variable 822 iHeight_ = kiHeight; in SetUp() 1076 if ((unsigned int) p.height > kiHeight) in TEST_F()
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder_core.cpp | 52 const int32_t kiHeight = pCurDq->iMbHeight << 4; in DecodeFrameConstruction() local 69 …kiWidth, kiHeight, pCtx->sFrameCrop.iLeftOffset, pCtx->sFrameCrop.iRightOffset, pCtx->sFrameCrop.i… in DecodeFrameConstruction() 76 …const int32_t kiActualHeight = kiHeight - (pCtx->sFrameCrop.iTopOffset + pCtx->sFrameCrop.iBottomO… in DecodeFrameConstruction()
|