Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Remy Foray
VVCSoftware_VTM
Commits
524b5349
Commit
524b5349
authored
Feb 11, 2019
by
Santiago de Luxán Hernández
Browse files
Fix of the size of extendRefList, so that is always equal to the one of uiRdModeList.
parent
54980858
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/Lib/EncoderLib/IntraSearch.cpp
View file @
524b5349
...
...
@@ -777,6 +777,7 @@ void IntraSearch::estIntraPredLumaQT( CodingUnit &cu, Partitioner &partitioner )
{
uiRdModeList
.
resize
(
std
::
min
<
size_t
>
(
uiRdModeList
.
size
(),
2
)
);
#if JVET_M0102_INTRA_SUBPARTITIONS
extendRefList
.
resize
(
std
::
min
<
size_t
>
(
extendRefList
.
size
(),
2
)
);
if
(
nOptionsForISP
>
1
)
{
m_rdModeListWithoutMrlHor
.
resize
(
std
::
min
<
size_t
>
(
m_rdModeListWithoutMrlHor
.
size
(),
2
)
);
...
...
@@ -788,6 +789,7 @@ void IntraSearch::estIntraPredLumaQT( CodingUnit &cu, Partitioner &partitioner )
{
uiRdModeList
.
resize
(
std
::
min
<
size_t
>
(
uiRdModeList
.
size
(),
1
)
);
#if JVET_M0102_INTRA_SUBPARTITIONS
extendRefList
.
resize
(
std
::
min
<
size_t
>
(
extendRefList
.
size
(),
1
)
);
if
(
nOptionsForISP
>
1
)
{
m_rdModeListWithoutMrlHor
.
resize
(
std
::
min
<
size_t
>
(
m_rdModeListWithoutMrlHor
.
size
(),
1
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment