Home
last modified time | relevance | path

Searched refs:LowerVBVBufferLevelThresholdInBit (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.h96 uint32_t LowerVBVBufferLevelThresholdInBit; member
H A Dcodec_def_encode_av1.h243 uint32_t LowerVBVBufferLevelThresholdInBit; member
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/pipeline/
H A Dencode_vp9_pipeline.cpp240 …VBVBufferLevelThresholdInBit = " << std::dec << +seqParams->LowerVBVBufferLevelThresholdInBit << s… in DumpSeqParams()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/features/
H A Dencode_vp9_brc.cpp324 dmem->UPD_HRD_BUFF_FULLNESS_LOWER_I32 = vp9SeqParams->LowerVBVBufferLevelThresholdInBit; in SetDmemForUpdate()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/features/
H A Dencode_av1_brc.cpp198 dmem->UPD_HRD_BUFF_FULLNESS_LOWER = seqParams->LowerVBVBufferLevelThresholdInBit; in SetDmemForUpdate()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/pipeline/
H A Dencode_av1_pipeline.cpp197 …oss << "LowerVBVBufferLevelThresholdInBit = " << +seqParams->LowerVBVBufferLevelThresholdInBit << … in DumpSeqParams()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_encode_vp9.cpp833 seqParams->LowerVBVBufferLevelThresholdInBit = 320000; in ParseMiscParamVBV()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/
H A Dddi_encode_vp9_specific.cpp844 seqParams->LowerVBVBufferLevelThresholdInBit = 320000; in ParseMiscParamVBV()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_vdenc_vp9_base.cpp1470 dmem->UPD_HRD_BUFF_FULLNESS_LOWER_I32 = m_vp9SeqParams->LowerVBVBufferLevelThresholdInBit; in SetDmemHuCBrcUpdate()
7766 …VBVBufferLevelThresholdInBit = " << std::dec << +seqParams->LowerVBVBufferLevelThresholdInBit << s… in DumpSeqParams()