Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
3437111f
Commit
3437111f
authored
Apr 30, 2019
by
Lauri Kasanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swscale/ppc: Indent
parent
9456adc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
swscale_vsx.c
libswscale/ppc/swscale_vsx.c
+6
-6
No files found.
libswscale/ppc/swscale_vsx.c
View file @
3437111f
...
...
@@ -1927,13 +1927,13 @@ av_cold void ff_sws_init_swscale_vsx(SwsContext *c)
#if !HAVE_BIGENDIAN
if
(
c
->
srcBpc
==
8
)
{
if
(
c
->
dstBpc
<=
14
)
{
c
->
hyScale
=
c
->
hcScale
=
hScale_real_vsx
;
if
(
c
->
flags
&
SWS_FAST_BILINEAR
&&
c
->
dstW
>=
c
->
srcW
&&
c
->
chrDstW
>=
c
->
chrSrcW
)
{
c
->
hyscale_fast
=
hyscale_fast_vsx
;
c
->
hcscale_fast
=
hcscale_fast_vsx
;
}
c
->
hyScale
=
c
->
hcScale
=
hScale_real_vsx
;
if
(
c
->
flags
&
SWS_FAST_BILINEAR
&&
c
->
dstW
>=
c
->
srcW
&&
c
->
chrDstW
>=
c
->
chrSrcW
)
{
c
->
hyscale_fast
=
hyscale_fast_vsx
;
c
->
hcscale_fast
=
hcscale_fast_vsx
;
}
}
else
{
c
->
hyScale
=
c
->
hcScale
=
hScale8To19_vsx
;
c
->
hyScale
=
c
->
hcScale
=
hScale8To19_vsx
;
}
}
if
(
!
is16BPS
(
dstFormat
)
&&
!
isNBPS
(
dstFormat
)
&&
...
...
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