Home
last modified time | relevance | path

Searched refs:orgDeltaQp (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbCodingUnit.h76 signed orgDeltaQp : 8; member
H A DEbCodingLoop.c2623 cuPtr->orgDeltaQp = cuPtr->deltaQp; in EncQpmDeriveDeltaQPForEachLeafLcu()
3215 cuPtr->orgDeltaQp = cuPtr->deltaQp; in EncodePass()
H A DEbTransforms.c2259 if (contextPtr->cuPtr->orgDeltaQp> 0) in PerformTwoStagePm()
2261 betta = BETA_P * 100 * ABS(contextPtr->cuPtr->orgDeltaQp); in PerformTwoStagePm()
2263 else if (contextPtr->cuPtr->orgDeltaQp < 0) in PerformTwoStagePm()
2265 betta = BETA_N * 100 * ABS(contextPtr->cuPtr->orgDeltaQp); in PerformTwoStagePm()
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbCodingUnit.h76 signed orgDeltaQp : 8; member
H A DEbCodingLoop.c2623 cuPtr->orgDeltaQp = cuPtr->deltaQp; in EncQpmDeriveDeltaQPForEachLeafLcu()
3215 cuPtr->orgDeltaQp = cuPtr->deltaQp; in EncodePass()
H A DEbTransforms.c2259 if (contextPtr->cuPtr->orgDeltaQp> 0) in PerformTwoStagePm()
2261 betta = BETA_P * 100 * ABS(contextPtr->cuPtr->orgDeltaQp); in PerformTwoStagePm()
2263 else if (contextPtr->cuPtr->orgDeltaQp < 0) in PerformTwoStagePm()
2265 betta = BETA_N * 100 * ABS(contextPtr->cuPtr->orgDeltaQp); in PerformTwoStagePm()