Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp357 int32_t iSrcHeight = 0; in SingleLayerPreprocess() local
368 iSrcHeight = pSvcParam->SUsedPicRect.iHeight; in SingleLayerPreprocess()
383 WelsMoveMemoryWrapper (pSvcParam, pSrcPic, kpSrc, iSrcWidth, iSrcHeight); in SingleLayerPreprocess()
386 BilateralDenoising (pSrcPic, iSrcWidth, iSrcHeight); in SingleLayerPreprocess()
390 int32_t iShrinkHeight = iSrcHeight; in SingleLayerPreprocess()
398 …DownsamplePadding (pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWi… in SingleLayerPreprocess()
455 int32_t iSrcHeight = pScaledPicture->iScaledHeight[iClosestDid]; in SingleLayerPreprocess() local
459 …DownsamplePadding (pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWi… in SingleLayerPreprocess()
625 …cess::DownsamplePadding (SPicture* pSrc, SPicture* pDstPic, int32_t iSrcWidth, int32_t iSrcHeight, in DownsamplePadding() argument
637 sSrcPixMap.sRect.iRectHeight = iSrcHeight; 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 );
135 sar r5, $01 ; iSrcHeight >> 1
277 ; const int iSrcWidth, const int iSrcHeight );
296 sar r5, $01 ; iSrcHeight >> 1
389 ; const int iSrcWidth, const int iSrcHeight );
408 sar r5, $01 ; iSrcHeight >> 1
487 ; const int iSrcWidth, const int iSrcHeight );
507 sar r5, $01 ; iSrcHeight >> 1
562 ; const int iSrcWidth, const int iSrcHeight );
582 sar r5, $01 ; iSrcHeight >> 1
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h164 …t32_t DownsamplePadding (SPicture* pSrc, SPicture* pDstPic, int32_t iSrcWidth, int32_t iSrcHeight,
/third_party/openh264/test/api/
Dencode_options_test.cpp2144 int iSrcHeight = rand() % 15 + 1; in TEST_F() local
2159 ASSERT_TRUE (InitialEncDec (iSrcWidth, iSrcHeight)); in TEST_F()
2165 iSrcHeight = iHeight; in TEST_F()
2167 ASSERT_TRUE (InitialEncDec (iSrcWidth, iSrcHeight)); in TEST_F()