Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit204d62a

Browse files
authored
Merge pull request#25815 from FantasqueX:remove-unused-variable-1
Remove unused variables in rgb2hsv_b simd
2 parentsefa4d91 +2179186 commit204d62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎modules/imgproc/src/color_hsv.simd.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct RGB2HSV_b
130130

131131
// sdiv = sdiv_table[v]
132132
v_int32 sdiv0, sdiv1, sdiv2, sdiv3;;
133-
v_uint16 vd0, vd1, vd2;
133+
v_uint16 vd0, vd1;
134134
v_expand(v, vd0, vd1);
135135
v_int32 vq0, vq1, vq2, vq3;
136136
v_expand(v_reinterpret_as_s16(vd0), vq0, vq1);
@@ -150,7 +150,7 @@ struct RGB2HSV_b
150150

151151
// hdiv = hdiv_table[diff]
152152
v_int32 hdiv0, hdiv1, hdiv2, hdiv3;
153-
v_uint16 diffd0, diffd1, diffd2;
153+
v_uint16 diffd0, diffd1;
154154
v_expand(diff, diffd0, diffd1);
155155
v_int32 diffq0, diffq1, diffq2, diffq3;
156156
v_expand(v_reinterpret_as_s16(diffd0), diffq0, diffq1);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp