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
d6ba2356
Commit
d6ba2356
authored
Aug 05, 2019
by
Tomoaki Teshima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix fall through warning
parent
099f4f9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tegra_hal.hpp
3rdparty/carotene/hal/tegra_hal.hpp
+2
-0
No files found.
3rdparty/carotene/hal/tegra_hal.hpp
View file @
d6ba2356
...
...
@@ -1127,6 +1127,7 @@ inline int TEGRA_FILTERINIT(cvhalFilter2D **context, uchar *kernel_data, size_t
{
std
::
memcpy
(
ctx
->
kernel_data
+
kernel_width
*
j
,
kernel_data
+
kernel_step
*
j
,
kernel_width
*
sizeof
(
int16_t
));
}
break
;
default:
delete
[]
ctx
->
kernel_data
;
delete
ctx
;
...
...
@@ -1243,6 +1244,7 @@ inline int TEGRA_SEPFILTERINIT(cvhalFilter2D **context, int src_type, int dst_ty
ctx
->
kernely_data
[
0
]
=
((
int16_t
*
)
kernely_data
)[
0
];
ctx
->
kernely_data
[
1
]
=
((
int16_t
*
)
kernely_data
)[
1
];
ctx
->
kernely_data
[
2
]
=
((
int16_t
*
)
kernely_data
)[
2
];
break
;
default:
delete
ctx
;
return
CV_HAL_ERROR_NOT_IMPLEMENTED
;
...
...
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