Searched refs:PixelAvgWidthEq4_lsx (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/common/src/ |
D | mc.cpp | 4254 PixelAvgWidthEq4_lsx (pDst, iDstStride, pSrc, iSrcStride, pTmp, 16, iHeight); in McHorVer01_lsx() 4279 PixelAvgWidthEq4_lsx (pDst, iDstStride, pSrc + iSrcStride, iSrcStride, pTmp, 16, iHeight); in McHorVer03_lsx() 4294 PixelAvgWidthEq4_lsx (pDst, iDstStride, pSrc, iSrcStride, pTmp, 16, iHeight); in McHorVer10_lsx() 4313 PixelAvgWidthEq4_lsx (pDst, iDstStride, pHorTmp, 16, pVerTmp, 16, iHeight); in McHorVer11_lsx() 4338 PixelAvgWidthEq4_lsx (pDst, iDstStride, pVerTmp, 16, pCtrTmp, 16, iHeight); in McHorVer12_lsx() 4357 PixelAvgWidthEq4_lsx (pDst, iDstStride, pHorTmp, 16, pVerTmp, 16, iHeight); in McHorVer13_lsx() 4386 PixelAvgWidthEq4_lsx (pDst, iDstStride, pHorTmp, 16, pCtrTmp, 16, iHeight); in McHorVer21_lsx() 4415 PixelAvgWidthEq4_lsx (pDst, iDstStride, pHorTmp, 16, pCtrTmp, 16, iHeight); in McHorVer23_lsx() 4430 PixelAvgWidthEq4_lsx (pDst, iDstStride, pSrc + 1, iSrcStride, pHorTmp, 16, iHeight); in McHorVer30_lsx() 4449 PixelAvgWidthEq4_lsx (pDst, iDstStride, pHorTmp, 16, pVerTmp, 16, iHeight); in McHorVer31_lsx() [all …]
|
/third_party/openh264/codec/common/inc/ |
D | mc.h | 371 void PixelAvgWidthEq4_lsx (uint8_t* pDst, int32_t iDstStride, const uint8_t* pSrcA, int32_t iSrcASt…
|
/third_party/openh264/codec/common/loongarch/ |
D | mc_horver_lsx.c | 80 void PixelAvgWidthEq4_lsx(uint8_t *pDst, int32_t iDstStride, const uint8_t *pSrcA, in PixelAvgWidthEq4_lsx() function
|