Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/features/
H A Dencode_vp9_hpu.cpp891 m_isPreCtx0InterProbSaved = false; in RefreshFrameInternalBuffers()
919 …if (!m_isPreCtx0InterProbSaved) // only when non intra-only -> intra-only need save InterProb, ot… in RefreshFrameInternalBuffers()
923 m_isPreCtx0InterProbSaved = true; in RefreshFrameInternalBuffers()
929 else if (m_isPreCtx0InterProbSaved) in RefreshFrameInternalBuffers()
938 m_isPreCtx0InterProbSaved = false; in RefreshFrameInternalBuffers()
H A Dencode_vp9_hpu.h452 bool m_isPreCtx0InterProbSaved = false; variable
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_vdenc_vp9_base.h1689 …bool m_isPreCtx0InterProbSaved variable
H A Dcodechal_vdenc_vp9_base.cpp3557 m_isPreCtx0InterProbSaved = false; in RefreshFrameInternalBuffers()
3593 …if (!m_isPreCtx0InterProbSaved) // only when non intra-only -> intra-only need save InterProb, ot… in RefreshFrameInternalBuffers()
3597 m_isPreCtx0InterProbSaved = true; in RefreshFrameInternalBuffers()
3605 else if (m_isPreCtx0InterProbSaved) in RefreshFrameInternalBuffers()
3619 m_isPreCtx0InterProbSaved = false; in RefreshFrameInternalBuffers()