Home
last modified time | relevance | path

Searched refs:m_roundingInterInUse (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_encode_hevc_mbenc_g12.cpp1304 …curbe.RoundingInter = (m_roundingInterInUse + 1) << 4; // Should be an input from par in the… in InitCurbeDataB()
1306 curbe.RDEQuantRoundValue = (m_roundingInterInUse + 1) << 4; in InitCurbeDataB()
1964m_roundingInterInUse = m_hevcPicParams->CustomRoundingOffsetsParams.fields.RoundingOffsetInter; in GetRoundingIntraInterToUse()
1974 m_roundingInterInUse = 4; in GetRoundingIntraInterToUse()
1978 m_roundingInterInUse = 3; in GetRoundingIntraInterToUse()
1982 m_roundingInterInUse = 4; in GetRoundingIntraInterToUse()
1987 m_roundingInterInUse = 2; in GetRoundingIntraInterToUse()
1992 m_roundingInterInUse = 4; in GetRoundingIntraInterToUse()
1996 …ounding intra in use:%d, rounding inter in use:%d.\n", m_roundingIntraInUse, m_roundingInterInUse); in GetRoundingIntraInterToUse()
H A Dcodechal_encode_hevc_g12.cpp2407 sliceState.RoundingInter = m_roundingInterInUse; in SetHcpSliceStateCommonParams()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encode_hevc.cpp1883m_roundingInterInUse = m_hevcPicParams->CustomRoundingOffsetsParams.fields.RoundingOffsetInter; in GetRoundingIntraInterToUse()
1893 m_roundingInterInUse = 4; in GetRoundingIntraInterToUse()
1897 m_roundingInterInUse = 3; in GetRoundingIntraInterToUse()
1901 m_roundingInterInUse = 2; in GetRoundingIntraInterToUse()
1906 m_roundingInterInUse = 4; in GetRoundingIntraInterToUse()
H A Dcodechal_encode_hevc.h171 …uint8_t m_roundingInterInUse = 4; //!< rounding in… variable
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_encode_hevc_g11.cpp2085 sliceState.RoundingInter = m_roundingInterInUse; in SetHcpSliceStateCommonParams()
3204 …curbe.RoundingInter = (m_roundingInterInUse + 1) << 4; // Should be an input from par in the… in SetCurbeMbEncKernel()
3206 curbe.RDEQuantRoundValue = (m_roundingInterInUse + 1) << 4; in SetCurbeMbEncKernel()