Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h94 int32_t iLastLtrIdx[MAX_TEMPORAL_LAYER_NUM]; member
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp55 memset (&pLtr->iLastLtrIdx , 0 , sizeof (pLtr->iLastLtrIdx)) ; in ResetLtrState()
506 pLtr->iLastLtrIdx[i] = pLtr->iCurLtrIdx; in WelsMarkPic()
985 pLtr->iLastLtrIdx[i] = pLtr->iCurLtrIdx; in WelsMarkPicScreen()
Dwels_preprocess.cpp1137 const int32_t iClosestLtrFrameNum = pCtx->pLtr[iTargetDid].iLastLtrIdx[iCurTid]; in DetectSceneChange()