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
3adba2de
Commit
3adba2de
authored
Dec 01, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: fix indentation in ff_dsputil_init_neon()
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
96fef6cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
41 deletions
+39
-41
dsputil_init_neon.c
libavcodec/arm/dsputil_init_neon.c
+39
-41
No files found.
libavcodec/arm/dsputil_init_neon.c
View file @
3adba2de
...
...
@@ -245,8 +245,7 @@ void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx)
c
->
put_pixels_clamped
=
ff_put_pixels_clamped_neon
;
c
->
put_signed_pixels_clamped
=
ff_put_signed_pixels_clamped_neon
;
if
(
CONFIG_H264_DECODER
)
{
if
(
!
high_bit_depth
)
{
if
(
CONFIG_H264_DECODER
&&
!
high_bit_depth
)
{
c
->
put_h264_chroma_pixels_tab
[
0
]
=
ff_put_h264_chroma_mc8_neon
;
c
->
put_h264_chroma_pixels_tab
[
1
]
=
ff_put_h264_chroma_mc4_neon
;
c
->
put_h264_chroma_pixels_tab
[
2
]
=
ff_put_h264_chroma_mc2_neon
;
...
...
@@ -323,7 +322,6 @@ void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx)
c
->
avg_h264_qpel_pixels_tab
[
1
][
14
]
=
ff_avg_h264_qpel8_mc23_neon
;
c
->
avg_h264_qpel_pixels_tab
[
1
][
15
]
=
ff_avg_h264_qpel8_mc33_neon
;
}
}
if
(
CONFIG_VP3_DECODER
)
{
c
->
vp3_v_loop_filter
=
ff_vp3_v_loop_filter_neon
;
...
...
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