Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/downsample/
Ddownsample.cpp203 int32_t iHalfSrcHeight = iSrcHeightY >> 1; in Process() local
220 if ((iHalfSrcWidth == iDstWidthY) && (iHalfSrcHeight == iDstHeightY)) { //end in Process()
229 } else if ((iHalfSrcWidth > iDstWidthY) && (iHalfSrcHeight > iDstHeightY)){ in Process()
248 iSrcHeightY = iHalfSrcHeight; in Process()
249 iSrcHeightUV = iHalfSrcHeight >> 1; in Process()
256 iHalfSrcHeight >>= 1; in Process()