Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jvet
VVCSoftware_VTM
Commits
530e2a0c
Commit
530e2a0c
authored
Mar 14, 2019
by
Adam Wieckowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabling parallelization with dQP
parent
14f8598c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
source/Lib/EncoderLib/EncModeCtrl.cpp
source/Lib/EncoderLib/EncModeCtrl.cpp
+1
-0
No files found.
source/Lib/EncoderLib/EncModeCtrl.cpp
View file @
530e2a0c
...
...
@@ -2235,6 +2235,7 @@ int EncModeCtrlMTnoRQT::getNumParallelJobs( const CodingStructure &cs, Partition
bool
EncModeCtrlMTnoRQT
::
isParallelSplit
(
const
CodingStructure
&
cs
,
Partitioner
&
partitioner
)
const
{
if
(
partitioner
.
getImplicitSplit
(
cs
)
!=
CU_DONT_SPLIT
||
cs
.
picture
->
scheduler
.
getSplitJobId
()
!=
0
)
return
false
;
if
(
partitioner
.
currDepth
<=
cs
.
pps
->
getMaxCuDQPDepth
()
)
return
false
;
const
int
numJobs
=
getNumParallelJobs
(
cs
,
partitioner
);
const
int
numPxl
=
partitioner
.
currArea
().
Y
().
area
();
const
int
parlAt
=
m_pcEncCfg
->
getNumSplitThreads
()
<=
3
?
1024
:
256
;
...
...
Write
Preview
Markdown
is supported
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