/src/vvdec/source/Lib/CommonLib/ChromaFormat.h
Line | Count | Source |
1 | | /* ----------------------------------------------------------------------------- |
2 | | The copyright in this software is being made available under the Clear BSD |
3 | | License, included below. No patent rights, trademark rights and/or |
4 | | other Intellectual Property Rights other than the copyrights concerning |
5 | | the Software are granted under this license. |
6 | | |
7 | | The Clear BSD License |
8 | | |
9 | | Copyright (c) 2018-2026, Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. & The VVdeC Authors. |
10 | | All rights reserved. |
11 | | |
12 | | Redistribution and use in source and binary forms, with or without modification, |
13 | | are permitted (subject to the limitations in the disclaimer below) provided that |
14 | | the following conditions are met: |
15 | | |
16 | | * Redistributions of source code must retain the above copyright notice, |
17 | | this list of conditions and the following disclaimer. |
18 | | |
19 | | * Redistributions in binary form must reproduce the above copyright |
20 | | notice, this list of conditions and the following disclaimer in the |
21 | | documentation and/or other materials provided with the distribution. |
22 | | |
23 | | * Neither the name of the copyright holder nor the names of its |
24 | | contributors may be used to endorse or promote products derived from this |
25 | | software without specific prior written permission. |
26 | | |
27 | | NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY |
28 | | THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
29 | | CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
30 | | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
31 | | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
32 | | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
33 | | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
34 | | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
35 | | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER |
36 | | IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
37 | | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
38 | | POSSIBILITY OF SUCH DAMAGE. |
39 | | |
40 | | |
41 | | ------------------------------------------------------------------------------------------- */ |
42 | | |
43 | | #pragma once |
44 | | |
45 | | #include "CommonDef.h" |
46 | | |
47 | | //====================================================================================================================== |
48 | | //Chroma format utility functions ===================================================================================== |
49 | | //====================================================================================================================== |
50 | | |
51 | | namespace vvdec |
52 | | { |
53 | | |
54 | 0 | static inline ChannelType toChannelType (const ComponentID id) { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }Unexecuted instantiation: vvdec.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: vvdecimpl.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Buffer.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: LoopFilter.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: PicListManager.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Picture.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: RdCost.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Rom.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Slice.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Unit.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: UnitTools.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: DecLib.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: DecLibParser.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: DecLibRecon.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: DecSlice.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: SEIread.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: InitX86.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Picture_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Quant_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Picture_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Quant_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: CodingStructure.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: InterPrediction.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: IntraPrediction.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Mv.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Quant.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: Reshape.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: TrQuant.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: WeightPrediction.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: CABACReader.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: DecCu.cpp:vvdec::toChannelType(vvdec::ComponentID) Unexecuted instantiation: ContextModelling.cpp:vvdec::toChannelType(vvdec::ComponentID) |
55 | 0 | static inline bool isLuma (const ComponentID id) { return (id==COMPONENT_Y); }Unexecuted instantiation: vvdec.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: vvdecimpl.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Buffer.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: LoopFilter.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: PicListManager.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Picture.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: RdCost.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Rom.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Slice.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Unit.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: UnitTools.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: DecLib.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: DecLibParser.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: DecLibRecon.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: DecSlice.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: SEIread.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: InitX86.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Picture_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Quant_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Picture_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Quant_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: CodingStructure.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: InterPrediction.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: IntraPrediction.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Mv.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Quant.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: Reshape.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: TrQuant.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: WeightPrediction.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: CABACReader.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: DecCu.cpp:vvdec::isLuma(vvdec::ComponentID) Unexecuted instantiation: ContextModelling.cpp:vvdec::isLuma(vvdec::ComponentID) |
56 | 0 | static inline bool isLuma (const ChannelType id) { return (id==CHANNEL_TYPE_LUMA); }Unexecuted instantiation: vvdec.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: vvdecimpl.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Buffer.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: LoopFilter.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: PicListManager.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Picture.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: RdCost.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Rom.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Slice.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Unit.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: UnitTools.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: DecLib.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: DecLibParser.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: DecLibRecon.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: DecSlice.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: SEIread.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: InitX86.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Picture_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Quant_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Picture_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Quant_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: CodingStructure.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: InterPrediction.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: IntraPrediction.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Mv.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Quant.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: Reshape.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: TrQuant.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: WeightPrediction.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: CABACReader.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: DecCu.cpp:vvdec::isLuma(vvdec::ChannelType) Unexecuted instantiation: ContextModelling.cpp:vvdec::isLuma(vvdec::ChannelType) |
57 | 0 | static inline bool isChroma (const ComponentID id) { return (id!=COMPONENT_Y); }Unexecuted instantiation: vvdec.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: vvdecimpl.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Buffer.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: LoopFilter.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: PicListManager.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Picture.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: RdCost.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Rom.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Slice.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Unit.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: UnitTools.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: DecLib.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: DecLibParser.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: DecLibRecon.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: DecSlice.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: SEIread.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: InitX86.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Picture_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Quant_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Picture_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Quant_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: CodingStructure.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: InterPrediction.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: IntraPrediction.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Mv.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Quant.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: Reshape.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: TrQuant.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: WeightPrediction.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: CABACReader.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: DecCu.cpp:vvdec::isChroma(vvdec::ComponentID) Unexecuted instantiation: ContextModelling.cpp:vvdec::isChroma(vvdec::ComponentID) |
58 | 0 | static inline bool isChroma (const ChannelType id) { return (id!=CHANNEL_TYPE_LUMA); }Unexecuted instantiation: vvdec.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: vvdecimpl.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Buffer.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: LoopFilter.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: PicListManager.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Picture.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: RdCost.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Rom.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Slice.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Unit.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: UnitTools.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: DecLib.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: DecLibParser.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: DecLibRecon.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: DecSlice.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: SEIread.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: InitX86.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Picture_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Quant_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Picture_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Quant_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: CodingStructure.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: InterPrediction.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: IntraPrediction.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Mv.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Quant.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: Reshape.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: TrQuant.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: WeightPrediction.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: CABACReader.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: DecCu.cpp:vvdec::isChroma(vvdec::ChannelType) Unexecuted instantiation: ContextModelling.cpp:vvdec::isChroma(vvdec::ChannelType) |
59 | 0 | static inline uint32_t getChannelTypeScaleX (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1; }Unexecuted instantiation: vvdec.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: vvdecimpl.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Buffer.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: PicListManager.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Picture.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: RdCost.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Rom.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Slice.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Unit.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: UnitTools.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecLib.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecLibParser.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecLibRecon.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecSlice.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: SEIread.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InitX86.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Picture_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Quant_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Picture_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Quant_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: CodingStructure.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterPrediction.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: IntraPrediction.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Mv.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Quant.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Reshape.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: TrQuant.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: WeightPrediction.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: CABACReader.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecCu.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: ContextModelling.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat) |
60 | 0 | static inline uint32_t getChannelTypeScaleY (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1; }Unexecuted instantiation: vvdec.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: vvdecimpl.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Buffer.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: PicListManager.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Picture.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: RdCost.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Rom.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Slice.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Unit.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: UnitTools.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecLib.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecLibParser.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecLibRecon.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecSlice.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: SEIread.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InitX86.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Picture_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Quant_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Picture_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Quant_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: CodingStructure.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: InterPrediction.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: IntraPrediction.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Mv.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Quant.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: Reshape.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: TrQuant.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: WeightPrediction.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: CABACReader.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: DecCu.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) Unexecuted instantiation: ContextModelling.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat) |
61 | 0 | static inline uint32_t getComponentScaleX (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt); }Unexecuted instantiation: vvdec.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: vvdecimpl.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Buffer.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: PicListManager.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Picture.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: RdCost.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Rom.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Slice.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Unit.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: UnitTools.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecLib.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecLibParser.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecLibRecon.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecSlice.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: SEIread.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InitX86.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Picture_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Quant_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Picture_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Quant_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: CodingStructure.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterPrediction.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: IntraPrediction.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Mv.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Quant.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Reshape.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: TrQuant.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: WeightPrediction.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: CABACReader.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecCu.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: ContextModelling.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat) |
62 | 0 | static inline uint32_t getComponentScaleY (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt); }Unexecuted instantiation: vvdec.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: vvdecimpl.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Buffer.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: PicListManager.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Picture.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: RdCost.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Rom.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Slice.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Unit.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: UnitTools.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecLib.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecLibParser.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecLibRecon.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecSlice.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: SEIread.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InitX86.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Picture_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Quant_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Picture_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Quant_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: CodingStructure.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: InterPrediction.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: IntraPrediction.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Mv.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Quant.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: Reshape.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: TrQuant.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: WeightPrediction.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: CABACReader.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: DecCu.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) Unexecuted instantiation: ContextModelling.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat) |
63 | 0 | static inline uint32_t getNumberValidComponents (const ChromaFormat fmt) { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT; }Unexecuted instantiation: vvdec.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: vvdecimpl.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Buffer.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: PicListManager.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Picture.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: RdCost.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Rom.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Slice.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Unit.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: UnitTools.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: DecLib.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: DecLibParser.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: DecLibRecon.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: DecSlice.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: SEIread.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: InitX86.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Picture_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Quant_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Picture_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Quant_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: CodingStructure.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: InterPrediction.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: IntraPrediction.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Mv.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Quant.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: Reshape.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: TrQuant.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: WeightPrediction.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: CABACReader.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: DecCu.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) Unexecuted instantiation: ContextModelling.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat) |
64 | 0 | static inline uint32_t getNumberValidChannels (const ChromaFormat fmt) { return (fmt==CHROMA_400) ? 1 : MAX_NUM_CHANNEL_TYPE; }Unexecuted instantiation: vvdec.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: vvdecimpl.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Buffer.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: PicListManager.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Picture.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: RdCost.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Rom.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Slice.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Unit.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: UnitTools.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: DecLib.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: DecLibParser.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: DecLibRecon.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: DecSlice.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: SEIread.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: InitX86.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Picture_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Quant_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Picture_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Quant_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: CodingStructure.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: InterPrediction.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: IntraPrediction.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Mv.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Quant.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: Reshape.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: TrQuant.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: WeightPrediction.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: CABACReader.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: DecCu.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) Unexecuted instantiation: ContextModelling.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat) |
65 | 0 | static inline bool isChromaEnabled (const ChromaFormat fmt) { return !(fmt==CHROMA_400); }Unexecuted instantiation: vvdec.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: vvdecimpl.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Buffer.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: PicListManager.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Picture.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: RdCost.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Rom.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Slice.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Unit.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: UnitTools.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: DecLib.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: DecLibParser.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: DecLibRecon.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: DecSlice.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: SEIread.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: InitX86.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Picture_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Quant_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Picture_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Quant_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: CodingStructure.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: InterPrediction.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: IntraPrediction.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Mv.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Quant.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: Reshape.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: TrQuant.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: WeightPrediction.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: CABACReader.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: DecCu.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) Unexecuted instantiation: ContextModelling.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat) |
66 | 0 | static inline ComponentID getFirstComponentOfChannel(const ChannelType id) { return (isLuma(id) ? COMPONENT_Y : COMPONENT_Cb); }Unexecuted instantiation: vvdec.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: vvdecimpl.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Buffer.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: LoopFilter.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: PicListManager.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Picture.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: RdCost.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Rom.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Slice.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Unit.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: UnitTools.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: DecLib.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: DecLibParser.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: DecLibRecon.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: DecSlice.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: HLSyntaxReader.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: SEIread.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: InitX86.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Buffer_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: InterPred_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: IntraPred_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: LoopFilter_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Picture_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Quant_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: RdCost_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Trafo_sse41.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Buffer_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: InterPred_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: InterpolationFilter_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: IntraPred_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: LoopFilter_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Picture_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Quant_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: RdCost_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: SampleAdaptiveOffset_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Trafo_avx2.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: AdaptiveLoopFilter.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: CodingStructure.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: InterPrediction.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: IntraPrediction.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: MatrixIntraPrediction.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Mv.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: ParameterSetManager.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: PicYuvMD5.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Quant.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: Reshape.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: TrQuant.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: TrQuant_EMT.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: UnitPartitioner.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: WeightPrediction.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: CABACReader.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: DecCu.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) Unexecuted instantiation: ContextModelling.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType) |
67 | | |
68 | | } |