Coverage Report

Created: 2026-06-16 07:20

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/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
2.43M
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)
vvdecimpl.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
18
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
Buffer.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
296k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
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)
SampleAdaptiveOffset.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
72
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
Unexecuted instantiation: Slice.cpp:vvdec::toChannelType(vvdec::ComponentID)
Unit.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
974k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
UnitTools.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
122k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
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)
CodingStructure.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
121k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
InterPrediction.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
25.1k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
IntraPrediction.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
213k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
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)
Quant.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
82.2k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
Unexecuted instantiation: Reshape.cpp:vvdec::toChannelType(vvdec::ComponentID)
TrQuant.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
127k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
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)
CABACReader.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
269k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
DecCu.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
53.9k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
ContextModelling.cpp:vvdec::toChannelType(vvdec::ComponentID)
Line
Count
Source
54
144k
static inline ChannelType toChannelType             (const ComponentID id)                         { return (id==COMPONENT_Y)? CHANNEL_TYPE_LUMA : CHANNEL_TYPE_CHROMA; }
55
2.30M
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)
UnitTools.cpp:vvdec::isLuma(vvdec::ComponentID)
Line
Count
Source
55
278k
static inline bool        isLuma                    (const ComponentID id)                         { return (id==COMPONENT_Y);                                          }
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)
HLSyntaxReader.cpp:vvdec::isLuma(vvdec::ComponentID)
Line
Count
Source
55
2.15k
static inline bool        isLuma                    (const ComponentID id)                         { return (id==COMPONENT_Y);                                          }
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)
IntraPrediction.cpp:vvdec::isLuma(vvdec::ComponentID)
Line
Count
Source
55
88.6k
static inline bool        isLuma                    (const ComponentID id)                         { return (id==COMPONENT_Y);                                          }
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)
Quant.cpp:vvdec::isLuma(vvdec::ComponentID)
Line
Count
Source
55
446k
static inline bool        isLuma                    (const ComponentID id)                         { return (id==COMPONENT_Y);                                          }
Unexecuted instantiation: Reshape.cpp:vvdec::isLuma(vvdec::ComponentID)
TrQuant.cpp:vvdec::isLuma(vvdec::ComponentID)
Line
Count
Source
55
76.1k
static inline bool        isLuma                    (const ComponentID id)                         { return (id==COMPONENT_Y);                                          }
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)
CABACReader.cpp:vvdec::isLuma(vvdec::ComponentID)
Line
Count
Source
55
1.05M
static inline bool        isLuma                    (const ComponentID id)                         { return (id==COMPONENT_Y);                                          }
DecCu.cpp:vvdec::isLuma(vvdec::ComponentID)
Line
Count
Source
55
44.4k
static inline bool        isLuma                    (const ComponentID id)                         { return (id==COMPONENT_Y);                                          }
ContextModelling.cpp:vvdec::isLuma(vvdec::ComponentID)
Line
Count
Source
55
314k
static inline bool        isLuma                    (const ComponentID id)                         { return (id==COMPONENT_Y);                                          }
56
7.49M
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
Unexecuted instantiation: vvdec.cpp:vvdec::isLuma(vvdec::ChannelType)
vvdecimpl.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
18
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
Buffer.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
296k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
Unexecuted instantiation: InterpolationFilter.cpp:vvdec::isLuma(vvdec::ChannelType)
LoopFilter.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
1.74M
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
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)
SampleAdaptiveOffset.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
72
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
Unexecuted instantiation: Slice.cpp:vvdec::isLuma(vvdec::ChannelType)
Unit.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
488k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
UnitTools.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
265k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
Unexecuted instantiation: DecLib.cpp:vvdec::isLuma(vvdec::ChannelType)
Unexecuted instantiation: DecLibParser.cpp:vvdec::isLuma(vvdec::ChannelType)
DecLibRecon.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
1.42k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
Unexecuted instantiation: DecSlice.cpp:vvdec::isLuma(vvdec::ChannelType)
HLSyntaxReader.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
3.42k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
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)
AdaptiveLoopFilter.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
4.50k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
CodingStructure.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
1.28M
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
InterPrediction.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
25.1k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
IntraPrediction.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
261k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
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)
CABACReader.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
2.82M
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
Unexecuted instantiation: DecCu.cpp:vvdec::isLuma(vvdec::ChannelType)
ContextModelling.cpp:vvdec::isLuma(vvdec::ChannelType)
Line
Count
Source
56
288k
static inline bool        isLuma                    (const ChannelType id)                         { return (id==CHANNEL_TYPE_LUMA);                                    }
57
647k
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)
Unit.cpp:vvdec::isChroma(vvdec::ComponentID)
Line
Count
Source
57
292k
static inline bool        isChroma                  (const ComponentID id)                         { return (id!=COMPONENT_Y);                                          }
UnitTools.cpp:vvdec::isChroma(vvdec::ComponentID)
Line
Count
Source
57
1.49k
static inline bool        isChroma                  (const ComponentID id)                         { return (id!=COMPONENT_Y);                                          }
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)
AdaptiveLoopFilter_avx2.cpp:vvdec::isChroma(vvdec::ComponentID)
Line
Count
Source
57
36
static inline bool        isChroma                  (const ComponentID id)                         { return (id!=COMPONENT_Y);                                          }
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)
Quant.cpp:vvdec::isChroma(vvdec::ComponentID)
Line
Count
Source
57
246k
static inline bool        isChroma                  (const ComponentID id)                         { return (id!=COMPONENT_Y);                                          }
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)
CABACReader.cpp:vvdec::isChroma(vvdec::ComponentID)
Line
Count
Source
57
17.5k
static inline bool        isChroma                  (const ComponentID id)                         { return (id!=COMPONENT_Y);                                          }
DecCu.cpp:vvdec::isChroma(vvdec::ComponentID)
Line
Count
Source
57
89.5k
static inline bool        isChroma                  (const ComponentID id)                         { return (id!=COMPONENT_Y);                                          }
Unexecuted instantiation: ContextModelling.cpp:vvdec::isChroma(vvdec::ComponentID)
58
1.50M
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)
AdaptiveLoopFilter.cpp:vvdec::isChroma(vvdec::ChannelType)
Line
Count
Source
58
2.53k
static inline bool        isChroma                  (const ChannelType id)                         { return (id!=CHANNEL_TYPE_LUMA);                                    }
Unexecuted instantiation: CodingStructure.cpp:vvdec::isChroma(vvdec::ChannelType)
Unexecuted instantiation: InterPrediction.cpp:vvdec::isChroma(vvdec::ChannelType)
IntraPrediction.cpp:vvdec::isChroma(vvdec::ChannelType)
Line
Count
Source
58
12.4k
static inline bool        isChroma                  (const ChannelType id)                         { return (id!=CHANNEL_TYPE_LUMA);                                    }
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)
CABACReader.cpp:vvdec::isChroma(vvdec::ChannelType)
Line
Count
Source
58
1.19M
static inline bool        isChroma                  (const ChannelType id)                         { return (id!=CHANNEL_TYPE_LUMA);                                    }
Unexecuted instantiation: DecCu.cpp:vvdec::isChroma(vvdec::ChannelType)
ContextModelling.cpp:vvdec::isChroma(vvdec::ChannelType)
Line
Count
Source
58
288k
static inline bool        isChroma                  (const ChannelType id)                         { return (id!=CHANNEL_TYPE_LUMA);                                    }
59
1.97M
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)
vvdecimpl.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
9
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
Buffer.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
148k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
LoopFilter.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
656k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
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)
SampleAdaptiveOffset.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
36
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
Unexecuted instantiation: Slice.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Unit.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
244k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
UnitTools.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
92.4k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
Unexecuted instantiation: DecLib.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Unexecuted instantiation: DecLibParser.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
DecLibRecon.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
713
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
Unexecuted instantiation: DecSlice.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
HLSyntaxReader.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
1.71k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
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)
CodingStructure.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
550k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
InterPrediction.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
12.5k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
IntraPrediction.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
124k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
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)
CABACReader.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
59
139k
static inline uint32_t    getChannelTypeScaleX      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt==CHROMA_444)) ? 0 : 1;                  }
Unexecuted instantiation: DecCu.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
Unexecuted instantiation: ContextModelling.cpp:vvdec::getChannelTypeScaleX(vvdec::ChannelType, vvdec::ChromaFormat)
60
1.96M
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)
vvdecimpl.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
9
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
Buffer.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
148k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
Unexecuted instantiation: InterpolationFilter.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
LoopFilter.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
677k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
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)
SampleAdaptiveOffset.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
36
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
Unexecuted instantiation: Slice.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Unit.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
244k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
UnitTools.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
89.5k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
Unexecuted instantiation: DecLib.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Unexecuted instantiation: DecLibParser.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
DecLibRecon.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
713
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
Unexecuted instantiation: DecSlice.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
HLSyntaxReader.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
1.71k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
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)
AdaptiveLoopFilter.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
713
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
CodingStructure.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
549k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
InterPrediction.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
12.5k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
IntraPrediction.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
99.3k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
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)
CABACReader.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Line
Count
Source
60
139k
static inline uint32_t    getChannelTypeScaleY      (const ChannelType id, const ChromaFormat fmt) { return (isLuma(id) || (fmt!=CHROMA_420)) ? 0 : 1;                  }
Unexecuted instantiation: DecCu.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
Unexecuted instantiation: ContextModelling.cpp:vvdec::getChannelTypeScaleY(vvdec::ChannelType, vvdec::ChromaFormat)
61
605k
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)
vvdecimpl.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
9
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
Buffer.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
148k
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
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)
SampleAdaptiveOffset.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
36
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
Unexecuted instantiation: Slice.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Unit.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
203k
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
UnitTools.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
61.0k
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
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)
CodingStructure.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
60.5k
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
InterPrediction.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
12.5k
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
IntraPrediction.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
49.7k
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
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)
CABACReader.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
61
70.0k
static inline uint32_t    getComponentScaleX        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleX(toChannelType(id), fmt);               }
Unexecuted instantiation: DecCu.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
Unexecuted instantiation: ContextModelling.cpp:vvdec::getComponentScaleX(vvdec::ComponentID, vvdec::ChromaFormat)
62
580k
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)
vvdecimpl.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
9
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
Buffer.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
148k
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
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)
SampleAdaptiveOffset.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
36
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
Unexecuted instantiation: Slice.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Unit.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
203k
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
UnitTools.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
61.0k
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
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)
CodingStructure.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
60.5k
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
InterPrediction.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
12.5k
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
IntraPrediction.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
24.8k
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
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)
CABACReader.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Line
Count
Source
62
70.0k
static inline uint32_t    getComponentScaleY        (const ComponentID id, const ChromaFormat fmt) { return getChannelTypeScaleY(toChannelType(id), fmt);               }
Unexecuted instantiation: DecCu.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
Unexecuted instantiation: ContextModelling.cpp:vvdec::getComponentScaleY(vvdec::ComponentID, vvdec::ChromaFormat)
63
321k
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
Unexecuted instantiation: vvdec.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
vvdecimpl.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Line
Count
Source
63
3
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
Buffer.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Line
Count
Source
63
50.2k
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
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)
SampleAdaptiveOffset.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Line
Count
Source
63
737
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
Unexecuted instantiation: Slice.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Unit.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Line
Count
Source
63
40.8k
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
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)
AdaptiveLoopFilter.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Line
Count
Source
63
18
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
CodingStructure.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Line
Count
Source
63
54.9k
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
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)
CABACReader.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Line
Count
Source
63
166k
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
DecCu.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
Line
Count
Source
63
8.80k
static inline uint32_t    getNumberValidComponents  (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_COMPONENT;                  }
Unexecuted instantiation: ContextModelling.cpp:vvdec::getNumberValidComponents(vvdec::ChromaFormat)
64
182k
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)
CodingStructure.cpp:vvdec::getNumberValidChannels(vvdec::ChromaFormat)
Line
Count
Source
64
182k
static inline uint32_t    getNumberValidChannels    (const ChromaFormat fmt)                       { return (fmt==CHROMA_400) ? 1 : MAX_NUM_CHANNEL_TYPE;               }
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
1.78M
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)
LoopFilter.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat)
Line
Count
Source
65
1.27M
static inline bool        isChromaEnabled           (const ChromaFormat fmt)                       { return !(fmt==CHROMA_400);                                         }
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)
DecLibRecon.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat)
Line
Count
Source
65
713
static inline bool        isChromaEnabled           (const ChromaFormat fmt)                       { return !(fmt==CHROMA_400);                                         }
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)
CodingStructure.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat)
Line
Count
Source
65
55.6k
static inline bool        isChromaEnabled           (const ChromaFormat fmt)                       { return !(fmt==CHROMA_400);                                         }
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)
CABACReader.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat)
Line
Count
Source
65
442k
static inline bool        isChromaEnabled           (const ChromaFormat fmt)                       { return !(fmt==CHROMA_400);                                         }
DecCu.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat)
Line
Count
Source
65
12.5k
static inline bool        isChromaEnabled           (const ChromaFormat fmt)                       { return !(fmt==CHROMA_400);                                         }
Unexecuted instantiation: ContextModelling.cpp:vvdec::isChromaEnabled(vvdec::ChromaFormat)
66
268k
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)
UnitTools.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType)
Line
Count
Source
66
55.4k
static inline ComponentID getFirstComponentOfChannel(const ChannelType id)                         { return (isLuma(id) ? COMPONENT_Y : COMPONENT_Cb);                  }
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)
IntraPrediction.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType)
Line
Count
Source
66
16.3k
static inline ComponentID getFirstComponentOfChannel(const ChannelType id)                         { return (isLuma(id) ? COMPONENT_Y : COMPONENT_Cb);                  }
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)
CABACReader.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType)
Line
Count
Source
66
196k
static inline ComponentID getFirstComponentOfChannel(const ChannelType id)                         { return (isLuma(id) ? COMPONENT_Y : COMPONENT_Cb);                  }
Unexecuted instantiation: DecCu.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType)
Unexecuted instantiation: ContextModelling.cpp:vvdec::getFirstComponentOfChannel(vvdec::ChannelType)
67
68
}