Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp465 const uint32_t kuiIdc = uiCode; in ParseRefPicListReordering() local
468 if ((iIdx >= MAX_REF_PIC_COUNT) || (kuiIdc > 3)) { in ParseRefPicListReordering()
471 pRefPicListReordering->sReorderingSyn[iList][iIdx].uiReorderingOfPicNumsIdc = kuiIdc; in ParseRefPicListReordering()
472 if (kuiIdc == 3) in ParseRefPicListReordering()
478 if (kuiIdc == 0 || kuiIdc == 1) { in ParseRefPicListReordering()
485 } else if (kuiIdc == 2) { in ParseRefPicListReordering()