Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h514 int16_t lastReadyHeightOffset[LIST_A][MAX_REF_PIC_COUNT]; //last ready reference MB offset member
/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp267 if (offset > pCtx->lastReadyHeightOffset[listIdx][iRefIdx]) { in BaseMC()
272 pCtx->lastReadyHeightOffset[listIdx][iRefIdx] = offset; in BaseMC()
Dmv_pred.cpp319 if (16 * pCurDqLayer->iMbY > pCtx->lastReadyHeightOffset[1][0]) { in GetColocatedMb()
323 pCtx->lastReadyHeightOffset[1][0] = 16 * pCurDqLayer->iMbY; in GetColocatedMb()
Ddecoder_core.cpp2722 … memset (&pCtx->lastReadyHeightOffset[0][0], -1, LIST_A * MAX_REF_PIC_COUNT * sizeof (int16_t)); in DecodeCurrentAccessUnit()