Home
last modified time | relevance | path

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

/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_encode_avc_base.h94 bool ConstrainedIntraPred; member
Dcodechal_vdenc_avc.cpp8941 … oss << "ConstrainedIntraPred = " << std::dec << +m_avcPar->ConstrainedIntraPred << std::endl; in DumpFrameParFile()
9162 oss << "ConstrainedIntraPred = " << std::dec << +m_avcPar->ConstrainedIntraPred << std::endl; in DumpSeqParFile()
Dcodechal_encode_avc.cpp9185 … oss << "ConstrainedIntraPred = " << std::dec << +m_avcPar->ConstrainedIntraPred << std::endl; in DumpFrameParFile()
9374 oss << "ConstrainedIntraPred = " << std::dec << +m_avcPar->ConstrainedIntraPred << std::endl; in DumpSeqParFile()
Dcodechal_encode_avc_base.cpp4625 m_avcPar->ConstrainedIntraPred = avcPicParams->constrained_intra_pred_flag; in PopulateDdiParam()