Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VVCSoftware_VTM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
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