Searched refs:iSrcWidth (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 356 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/ |
D | downsample.cpp | 280 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()
|
D | downsample.h | 189 uint8_t* pSrc, int32_t iSrcStride, int32_t iSrcWidth, int32_t iSrcHeight);
|
/third_party/openh264/codec/processing/src/x86/ |
D | downsample_bilinear.asm | 116 ; 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/ |
D | wels_preprocess.h | 164 …int32_t DownsamplePadding (SPicture* pSrc, SPicture* pDstPic, int32_t iSrcWidth, int32_t iSrcHeig…
|
/third_party/openh264/test/api/ |
D | encode_options_test.cpp | 2143 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()
|