Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
8213e57f
Commit
8213e57f
authored
Oct 17, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7494 from tomoaki0705:fixVideoLKPyramidARM
parents
505c19bc
ea4ff918
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lkpyramid.cpp
modules/video/src/lkpyramid.cpp
+5
-5
No files found.
modules/video/src/lkpyramid.cpp
View file @
8213e57f
...
...
@@ -384,9 +384,9 @@ void cv::detail::LKTrackerInvoker::operator()(const Range& range) const
q8
=
vmulq_s32
(
q4
,
q6
);
q15
=
vmulq_s32
(
q6
,
q6
);
nq0
=
vaddq_f32
(
nq0
,
v
reinterpre
tq_f32_s32
(
q7
));
nq1
=
vaddq_f32
(
nq1
,
v
reinterpre
tq_f32_s32
(
q8
));
nq2
=
vaddq_f32
(
nq2
,
v
reinterpre
tq_f32_s32
(
q15
));
nq0
=
vaddq_f32
(
nq0
,
v
cv
tq_f32_s32
(
q7
));
nq1
=
vaddq_f32
(
nq1
,
v
cv
tq_f32_s32
(
q8
));
nq2
=
vaddq_f32
(
nq2
,
v
cv
tq_f32_s32
(
q15
));
vst1q_f32
(
nA11
,
nq0
);
vst1q_f32
(
nA12
,
nq1
);
...
...
@@ -599,8 +599,8 @@ void cv::detail::LKTrackerInvoker::operator()(const Range& range) const
nq9
=
vaddq_s32
(
nq9
,
nq10
);
nq4
=
vaddq_s32
(
nq4
,
nq5
);
nB1v
=
vaddq_f32
(
nB1v
,
v
reinterpre
tq_f32_s32
(
nq9
));
nB2v
=
vaddq_f32
(
nB2v
,
v
reinterpre
tq_f32_s32
(
nq4
));
nB1v
=
vaddq_f32
(
nB1v
,
v
cv
tq_f32_s32
(
nq9
));
nB2v
=
vaddq_f32
(
nB2v
,
v
cv
tq_f32_s32
(
nq4
));
vst1q_f32
(
nB1
,
nB1v
);
vst1q_f32
(
nB2
,
nB2v
);
...
...
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