Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/features/
H A Ddecode_av1_reference_frames_g12.h152 bool CheckSegForPrimFrame(CodecAv1PicParams & picParams);
H A Ddecode_av1_temporal_buffers_g12.cpp143 if (m_basicFeature->m_refFrames.CheckSegForPrimFrame(*picParams)) in RecordSegIdBufInfo()
H A Ddecode_av1_reference_frames_g12.cpp493 bool Av1ReferenceFramesG12::CheckSegForPrimFrame(CodecAv1PicParams &picParams) in CheckSegForPrimFrame() function in decode::Av1ReferenceFramesG12
H A Ddecode_av1_basic_feature_g12.cpp693 if (m_refFrames.CheckSegForPrimFrame(*m_av1PicParams)) in SetSegmentData()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/features/
H A Ddecode_av1_reference_frames.h152 bool CheckSegForPrimFrame(CodecAv1PicParams & picParams);
H A Ddecode_av1_temporal_buffers.cpp145 if (m_basicFeature->m_refFrames.CheckSegForPrimFrame(*picParams)) in RecordSegIdBufInfo()
H A Ddecode_av1_reference_frames.cpp520 bool Av1ReferenceFrames::CheckSegForPrimFrame(CodecAv1PicParams &picParams) in CheckSegForPrimFrame() function in decode::Av1ReferenceFrames
H A Ddecode_av1_basic_feature.cpp618 if (m_refFrames.CheckSegForPrimFrame(*m_av1PicParams)) in SetSegmentData()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/packet/
H A Ddecode_av1_picture_packet.cpp888 if (useSegMapFromPrevFrame && refFrames.CheckSegForPrimFrame(*m_av1PicParams)) in MHW_SETPAR_DECL_SRC()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12_base/codec/hal/dec/av1/packet/
H A Ddecode_av1_picture_packet_g12_base.cpp1279 if (useSegMapFromPrevFrame && refFrames.CheckSegForPrimFrame(*m_av1PicParams)) in SetAvpPipeBufAddrParams()