Home
last modified time | relevance | path

Searched refs:GetTargetBitDepthLuma (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/base/
H A Dhevcehw_base_legacy_defaults.cpp576 mfxU16 bd = par.base.GetTargetBitDepthLuma(par); in TargetKbps()
620 mfxU16 bd = par.base.GetTargetBitDepthLuma(par); in BufferSizeInKB()
694 …return mfxU8(std::max(1, (bMin10 * 10) + (bPositive * (6 * (par.base.GetTargetBitDepthLuma(par) - … in MinQPMFX()
701 return 51 + 6 * mfxU8(std::max<mfxU16>(8, par.base.GetTargetBitDepthLuma(par)) - 8); in MaxQPMFX()
781 SetIf(bd, !bPassThrough, [&]() { return par.base.GetTargetBitDepthLuma(par); }); in Profile()
864 … SetIf(BitDepth, !BitDepth, [&]() { return pParForBD->base.GetTargetBitDepthLuma(*pParForBD); }); in GUID()
2437 mfxU16 BitDepth = defPar.base.GetTargetBitDepthLuma(defPar); in Profile()
2591 auto tbdl = dpar.base.GetTargetBitDepthLuma(dpar); in FourCCByTargetFormat()
2699 && ( (defPar.base.GetTargetBitDepthLuma(defPar) == 10) in SAO()
H A Dhevcehw_base_data.h1126 TChain<mfxU16> GetTargetBitDepthLuma; member
H A Dhevcehw_base_legacy.cpp3317 pCO3->TargetBitDepthLuma = defPar.base.GetTargetBitDepthLuma(defPar); in SetDefaultFormat()
3565 mfxU16 bdY = defPar.base.GetTargetBitDepthLuma(defPar); in SetDefaults()
4107 auto bd = defPar.base.GetTargetBitDepthLuma(defPar); in CheckBRC()