Searched refs:DownsampleHalfAverage (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/processing/src/downsample/ |
D | downsample.cpp | 161 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[0], pDstPixMap->iStride[0], in Process() 163 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[1], pDstPixMap->iStride[1], in Process() 165 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[2], pDstPixMap->iStride[2], in Process() 222 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[0], pDstPixMap->iStride[0], in Process() 224 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[1], pDstPixMap->iStride[1], in Process() 226 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[2], pDstPixMap->iStride[2], in Process() 234 DownsampleHalfAverage ((uint8_t*)pDstY, iDstStrideY, in Process() 236 DownsampleHalfAverage ((uint8_t*)pDstU, iDstStrideU, in Process() 238 DownsampleHalfAverage ((uint8_t*)pDstV, iDstStrideV, in Process() 279 void CDownsampling::DownsampleHalfAverage (uint8_t* pDst, int32_t iDstStride, in DownsampleHalfAverage() function in CDownsampling
|
D | downsample.h | 188 void DownsampleHalfAverage (uint8_t* pDst, int32_t iDstStride,
|