Home
last modified time | relevance | path

Searched refs:QpAdjustment (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/
H A Dencode_hevc_brc.cpp262 …if ((IsACQPEnabled() && m_basicFeature->m_hevcSeqParams->QpAdjustment) || (IsBRCEnabled() && (m_ba… in SetDmemForUpdate()
759 if (m_basicFeature->m_hevcSeqParams->QpAdjustment) in SetAcqpSettings()
891 …ool useDefaultQpDeltas = (m_hevcVDEncAcqpEnabled && basicFeature->m_hevcSeqParams->QpAdjustment) || in MHW_SETPAR_DECL_SRC()
H A Dencode_hevc_vdenc_feature_manager.cpp261 hevcSeqParams->QpAdjustment == true || in ValidateACQP()
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_encode_hevc_trace.h99 PUSH(QpAdjustment); in TraceDDI()
H A Dcodec_def_encode_hevc.h336 uint32_t QpAdjustment : 1; member
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/
H A Dencode_hevc_pipeline.cpp190 oss << "QpAdjustment = " << +seqParams->QpAdjustment << std::endl; in DumpSeqParams()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_huc_cmd_initializer_g11.cpp103 …cmd1.UseDefaultQpDeltas = (m_acqpEnabled && seqParams->QpAdjustment) || (m_brcEnabled &&… in ConstructHevcHucCmd1ConstData()
H A Dcodechal_vdenc_hevc_g11.cpp3395 if (m_hevcSeqParams->QpAdjustment) in SetDmemHuCBrcInitReset()
3807 …if ((m_hevcVdencAcqpEnabled && m_hevcSeqParams->QpAdjustment) || (m_brcEnabled && (m_hevcSeqParams… in SetDmemHuCBrcUpdate()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_huc_cmd_initializer.cpp244 …cmd1.UseDefaultQpDeltas = (m_acqpEnabled && seqParams->QpAdjustment) || (m_brcEnabled &&… in ConstructHevcHucCmd1ConstData()
H A Dcodechal_encode_hevc_base.cpp3337 oss << "QpAdjustment = " << +seqParams->QpAdjustment << std::endl; in DumpSeqParams()
H A Dcodechal_vdenc_hevc.cpp2739 m_hevcSeqParams->QpAdjustment == true) in SetSequenceStructs()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_vdenc_hevc_g12.cpp4541 if (m_hevcSeqParams->QpAdjustment) in SetDmemHuCBrcInitReset()
5074 …if ((m_hevcVdencAcqpEnabled && m_hevcSeqParams->QpAdjustment) || (m_brcEnabled && (m_hevcSeqParams… in SetDmemHuCBrcUpdate()
9594 …UseDefaultQpDeltas = (m_hevcVdencAcqpEnabled && cmd2Params->pHevcEncSeqParams->QpAdjustment) || in SetAddCommands()