Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/downsample/
Ddownsample.cpp148 int32_t iDstHeightY = pDstPixMap->sRect.iRectHeight; in Process() local
153 int32_t iDstHeightUV = iDstHeightY >> 1; in Process()
155 if (iSrcWidthY <= iDstWidthY || iSrcHeightY <= iDstHeightY) { in Process()
159 if ((iSrcWidthY >> 1) == iDstWidthY && (iSrcHeightY >> 1) == iDstHeightY) { in Process()
167 } else if ((iSrcWidthY >> 2) == iDstWidthY && (iSrcHeightY >> 2) == iDstHeightY) { in Process()
178 } else if ((iSrcWidthY / 3) == iDstWidthY && (iSrcHeightY / 3) == iDstHeightY) { in Process()
181 … (uint8_t*)pSrcPixMap->pPixel[0], pSrcPixMap->iStride[0], iSrcWidthY, iDstHeightY); in Process()
190 …GeneralRatioLuma ((uint8_t*)pDstPixMap->pPixel[0], pDstPixMap->iStride[0], iDstWidthY, iDstHeightY, in Process()
220 if ((iHalfSrcWidth == iDstWidthY) && (iHalfSrcHeight == iDstHeightY)) { //end in Process()
229 } else if ((iHalfSrcWidth > iDstWidthY) && (iHalfSrcHeight > iDstHeightY)){ in Process()
[all …]