Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
fa9ca79b
Commit
fa9ca79b
authored
Dec 18, 2006
by
dionoea
Browse files
* Remove comments left in cut & paste.
parent
0d895d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/extract.c
View file @
fa9ca79b
...
...
@@ -325,11 +325,6 @@ static void get_custom_from_yuv420( picture_t *p_inpic, picture_t *p_outpic,
y2out
=
y1out
+
i_pitch
;
while
(
y1in
<
y1end
)
{
/*
38470 -13239 -27473
-21710 7471 15504
-27439 9443 19595
*/
*
uout
++
=
crop
(
(
*
y1in
*
m
[
3
]
+
(
*
uin
-
U
)
*
m
[
4
]
+
(
*
vin
-
V
)
*
m
[
5
])
/
65536
+
U
);
*
vout
++
=
crop
(
(
*
y1in
*
m
[
6
]
+
(
*
uin
-
U
)
*
m
[
7
]
+
(
*
vin
-
V
)
*
m
[
8
])
...
...
@@ -375,11 +370,6 @@ static void get_custom_from_yuv422( picture_t *p_inpic, picture_t *p_outpic,
const
uint8_t
*
y1end
=
y1in
+
i_visible_pitch
;
while
(
y1in
<
y1end
)
{
/*
38470 -13239 -27473
-21710 7471 15504
-27439 9443 19595
*/
*
uout
++
=
crop
(
(
*
y1in
*
m
[
3
]
+
(
*
uin
-
U
)
*
m
[
4
]
+
(
*
vin
-
V
)
*
m
[
5
])
/
65536
+
U
);
*
vout
++
=
crop
(
(
*
y1in
*
m
[
6
]
+
(
*
uin
-
U
)
*
m
[
7
]
+
(
*
vin
-
V
)
*
m
[
8
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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