Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp970 SRefInfoParam* pAvailableRefParam, int32_t& iAvailableRefNum, int32_t& iAvailableSceneRefNum) { in GetAvailableRefListLosslessScreenRefSelection() argument
998 pAvailableRefParam[idx].pRefPicture = pRefPic; in GetAvailableRefListLosslessScreenRefSelection()
999 pAvailableRefParam[idx].iSrcListIdx = i + 1; //in SrcList, the idx 0 is reserved for CurPic in GetAvailableRefListLosslessScreenRefSelection()
1004 if (pAvailableRefParam[0].pRefPicture == NULL) { in GetAvailableRefListLosslessScreenRefSelection()
1006 pAvailableRefParam[i - 1].pRefPicture = pAvailableRefParam[i].pRefPicture; in GetAvailableRefListLosslessScreenRefSelection()
1007 pAvailableRefParam[i - 1].iSrcListIdx = pAvailableRefParam[i].iSrcListIdx; in GetAvailableRefListLosslessScreenRefSelection()
1010 pAvailableRefParam[iAvailableRefNum - 1].pRefPicture = NULL; in GetAvailableRefListLosslessScreenRefSelection()
1011 pAvailableRefParam[iAvailableRefNum - 1].iSrcListIdx = 0; in GetAvailableRefListLosslessScreenRefSelection()