Home
last modified time | relevance | path

Searched refs:iSrcWidth (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp356 int32_t iSrcWidth = 0; in SingleLayerPreprocess() local
367 iSrcWidth = pSvcParam->SUsedPicRect.iWidth; in SingleLayerPreprocess()
383 WelsMoveMemoryWrapper (pSvcParam, pSrcPic, kpSrc, iSrcWidth, iSrcHeight); in SingleLayerPreprocess()
386 BilateralDenoising (pSrcPic, iSrcWidth, iSrcHeight); in SingleLayerPreprocess()
389 int32_t iShrinkWidth = iSrcWidth; in SingleLayerPreprocess()
398 …DownsamplePadding (pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWi… in SingleLayerPreprocess()
454 int32_t iSrcWidth = pScaledPicture->iScaledWidth[iClosestDid]; in SingleLayerPreprocess() local
459 …DownsamplePadding (pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWi… in SingleLayerPreprocess()
625 int32_t CWelsPreProcess::DownsamplePadding (SPicture* pSrc, SPicture* pDstPic, int32_t iSrcWidth, … in DownsamplePadding() argument
636 sSrcPixMap.sRect.iRectWidth = iSrcWidth; in DownsamplePadding()
[all …]
/third_party/openh264/codec/processing/src/downsample/
Ddownsample.cpp280 uint8_t* pSrc, int32_t iSrcStride, int32_t iSrcWidth, int32_t iSrcHeight) { in DownsampleHalfAverage() argument
284 pSrc, iSrcStride, WELS_ALIGN (iSrcWidth & ~1, 32), iSrcHeight); in DownsampleHalfAverage()
289 pSrc, iSrcStride, WELS_ALIGN (iSrcWidth & ~1, 16), iSrcHeight); in DownsampleHalfAverage()
Ddownsample.h189 uint8_t* pSrc, int32_t iSrcStride, int32_t iSrcWidth, int32_t iSrcHeight);
/third_party/openh264/codec/processing/src/x86/
Ddownsample_bilinear.asm116 ; const int iSrcWidth, const int iSrcHeight );
143 sar r4, $01 ; iSrcWidth >> 1
145 sar r4, $04 ; (iSrcWidth >> 1) / 16 ; loop count = num_of_mb
146 neg r6 ; - (iSrcWidth >> 1)
277 ; const int iSrcWidth, const int iSrcHeight );
304 sar r4, $01 ; iSrcWidth >> 1
306 sar r4, $03 ; (iSrcWidth >> 1) / 8 ; loop count = num_of_mb
307 neg r6 ; - (iSrcWidth >> 1)
389 ; const int iSrcWidth, const int iSrcHeight );
416 sar r4, $01 ; iSrcWidth >> 1
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h164 …int32_t DownsamplePadding (SPicture* pSrc, SPicture* pDstPic, int32_t iSrcWidth, int32_t iSrcHeig…
/third_party/openh264/test/api/
Dencode_options_test.cpp2143 int iSrcWidth = rand() % 15 + 1; in TEST_F() local
2159 ASSERT_TRUE (InitialEncDec (iSrcWidth, iSrcHeight)); in TEST_F()
2164 iSrcWidth = iWidth; in TEST_F()
2167 ASSERT_TRUE (InitialEncDec (iSrcWidth, iSrcHeight)); in TEST_F()