Home
last modified time | relevance | path

Searched defs:iSrcWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/processing/src/downsample/
Ddownsample.cpp280 uint8_t* pSrc, int32_t iSrcStride, int32_t iSrcWidth, int32_t iSrcHeight) { in DownsampleHalfAverage()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp356 int32_t iSrcWidth = 0; in SingleLayerPreprocess() local
454 int32_t iSrcWidth = pScaledPicture->iScaledWidth[iClosestDid]; in SingleLayerPreprocess() local
625 int32_t CWelsPreProcess::DownsamplePadding (SPicture* pSrc, SPicture* pDstPic, int32_t iSrcWidth, … in DownsamplePadding()
1393 int32_t iSrcWidth = kpSrc->iPicWidth; in WelsMoveMemoryWrapper() local
/third_party/openh264/test/api/
Dencode_options_test.cpp2143 int iSrcWidth = rand() % 15 + 1; in TEST_F() local