Home
last modified time | relevance | path

Searched refs:m_rcMethod (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/h264/src/
H A Dmfx_h264_encode_hw_utils.cpp3968 , m_rcMethod(0) in Hrd()
3989 m_rcMethod = par.mfx.RateControlMethod; in Setup()
3990 if (m_rcMethod != MFX_RATECONTROL_CBR && in Setup()
3991 m_rcMethod != MFX_RATECONTROL_VBR && in Setup()
3992 m_rcMethod != MFX_RATECONTROL_WIDI_VBR) in Setup()
3993 m_rcMethod = MFX_RATECONTROL_VBR; in Setup()
4042 double tai_cur = (m_rcMethod == MFX_RATECONTROL_VBR) in RemoveAccessUnit()
4060 : initialCpbRemovalDelay > m_hrdIn90k && m_rcMethod == MFX_RATECONTROL_VBR in GetInitCpbRemovalDelay()
4084 double tai_cur = (m_rcMethod == MFX_RATECONTROL_VBR) in GetMaxFrameSize()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/h264/include/
H A Dmfx_h264_encode_hw_utils.h1616 mfxU32 m_rcMethod; variable