Home
last modified time | relevance | path

Searched refs:SetIf (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-2539.c21 void SetIf(uint8_t x) in SetIf() function
28 SetIf(0); in testBug()
32 SetIf(24); in testBug()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/g12/
H A Dhevcehw_g12_rext.cpp91 SetIf(pGUID, fi.FourCC == MFX_FOURCC_P016, &DXVA2_Intel_Encode_HEVC_Main12); in SetGuid()
92 SetIf(pGUID, fi.FourCC == MFX_FOURCC_Y216, &DXVA2_Intel_Encode_HEVC_Main422_12); in SetGuid()
93 SetIf(pGUID, fi.FourCC == MFX_FOURCC_Y416, &DXVA2_Intel_Encode_HEVC_Main444_12); in SetGuid()
269 SetIf(fi.Shift, bNeedShift, 1); in Query1WithCaps()
H A Dhevcehw_g12_scc.cpp153 …OnExit reveretProfile([&](){ SetIf(par.mfx.CodecProfile, !!par.mfx.CodecProfile, MFX_PROFILE_HEVC_… in Query1NoCaps()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/linux/g12/
H A Dhevcehw_g12_qp_modulation_lin.cpp75 SetIf(pps.hierarchical_level_plus1, bHLByTemporalID, task.TemporalID + 1); in InitInternal()
76 SetIf(pps.hierarchical_level_plus1, bHLByPyrLevel, task.PyramidLevel + 1); in InitInternal()
/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.cpp233 SetIf(NumRefFrame, bExternalNRef, [&]() -> mfxU16 in NumRefBPyramid()
280 SetIf(NumRefFrame, bBPyramid, NumRefBPyramid); in NumRefFrames()
281 SetIf(NumRefFrame, bPPyramyd, NumRefPPyramid); in NumRefFrames()
282 SetIf(NumRefFrame, bDefault, NumRefDefault); in NumRefFrames()
284 SetIf(NumRefFrame, !bUsrValue, [&]() in NumRefFrames()
333 bExternal |= SetIf(defaultRef, !!ext, ext); in NumRefActive()
627 SetIf(maxCPB, !!mfx.CodecLevel, GetMaxCPBByLevel); in BufferSizeInKB()
861 SetIf(pParForBD, bBDInvalid, &parCopy); in GUID()
862 SetIf(pParForCF, bCFInvalid, &parCopy); in GUID()
993 SetIf(begin, i > t, t); in PLayer()
[all …]
H A Dhevcehw_base_parser.cpp818 SetIf(fi.AspectRatioW, bArFromSarWH, vui.sar_width); in SpsToMFX()
819 SetIf(fi.AspectRatioH, bArFromSarWH, vui.sar_height); in SpsToMFX()
826 SetIf(fi.AspectRatioW, bArFromIdc, AspectRatioByIdc[ArIdc][0]); in SpsToMFX()
827 SetIf(fi.AspectRatioH, bArFromIdc, AspectRatioByIdc[ArIdc][1]); in SpsToMFX()
829 SetIf(fi.FrameRateExtN, vui.timing_info_present_flag, vui.time_scale); in SpsToMFX()
830 SetIf(fi.FrameRateExtD, vui.timing_info_present_flag, vui.num_units_in_tick); in SpsToMFX()
H A Dhevcehw_base_hrd.cpp77 SetIf(m_prevBpEncOrderAsync, bBPSEI, task.EncodedOrder); in SubmitTask()
H A Dhevcehw_base_interlace.cpp223 SetIf(nL0, bSetMinL0, mfxU8(2)); in Query1NoCaps()
441 SetIf(topB, ref != brefs.end(), ref); in IntReorder()
446 SetIf(top, !brefs.empty(), NextBRef); in IntReorder()
H A Dhevcehw_base_legacy.cpp1632 SetIf(m_lastIDR, IsIdr(task.FrameType), m_frameOrder); in PreReorderTask()
1633 SetIf(task.PrevIPoc, IsI(task.FrameType), task.POC); in PreReorderTask()
2260 SetIf(task.QpY, !!task.ctrl.QP, (mfxI8)task.ctrl.QP); in SetTaskQpY()
2790 SetIf(nRef, !!pExtLists, GetRPLFromExt); in ConstructRPL()
2792 SetIf(nRef, !std::get<0>(nRef) in ConstructRPL()
2801 SetIf(nRef, !!pLCtrl, GetRPLFromCtrl); in ConstructRPL()
3013 SetIf(rps, bDPocFound, newRPS); in GetInterRps()
3035 SetIf(oldRPS, bUpdateRps, newRPS); in OptimizeSTRPS()
3167 SetIf(lastIPoc, bI, cur->POC); in SetSTRPS()
3594 SetIf(MaxKbps in CheckLevelConstraints()
[all …]
H A Dhevcehw_base_ext_brc.cpp383 SetIf(m_brc, bExternalBRC, brc); in InitAlloc()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/linux/base/
H A Dhevcehw_base_fei_lin.cpp188 SetIf(m_frameOrder, !!ccpar.mvp.mfx.EncodedOrder, pSurf->Data.FrameOrder); in FrameSubmit()
189 SetIf(m_lastIDR, IsIdr(fi.FrameType), m_frameOrder); in FrameSubmit()
190 SetIf(m_prevIPoc, IsI(fi.FrameType), fi.POC); in FrameSubmit()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/include/
H A Dmfx_utils.h341 inline bool SetIf(T& opt, bool bSet, TF get)
350 inline bool SetIf(T& opt, bool bSet, TF&& get, TA&&... arg)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go204 func (s *subSchema) SetIf(subSchema *subSchema) { func
H A Dschema.go867 currentSchema.SetIf(newSchema)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go204 func (s *subSchema) SetIf(subSchema *subSchema) { func
H A Dschema.go867 currentSchema.SetIf(newSchema)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go204 func (s *subSchema) SetIf(subSchema *subSchema) { func
H A Dschema.go867 currentSchema.SetIf(newSchema)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go204 func (s *subSchema) SetIf(subSchema *subSchema) { func
H A Dschema.go867 currentSchema.SetIf(newSchema)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go205 func (s *subSchema) SetIf(subSchema *subSchema) { func
H A Dschema.go903 currentSchema.SetIf(newSchema)
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go204 func (s *subSchema) SetIf(subSchema *subSchema) { func
H A Dschema.go867 currentSchema.SetIf(newSchema)
/dports/textproc/dblatex/dblatex-0.3.11py3/latex/style/
H A Ddbk_misc.sty50 \lst@Key{scale}{true}[t]{\lstKV@SetIf{#1}\lst@ifscale}

12