| /third_party/openh264/codec/common/src/ |
| D | mc.cpp | 101 int32_t iHeight) { in McCopyWidthEq2_c() 111 int32_t iHeight) { in McCopyWidthEq4_c() 121 int32_t iHeight) { in McCopyWidthEq8_c() 131 int32_t iHeight) { in McCopyWidthEq16_c() 163 … const uint8_t* pSrcB, int32_t iSrcBStride, int32_t iWidth, int32_t iHeight) { in PixelAvg_c() 175 int32_t iHeight) { in McCopy_c() 189 int32_t iHeight) { in McHorVer20_c() 203 int32_t iHeight) { in McHorVer02_c() 217 int32_t iHeight) { in McHorVer22_c() 236 int32_t iHeight) { in McHorVer01_c() [all …]
|
| /third_party/openh264/test/api/ |
| D | DataGenerator.cpp | 9 bool YUVPixelDataGenerator (uint8_t* pPointer, int32_t iWidth, int32_t iHeight, int32_t iStride) { 48 void RandomPixelDataGenerator (uint8_t* pPointer, int32_t iWidth, int32_t iHeight, int32_t iStride)… 59 void RandomResidueDataGenerator (uint16_t* pPointer, int32_t iWidth, int32_t iHeight, int32_t iStri… 62 void RandomCoeffDataGenerator (uint16_t* pPointer, int32_t iWidth, int32_t iHeight, int32_t iStride…
|
| D | encode_options_test.cpp | 13 bool EncodeDecodeTestAPIBase::InitialEncDec (int iWidth, int iHeight) { in InitialEncDec() 302 …int iHeight = WelsClip3 ((((rand() % MAX_HEIGHT) >> 1) + 1) << 1, 1 << iSpatialLayerNum, MAX… in TEST_F() local 352 …int iHeight = WelsClip3 ((((rand() % MAX_HEIGHT) >> 1) + 1) << 1, 1 << iSpatialLayerNum, MAX… in TEST_F() local 404 int iHeight = GetRandHeight(); in TEST_F() local 517 int iHeight = GetRandHeight(); in TEST_F() local 629 int iHeight = GetRandHeight(); in TEST_F() local 684 int iHeight = GetRandHeight(); in TEST_F() local 752 int iHeight = GetRandHeight(); in TEST_F() local 816 int iHeight = GetRandHeight(); in TEST_F() local 874 int iHeight = GetRandHeight(); in TEST_F() local [all …]
|
| D | BaseThreadDecoderTest.cpp | 104 static void Write2File (FILE* pFp, unsigned char* pData[3], int iStride[2], int iWidth, int iHeight… in Write2File() 133 int iHeight = pInfo->UsrData.sSystemBuffer.iHeight; in Process() local
|
| D | encoder_test.cpp | 34 int iHeight; member
|
| /third_party/openh264/codec/processing/src/imagerotate/ |
| D | imagerotatefuncs.cpp | 41 void ImageRotate90D_c (uint8_t* pSrc, uint32_t uiBytesPerPixel, uint32_t iWidth, uint32_t iHeight, … in ImageRotate90D_c() 49 void ImageRotate180D_c (uint8_t* pSrc, uint32_t uiBytesPerPixel, uint32_t iWidth, uint32_t iHeight,… in ImageRotate180D_c() 57 void ImageRotate270D_c (uint8_t* pSrc, uint32_t uiBytesPerPixel, uint32_t iWidth, uint32_t iHeight,… in ImageRotate270D_c()
|
| D | imagerotate.cpp | 55 uint32_t iHeight, uint8_t* pDst) { in ProcessImageRotate()
|
| /third_party/openh264/codec/common/loongarch/ |
| D | mc_chroma_lsx.c | 48 uint8_t *pDst, int iDstStride, int iHeight) { in McCopyWidthEq4_lsx() 63 uint8_t *pDst, int iDstStride, int iHeight) { in McCopyWidthEq8_lsx() 78 uint8_t *pDst, int iDstStride, int iHeight) { in McCopyWidthEq16_lsx() 93 int32_t iDstStride, const uint8_t *pABCD, int32_t iHeight) { in McChromaWidthEq4_lsx() 143 int32_t iDstStride, const uint8_t *pABCD, int32_t iHeight) { in McChromaWidthEq8_lsx()
|
| /third_party/openh264/codec/console/dec/src/ |
| D | d3d9_utils.cpp | 180 int iHeight; in Dump() local 198 int iHeight = 0; in InitResource() local 362 int iHeight; in Dump() local 378 int iHeight; in InitResource() local 431 HRESULT Dump2Surface (void* pDst[3], void* pSurface, int iWidth, int iHeight, int iStride[2]) { in Dump2Surface() 567 int iHeight = pInfo->UsrData.sSystemBuffer.iHeight; in Process() local 625 void Write2File (FILE* pFp, unsigned char* pData[3], int iStride[2], int iWidth, int iHeight) { in Write2File()
|
| D | h264dec.cpp | 179 …unsigned long long& uiTimeStamp, int32_t& iWidth, int32_t& iHeight, int32_t& iLastWidth, int32_t i… in FlushFrames() 219 … int32_t& iWidth, int32_t& iHeight, const char* pOptionFileName, const char* pLengthFileName, in H264DecodeInstance() 637 int32_t iHeight = 0; local
|
| /third_party/openh264/test/encoder/ |
| D | EncUT_MotionCompensation.cpp | 37 int32_t iHeight) { in MCCopyAnchor() 46 … int32_t iStride, int32_t iWidth, int32_t iHeight, int16_t* pBuf) { in MCHalfPelFilterAnchor() 67 uint8_t* pSrc2, int32_t iSrc2Stride, int32_t iWidth, int32_t iHeight) { in PixelAvgAnchor() 78 int32_t iMvX, int32_t iMvY, int32_t iWidth, int32_t iHeight) { in MCLumaAnchor() 93 int32_t iMvX, int32_t iMvY, int32_t iWidth, int32_t iHeight) { in MCChromaAnchor()
|
| D | EncUT_EncoderMb.cpp | 120 int16_t* pDctCompare, int16_t iWidth, int16_t iHeight) { in TestQuant() 185 int16_t iHeight = 16; in TEST() local
|
| /third_party/openh264/codec/processing/src/scrolldetection/ |
| D | ScrollDetection.cpp | 72 int32_t iStartX, iStartY, iWidth, iHeight; in ScrollDetectionWithMask() local 92 int32_t iStartX, iStartY, iWidth, iHeight; in ScrollDetectionWithoutMask() local
|
| D | ScrollDetectionFuncs.cpp | 70 int32_t SelectTestLine (uint8_t* pY, int32_t iWidth, int32_t iHeight, int32_t iPicHeight, in SelectTestLine() 110 void ScrollDetectionCore (SPixMap* pSrcPixMap, SPixMap* pRefPixMap, int32_t iWidth, int32_t iHeight, in ScrollDetectionCore()
|
| /third_party/openh264/codec/processing/src/denoise/ |
| D | denoise.cpp | 92 void CDenoiser::BilateralDenoiseLuma (uint8_t* pSrcY, int32_t iWidth, int32_t iHeight, int32_t iStr… in BilateralDenoiseLuma() 107 void CDenoiser::WaverageDenoiseChroma (uint8_t* pSrcUV, int32_t iWidth, int32_t iHeight, int32_t iS… in WaverageDenoiseChroma()
|
| /third_party/openh264/codec/common/mips/ |
| D | expand_picture_mmi.c | 418 int32_t iHeight) { in ExpandPictureLuma_mmi() 498 int32_t iHeight) { in ExpandPictureChromaUnalign_mmi() 585 int32_t iHeight) { in ExpandPictureChromaAlign_mmi()
|
| /third_party/openh264/codec/processing/src/complexityanalysis/ |
| D | ComplexityAnalysis.cpp | 110 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in GetFrameSadExcludeBackground() local 173 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in AnalyzeGomComplexityViaSad() local 222 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in AnalyzeGomComplexityViaVar() local 352 int32_t iHeight = pSrc->sRect.iRectHeight; in GomComplexityAnalysisIntra() local 408 int32_t iHeight = pSrc->sRect.iRectHeight; in GomComplexityAnalysisInter() local
|
| /third_party/openh264/codec/processing/src/scenechangedetection/ |
| D | SceneChangeDetection.h | 61 int32_t iHeight; member 163 int32_t iHeight = sLocalParam.iHeight; in operator() local
|
| /third_party/openh264/test/processing/ |
| D | ProcessUT_ScrollDetection.cpp | 27 int iHeight = iHeightSets[i]; in TEST() local
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| D | stw_ext_pbuffer.c | 73 int iHeight, in wglCreatePbufferARB()
|
| /third_party/openh264/codec/api/svc/ |
| D | codec_def.h | 175 int iHeight; ///< frame height member 189 int iHeight; ///< height of decoded pic for display member
|
| /third_party/openh264/codec/processing/src/adaptivequantization/ |
| D | AdaptiveQuantization.cpp | 61 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in Process() local
|
| /third_party/openh264/test/decoder/ |
| D | DecUT_ErrorConcealment.cpp | 203 int32_t iHeight = kiHeight; in ComparePictureDataI420() local
|
| /third_party/openh264/codec/decoder/plus/src/ |
| D | welsDecoderExt.cpp | 1301 int& iHeight) { in DecodeFrame() 1328 int& iHeight, in DecodeFrameEx()
|
| /third_party/openh264/codec/encoder/core/src/ |
| D | wels_preprocess.cpp | 41 void ClearEndOfLinePadding (uint8_t* pData, int32_t iStride, int32_t iWidth, int32_t iHeight) { in ClearEndOfLinePadding() 145 int32_t CWelsPreProcess::WelsPreprocessReset (sWelsEncCtx* pCtx, int32_t iWidth, int32_t iHeight) { in WelsPreprocessReset() 222 int32_t iHeight = ((kpSrcPic->iPicHeight >> 1) << 1); in BuildSpatialPicList() local 1366 int32_t iHeight) { in WelsMoveMemory_c()
|