Home
last modified time | relevance | path

Searched defs:bIsLongRef (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dpicture.h93 bool bIsLongRef; // long term reference frame flag //for pRef pic management member
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h71 bool bIsLongRef; // long term reference frame flag //for ref pic management member
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp569 bool bIsLongRef = pCtx->sRefPic.pRefList[LIST_1][0]->bIsLongRef; in PredMvBDirectSpatial() local
951 …const SubMbType& subMbType, const bool& bIsLongRef, int16_t pMvDirect[LIST_A][2], int8_t iRef[LIST… in FillSpatialDirect8x8Mv()
Dparse_mb_syn_cavlc.cpp1546 bool bIsLongRef = pCtx->sRefPic.pRefList[LIST_1][0]->bIsLongRef; in ParseInterBInfo() local
Dparse_mb_syn_cabac.cpp900 bool bIsLongRef = pCtx->sRefPic.pRefList[LIST_1][0]->bIsLongRef; in ParseInterBMotionInfoCabac() local