Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
816b9726
Commit
816b9726
authored
Aug 20, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust: cosmetics
parent
4fc3c93c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
modules/video_filter/adjust_sat_hue.c
modules/video_filter/adjust_sat_hue.c
+10
-10
No files found.
modules/video_filter/adjust_sat_hue.c
View file @
816b9726
...
...
@@ -191,7 +191,7 @@ int packed_sat_hue_clip_C( picture_t * p_pic, picture_t * p_outpic, int i_sin, i
for
(
;
p_in
<
p_in_end
;
)
{
p_line_end
=
p_in
+
i_visible_pitch
-
8
*
4
;
p_line_end
=
p_in
+
i_visible_pitch
-
8
*
4
;
for
(
;
p_in
<
p_line_end
;
)
{
...
...
@@ -206,10 +206,10 @@ int packed_sat_hue_clip_C( picture_t * p_pic, picture_t * p_outpic, int i_sin, i
PACKED_WRITE_UV_CLIP
();
}
p_in
+=
i_pitch
-
i_visible_pitch
;
p_in_v
+=
i_pitch
-
i_visible_pitch
;
p_out
+=
i_pitch
-
i_visible_pitch
;
p_out_v
+=
i_pitch
-
i_visible_pitch
;
p_in
+=
i_pitch
-
i_visible_pitch
;
p_in_v
+=
i_pitch
-
i_visible_pitch
;
p_out
+=
i_pitch
-
i_visible_pitch
;
p_out_v
+=
i_pitch
-
i_visible_pitch
;
}
return
VLC_SUCCESS
;
...
...
@@ -244,7 +244,7 @@ int packed_sat_hue_C( picture_t * p_pic, picture_t * p_outpic, int i_sin,
for
(
;
p_in
<
p_in_end
;
)
{
p_line_end
=
p_in
+
i_visible_pitch
-
8
*
4
;
p_line_end
=
p_in
+
i_visible_pitch
-
8
*
4
;
for
(
;
p_in
<
p_line_end
;
)
{
...
...
@@ -259,10 +259,10 @@ int packed_sat_hue_C( picture_t * p_pic, picture_t * p_outpic, int i_sin,
PACKED_WRITE_UV
();
}
p_in
+=
i_pitch
-
i_visible_pitch
;
p_in_v
+=
i_pitch
-
i_visible_pitch
;
p_out
+=
i_pitch
-
i_visible_pitch
;
p_out_v
+=
i_pitch
-
i_visible_pitch
;
p_in
+=
i_pitch
-
i_visible_pitch
;
p_in_v
+=
i_pitch
-
i_visible_pitch
;
p_out
+=
i_pitch
-
i_visible_pitch
;
p_out_v
+=
i_pitch
-
i_visible_pitch
;
}
return
VLC_SUCCESS
;
...
...
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