Home
last modified time | relevance | path

Searched refs:SAO_BO_LEN (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dsao.h39 SAO_BO_LEN = 4, enumerator
H A Dsao.cpp1329 for (int i = 0; i < SAO_NUM_BO_CLASSES - SAO_BO_LEN + 1; i++) in saoComponentParamDist()
1332 for (int j = i; j < i + SAO_BO_LEN; j++) in saoComponentParamDist()
1345 … for (int classIdx = bestClassTableBo; classIdx < bestClassTableBo + SAO_BO_LEN; classIdx++) in saoComponentParamDist()
1437 for (int i = 0; i < SAO_NUM_BO_CLASSES - SAO_BO_LEN + 1; i++) in sao2ChromaParamDist()
1440 for (int j = i; j < i + SAO_BO_LEN; j++) in sao2ChromaParamDist()
1453 …lassIdx = bestClassTableBo[compIdx]; classIdx < bestClassTableBo[compIdx] + SAO_BO_LEN; classIdx++) in sao2ChromaParamDist()
H A Dentropy.cpp937 for (int i = 0; i < SAO_BO_LEN; i++) in codeSaoOffset()
940 for (int i = 0; i < SAO_BO_LEN; i++) in codeSaoOffset()
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbCodingUnit.h43 #define SAO_BO_LEN 4 macro
H A DEbSampleAdaptiveOffsetGenerationDecision.c93 for (boInterval = 0; boInterval< SAO_BO_INTERVALS - SAO_BO_LEN + 1; ++boInterval) { in DetermineSaoLumaModeOffsets()
96 for (boIndex = boInterval; boIndex < boInterval + SAO_BO_LEN; ++boIndex) { in DetermineSaoLumaModeOffsets()
243 for (boInterval = 0; boInterval < SAO_BO_INTERVALS - SAO_BO_LEN + 1; ++boInterval) { in DetermineSaoChromaModeOffsets()
246 for (boIndex = boInterval; boIndex < boInterval + SAO_BO_LEN; ++boIndex) { in DetermineSaoChromaModeOffsets()
H A DEbDefinitions.h928 #define SAO_BO_LEN 4 macro
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbCodingUnit.h43 #define SAO_BO_LEN 4 macro
H A DEbSampleAdaptiveOffsetGenerationDecision.c93 for (boInterval = 0; boInterval< SAO_BO_INTERVALS - SAO_BO_LEN + 1; ++boInterval) { in DetermineSaoLumaModeOffsets()
96 for (boIndex = boInterval; boIndex < boInterval + SAO_BO_LEN; ++boIndex) { in DetermineSaoLumaModeOffsets()
243 for (boInterval = 0; boInterval < SAO_BO_INTERVALS - SAO_BO_LEN + 1; ++boInterval) { in DetermineSaoChromaModeOffsets()
246 for (boIndex = boInterval; boIndex < boInterval + SAO_BO_LEN; ++boIndex) { in DetermineSaoChromaModeOffsets()
H A DEbDefinitions.h928 #define SAO_BO_LEN 4 macro
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/C_DEFAULT/
H A DEbSampleAdaptiveOffset_C.c412 …plePtr[lcuWidthCount] = (boIndex < saoBandPosition || boIndex > saoBandPosition + SAO_BO_LEN - 1) ? in SAOApplyBO()
449 …plePtr[lcuWidthCount] = (boIndex < saoBandPosition || boIndex > saoBandPosition + SAO_BO_LEN - 1) ? in SAOApplyBO16bit()
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/C_DEFAULT/
H A DEbSampleAdaptiveOffset_C.c412 …plePtr[lcuWidthCount] = (boIndex < saoBandPosition || boIndex > saoBandPosition + SAO_BO_LEN - 1) ? in SAOApplyBO()
449 …plePtr[lcuWidthCount] = (boIndex < saoBandPosition || boIndex > saoBandPosition + SAO_BO_LEN - 1) ? in SAOApplyBO16bit()