Home
last modified time | relevance | path

Searched defs:kiWidth (Results 1 – 12 of 12) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp42 void SumOf8x8BlockOfFrame_ref (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf8x8BlockOfFrame_ref()
61 void SumOf16x16BlockOfFrame_ref (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeigh… in SumOf16x16BlockOfFrame_ref()
92 void FillQpelLocationByFeatureValue_ref (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const in… in FillQpelLocationByFeatureValue_ref()
147 #define GENERATE_SumOfFrame(anchor, method, kiWidth, kiHeight, flag) \ argument
174 #define GENERATE_InitializeHashforFeature(anchor, method, kiWidth, kiHeight, flag) \ argument
214 #define GENERATE_FillQpelLocationByFeatureValue(anchor, method, kiWidth, kiHeight, flag) \ argument
/third_party/openh264/codec/encoder/core/src/
Dpicture_handle.cpp51 SPicture* AllocPicture (CMemoryAlign* pMa, const int32_t kiWidth , const int32_t kiHeight, in AllocPicture()
Dencoder.cpp72 int32_t InitPic (const void* kpSrc, const int32_t kiColorspace, const int32_t kiWidth, const int32_… in InitPic()
Dsvc_motion_estimate.cpp769 void SumOf8x8BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf8x8BlockOfFrame_c()
788 void SumOf16x16BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf16x16BlockOfFrame_c()
818 void FillQpelLocationByFeatureValue_c (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int3… in FillQpelLocationByFeatureValue_c()
Dmd.cpp533const int32_t kiWidth, const int32_t kiHeight, SQuarRefineParams* pParams, int32_t iStrideEnc) { in MeRefineQuarPixel()
Dwels_preprocess.cpp569 const SSourcePicture* kpSrc, const int32_t kiWidth, const int32_t kiHeight) { in ColorspaceConvert()
574 void CWelsPreProcess::BilateralDenoising (SPicture* pSrc, const int32_t kiWidth, const int32_t kiHe… in BilateralDenoising()
Dsvc_mode_decision.cpp504 const int32_t kiWidth = kiMbWidth << 1; in SetBlockStaticIdcToMd() local
Dencoder_ext.cpp1039 const int32_t kiWidth = pParam->sSpatialLayers[iDlayerIndex].iVideoWidth; in InitDqLayers() local
2528 const int32_t kiWidth, in WelsInitCurrentLayer()
/third_party/openh264/codec/common/src/
Dutils.cpp105 const int32_t kiWidth, in WelsCalcPsnr()
/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetectionFuncs.cpp99 int32_t CompareLine (uint8_t* pYSrc, uint8_t* pYRef, const int32_t kiWidth) { in CompareLine()
/third_party/openh264/test/api/
Ddecode_api_test.cpp777 const uint32_t kiWidth = 160; //DO NOT CHANGE! variable
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp51 const int32_t kiWidth = pCurDq->iMbWidth << 4; in DecodeFrameConstruction() local