Searched refs:iSizeInBits (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/processing/src/imagerotate/ |
D | imagerotate.cpp | 75 …eReturn = ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[0], pSrc->iSizeInBits * 8, pSrc->sRect… in Process() 78 …ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[0], pSrc->iSizeInBits * 8, pSrc->sRect.iRectWidt… in Process() 80 …ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[1], pSrc->iSizeInBits * 8, (pSrc->sRect.iRectWid… in Process() 82 …eReturn = ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[2], pSrc->iSizeInBits * 8, (pSrc->sRec… in Process()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 581 sSrcPixMap.iSizeInBits = g_kiPixMapSizeInBits; in BilateralDenoising() 600 sSrcPixMap.iSizeInBits = g_kiPixMapSizeInBits; in DetectSceneChange() 607 sRefPixMap.iSizeInBits = g_kiPixMapSizeInBits; in DetectSceneChange() 635 sSrcPixMap.iSizeInBits = g_kiPixMapSizeInBits; in DownsamplePadding() 648 sDstPicMap.iSizeInBits = g_kiPixMapSizeInBits; in DownsamplePadding() 690 sCurPixMap.iSizeInBits = g_kiPixMapSizeInBits; in VaaCalculation() 697 sRefPixMap.iSizeInBits = g_kiPixMapSizeInBits; in VaaCalculation() 738 sSrcPixMap.iSizeInBits = g_kiPixMapSizeInBits; in BackgroundDetection() 749 sRefPixMap.iSizeInBits = g_kiPixMapSizeInBits; in BackgroundDetection() 781 pSrc.iSizeInBits = g_kiPixMapSizeInBits; in AdaptiveQuantCalculation() [all …]
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 114 int iSizeInBits; member
|