Searched refs:SetRectBlock (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | mv_pred.cpp | 48 static inline void SetRectBlock (void* vp, int32_t w, const int32_t h, int32_t stride, const uint3… in SetRectBlock() function 350 SetRectBlock (pCurDqLayer->iColocIntra, 4, 4, 4 * sizeof (int8_t), 1, sizeof (int8_t)); in GetColocatedMb() 353 SetRectBlock (pCurDqLayer->iColocIntra, 4, 4, 4 * sizeof (int8_t), 0, sizeof (int8_t)); in GetColocatedMb() 371 SetRectBlock (pCurDqLayer->iColocRefIndex[LIST_1], 4, 4, 4, (uint8_t)REF_NOT_IN_LIST, 1); in GetColocatedMb() 375 …SetRectBlock (pCurDqLayer->iColocMv[listIdx][0], 2, 2, 16, LD32 (colocPic->pMv[listIdx][iMbXy][0])… in GetColocatedMb() 376 …SetRectBlock (pCurDqLayer->iColocMv[listIdx][2], 2, 2, 16, LD32 (colocPic->pMv[listIdx][iMbXy][3])… in GetColocatedMb() 377 …SetRectBlock (pCurDqLayer->iColocMv[listIdx][8], 2, 2, 16, LD32 (colocPic->pMv[listIdx][iMbXy][12]… in GetColocatedMb() 378 …SetRectBlock (pCurDqLayer->iColocMv[listIdx][10], 2, 2, 16, LD32 (colocPic->pMv[listIdx][iMbXy][15… in GetColocatedMb() 380 …SetRectBlock (&pCurDqLayer->iColocRefIndex[listIdx][0], 2, 2, 4, colocPic->pRefIndex[listIdx][iMbX… in GetColocatedMb() 381 …SetRectBlock (&pCurDqLayer->iColocRefIndex[listIdx][2], 2, 2, 4, colocPic->pRefIndex[listIdx][iMbX… in GetColocatedMb() [all …]
|