Home
last modified time | relevance | path

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

/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbTransformUnit.h35 EB_U16 nzCoefCount2[2]; member
H A DEbCodingLoop.c1051 tuPtr->nzCoefCount2[0] = (EB_U16)countNonZeroCoeffs[1]; in EncodeLoop()
1052 tuPtr->nzCoefCount2[1] = (EB_U16)countNonZeroCoeffs[2]; in EncodeLoop()
1627 tuPtr->nzCoefCount2[0] = (EB_U16)countNonZeroCoeffs[1]; in EncodeLoop16bit()
1628 tuPtr->nzCoefCount2[1] = (EB_U16)countNonZeroCoeffs[2]; in EncodeLoop16bit()
H A DEbEntropyCoding.c1244 … numNonZeroCoeffs = (componentType == COMPONENT_CHROMA_CB2) ? tuPtr->nzCoefCount2[0] : in EncodeQuantizedCoefficients_generic()
1245 … (componentType == COMPONENT_CHROMA_CR2) ? tuPtr->nzCoefCount2[1] : numNonZeroCoeffs; in EncodeQuantizedCoefficients_generic()
1736 numNonZeroCoeffs = (componentType == COMPONENT_CHROMA_CB2) ? tuPtr->nzCoefCount2[0] : in EncodeQuantizedCoefficients_SSE2()
1737 (componentType == COMPONENT_CHROMA_CR2) ? tuPtr->nzCoefCount2[1] : numNonZeroCoeffs; in EncodeQuantizedCoefficients_SSE2()
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbTransformUnit.h35 EB_U16 nzCoefCount2[2]; member
H A DEbCodingLoop.c1051 tuPtr->nzCoefCount2[0] = (EB_U16)countNonZeroCoeffs[1]; in EncodeLoop()
1052 tuPtr->nzCoefCount2[1] = (EB_U16)countNonZeroCoeffs[2]; in EncodeLoop()
1627 tuPtr->nzCoefCount2[0] = (EB_U16)countNonZeroCoeffs[1]; in EncodeLoop16bit()
1628 tuPtr->nzCoefCount2[1] = (EB_U16)countNonZeroCoeffs[2]; in EncodeLoop16bit()
H A DEbEntropyCoding.c1244 … numNonZeroCoeffs = (componentType == COMPONENT_CHROMA_CB2) ? tuPtr->nzCoefCount2[0] : in EncodeQuantizedCoefficients_generic()
1245 … (componentType == COMPONENT_CHROMA_CR2) ? tuPtr->nzCoefCount2[1] : numNonZeroCoeffs; in EncodeQuantizedCoefficients_generic()
1736 numNonZeroCoeffs = (componentType == COMPONENT_CHROMA_CB2) ? tuPtr->nzCoefCount2[0] : in EncodeQuantizedCoefficients_SSE2()
1737 (componentType == COMPONENT_CHROMA_CR2) ? tuPtr->nzCoefCount2[1] : numNonZeroCoeffs; in EncodeQuantizedCoefficients_SSE2()