Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h383 SRefPic sTmpRefPic; //used to temporarily save RefPic for next active thread member
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp587 PRefPic pRefPic = isThreadCtx ? &pCtx->sTmpRefPic : &pCtx->sRefPic; in WelsMarkAsRef()
Ddecoder_core.cpp2548 pLastThreadCtx->pCtx->sTmpRefPic = pLastThreadCtx->pCtx->sRefPic; in DecodeCurrentAccessUnit()
2550 pCtx->sRefPic = pLastThreadCtx->pCtx->sTmpRefPic; in DecodeCurrentAccessUnit()