Searched refs:iDstStrideY (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/processing/src/downsample/ |
D | downsample.cpp | 211 int32_t iDstStrideY = pDstPixMap->iStride[0]; in Process() local 231 iDstStrideY = WELS_ALIGN (iHalfSrcWidth, 32); in Process() 234 DownsampleHalfAverage ((uint8_t*)pDstY, iDstStrideY, in Process() 251 iSrcStrideY = iDstStrideY; in Process()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 59 void WelsMoveMemory_c (uint8_t* pDstY, uint8_t* pDstU, uint8_t* pDstV, int32_t iDstStrideY, int32… 1364 void WelsMoveMemory_c (uint8_t* pDstY, uint8_t* pDstU, uint8_t* pDstV, int32_t iDstStrideY, int32… in WelsMoveMemory_c() argument 1373 pDstY += iDstStrideY; in WelsMoveMemory_c()
|