Home
last modified time | relevance | path

Searched refs:UpperVBVBufferLevelThresholdInBit (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_encode_vp9.h95 uint32_t UpperVBVBufferLevelThresholdInBit; member
H A Dcodec_def_encode_av1.h242 uint32_t UpperVBVBufferLevelThresholdInBit; member
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/pipeline/
H A Dencode_vp9_pipeline.cpp239 …VBVBufferLevelThresholdInBit = " << std::dec << +seqParams->UpperVBVBufferLevelThresholdInBit << s… in DumpSeqParams()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/features/
H A Dencode_vp9_brc.cpp323 dmem->UPD_HRD_BUFF_FULLNESS_UPPER_I32 = vp9SeqParams->UpperVBVBufferLevelThresholdInBit; in SetDmemForUpdate()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/features/
H A Dencode_av1_brc.cpp199 dmem->UPD_HRD_BUFF_FULLNESS_UPPER = seqParams->UpperVBVBufferLevelThresholdInBit; in SetDmemForUpdate()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/pipeline/
H A Dencode_av1_pipeline.cpp196 …oss << "UpperVBVBufferLevelThresholdInBit = " << +seqParams->UpperVBVBufferLevelThresholdInBit << … in DumpSeqParams()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_encode_vp9.cpp832 seqParams->UpperVBVBufferLevelThresholdInBit = 800000; in ParseMiscParamVBV()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/
H A Dddi_encode_vp9_specific.cpp843 seqParams->UpperVBVBufferLevelThresholdInBit = 800000; in ParseMiscParamVBV()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_vdenc_vp9_base.cpp1469 dmem->UPD_HRD_BUFF_FULLNESS_UPPER_I32 = m_vp9SeqParams->UpperVBVBufferLevelThresholdInBit; in SetDmemHuCBrcUpdate()
7765 …VBVBufferLevelThresholdInBit = " << std::dec << +seqParams->UpperVBVBufferLevelThresholdInBit << s… in DumpSeqParams()