Home
last modified time | relevance | path

Searched refs:SetRectBlock (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp48 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()
375SetRectBlock (pCurDqLayer->iColocMv[listIdx][0], 2, 2, 16, LD32 (colocPic->pMv[listIdx][iMbXy][0])… in GetColocatedMb()
376SetRectBlock (pCurDqLayer->iColocMv[listIdx][2], 2, 2, 16, LD32 (colocPic->pMv[listIdx][iMbXy][3])… in GetColocatedMb()
377SetRectBlock (pCurDqLayer->iColocMv[listIdx][8], 2, 2, 16, LD32 (colocPic->pMv[listIdx][iMbXy][12]… in GetColocatedMb()
378SetRectBlock (pCurDqLayer->iColocMv[listIdx][10], 2, 2, 16, LD32 (colocPic->pMv[listIdx][iMbXy][15… in GetColocatedMb()
380SetRectBlock (&pCurDqLayer->iColocRefIndex[listIdx][0], 2, 2, 4, colocPic->pRefIndex[listIdx][iMbX… in GetColocatedMb()
381SetRectBlock (&pCurDqLayer->iColocRefIndex[listIdx][2], 2, 2, 4, colocPic->pRefIndex[listIdx][iMbX… in GetColocatedMb()
[all …]