Home
last modified time | relevance | path

Searched defs:iHeight (Results 1 – 25 of 66) sorted by relevance

123

/third_party/openh264/codec/common/src/
Dmc.cpp101 int32_t iHeight) { in McCopyWidthEq2_c()
111 int32_t iHeight) { in McCopyWidthEq4_c()
121 int32_t iHeight) { in McCopyWidthEq8_c()
131 int32_t iHeight) { in McCopyWidthEq16_c()
163 … const uint8_t* pSrcB, int32_t iSrcBStride, int32_t iWidth, int32_t iHeight) { in PixelAvg_c()
175 int32_t iHeight) { in McCopy_c()
189 int32_t iHeight) { in McHorVer20_c()
203 int32_t iHeight) { in McHorVer02_c()
217 int32_t iHeight) { in McHorVer22_c()
236 int32_t iHeight) { in McHorVer01_c()
[all …]
/third_party/openh264/test/api/
DDataGenerator.cpp9 bool YUVPixelDataGenerator (uint8_t* pPointer, int32_t iWidth, int32_t iHeight, int32_t iStride) {
48 void RandomPixelDataGenerator (uint8_t* pPointer, int32_t iWidth, int32_t iHeight, int32_t iStride)…
59 void RandomResidueDataGenerator (uint16_t* pPointer, int32_t iWidth, int32_t iHeight, int32_t iStri…
62 void RandomCoeffDataGenerator (uint16_t* pPointer, int32_t iWidth, int32_t iHeight, int32_t iStride…
Dencode_options_test.cpp13 bool EncodeDecodeTestAPIBase::InitialEncDec (int iWidth, int iHeight) { in InitialEncDec()
302 …int iHeight = WelsClip3 ((((rand() % MAX_HEIGHT) >> 1) + 1) << 1, 1 << iSpatialLayerNum, MAX… in TEST_F() local
352 …int iHeight = WelsClip3 ((((rand() % MAX_HEIGHT) >> 1) + 1) << 1, 1 << iSpatialLayerNum, MAX… in TEST_F() local
404 int iHeight = GetRandHeight(); in TEST_F() local
517 int iHeight = GetRandHeight(); in TEST_F() local
629 int iHeight = GetRandHeight(); in TEST_F() local
684 int iHeight = GetRandHeight(); in TEST_F() local
752 int iHeight = GetRandHeight(); in TEST_F() local
816 int iHeight = GetRandHeight(); in TEST_F() local
874 int iHeight = GetRandHeight(); in TEST_F() local
[all …]
DBaseThreadDecoderTest.cpp104 static void Write2File (FILE* pFp, unsigned char* pData[3], int iStride[2], int iWidth, int iHeight in Write2File()
133 int iHeight = pInfo->UsrData.sSystemBuffer.iHeight; in Process() local
Dencoder_test.cpp34 int iHeight; member
/third_party/openh264/codec/processing/src/imagerotate/
Dimagerotatefuncs.cpp41 void ImageRotate90D_c (uint8_t* pSrc, uint32_t uiBytesPerPixel, uint32_t iWidth, uint32_t iHeight, … in ImageRotate90D_c()
49 void ImageRotate180D_c (uint8_t* pSrc, uint32_t uiBytesPerPixel, uint32_t iWidth, uint32_t iHeight,… in ImageRotate180D_c()
57 void ImageRotate270D_c (uint8_t* pSrc, uint32_t uiBytesPerPixel, uint32_t iWidth, uint32_t iHeight,… in ImageRotate270D_c()
Dimagerotate.cpp55 uint32_t iHeight, uint8_t* pDst) { in ProcessImageRotate()
/third_party/openh264/codec/common/loongarch/
Dmc_chroma_lsx.c48 uint8_t *pDst, int iDstStride, int iHeight) { in McCopyWidthEq4_lsx()
63 uint8_t *pDst, int iDstStride, int iHeight) { in McCopyWidthEq8_lsx()
78 uint8_t *pDst, int iDstStride, int iHeight) { in McCopyWidthEq16_lsx()
93 int32_t iDstStride, const uint8_t *pABCD, int32_t iHeight) { in McChromaWidthEq4_lsx()
143 int32_t iDstStride, const uint8_t *pABCD, int32_t iHeight) { in McChromaWidthEq8_lsx()
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp180 int iHeight; in Dump() local
198 int iHeight = 0; in InitResource() local
362 int iHeight; in Dump() local
378 int iHeight; in InitResource() local
431 HRESULT Dump2Surface (void* pDst[3], void* pSurface, int iWidth, int iHeight, int iStride[2]) { in Dump2Surface()
567 int iHeight = pInfo->UsrData.sSystemBuffer.iHeight; in Process() local
625 void Write2File (FILE* pFp, unsigned char* pData[3], int iStride[2], int iWidth, int iHeight) { in Write2File()
Dh264dec.cpp179 …unsigned long long& uiTimeStamp, int32_t& iWidth, int32_t& iHeight, int32_t& iLastWidth, int32_t i… in FlushFrames()
219 … int32_t& iWidth, int32_t& iHeight, const char* pOptionFileName, const char* pLengthFileName, in H264DecodeInstance()
637 int32_t iHeight = 0; local
/third_party/openh264/test/encoder/
DEncUT_MotionCompensation.cpp37 int32_t iHeight) { in MCCopyAnchor()
46 … int32_t iStride, int32_t iWidth, int32_t iHeight, int16_t* pBuf) { in MCHalfPelFilterAnchor()
67 uint8_t* pSrc2, int32_t iSrc2Stride, int32_t iWidth, int32_t iHeight) { in PixelAvgAnchor()
78 int32_t iMvX, int32_t iMvY, int32_t iWidth, int32_t iHeight) { in MCLumaAnchor()
93 int32_t iMvX, int32_t iMvY, int32_t iWidth, int32_t iHeight) { in MCChromaAnchor()
DEncUT_EncoderMb.cpp120 int16_t* pDctCompare, int16_t iWidth, int16_t iHeight) { in TestQuant()
185 int16_t iHeight = 16; in TEST() local
/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetection.cpp72 int32_t iStartX, iStartY, iWidth, iHeight; in ScrollDetectionWithMask() local
92 int32_t iStartX, iStartY, iWidth, iHeight; in ScrollDetectionWithoutMask() local
DScrollDetectionFuncs.cpp70 int32_t SelectTestLine (uint8_t* pY, int32_t iWidth, int32_t iHeight, int32_t iPicHeight, in SelectTestLine()
110 void ScrollDetectionCore (SPixMap* pSrcPixMap, SPixMap* pRefPixMap, int32_t iWidth, int32_t iHeight, in ScrollDetectionCore()
/third_party/openh264/codec/processing/src/denoise/
Ddenoise.cpp92 void CDenoiser::BilateralDenoiseLuma (uint8_t* pSrcY, int32_t iWidth, int32_t iHeight, int32_t iStr… in BilateralDenoiseLuma()
107 void CDenoiser::WaverageDenoiseChroma (uint8_t* pSrcUV, int32_t iWidth, int32_t iHeight, int32_t iS… in WaverageDenoiseChroma()
/third_party/openh264/codec/common/mips/
Dexpand_picture_mmi.c418 int32_t iHeight) { in ExpandPictureLuma_mmi()
498 int32_t iHeight) { in ExpandPictureChromaUnalign_mmi()
585 int32_t iHeight) { in ExpandPictureChromaAlign_mmi()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp110 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in GetFrameSadExcludeBackground() local
173 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in AnalyzeGomComplexityViaSad() local
222 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in AnalyzeGomComplexityViaVar() local
352 int32_t iHeight = pSrc->sRect.iRectHeight; in GomComplexityAnalysisIntra() local
408 int32_t iHeight = pSrc->sRect.iRectHeight; in GomComplexityAnalysisInter() local
/third_party/openh264/codec/processing/src/scenechangedetection/
DSceneChangeDetection.h61 int32_t iHeight; member
163 int32_t iHeight = sLocalParam.iHeight; in operator() local
/third_party/openh264/test/processing/
DProcessUT_ScrollDetection.cpp27 int iHeight = iHeightSets[i]; in TEST() local
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c73 int iHeight, in wglCreatePbufferARB()
/third_party/openh264/codec/api/svc/
Dcodec_def.h175 int iHeight; ///< frame height member
189 int iHeight; ///< height of decoded pic for display member
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp61 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in Process() local
/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp203 int32_t iHeight = kiHeight; in ComparePictureDataI420() local
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1301 int& iHeight) { in DecodeFrame()
1328 int& iHeight, in DecodeFrameEx()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp41 void ClearEndOfLinePadding (uint8_t* pData, int32_t iStride, int32_t iWidth, int32_t iHeight) { in ClearEndOfLinePadding()
145 int32_t CWelsPreProcess::WelsPreprocessReset (sWelsEncCtx* pCtx, int32_t iWidth, int32_t iHeight) { in WelsPreprocessReset()
222 int32_t iHeight = ((kpSrcPic->iPicHeight >> 1) << 1); in BuildSpatialPicList() local
1366 int32_t iHeight) { in WelsMoveMemory_c()

123