Commit 12bf71b6 authored by Måns Rullgård's avatar Måns Rullgård

ARM: whitespace cosmetics

Originally committed as revision 20191 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bef966e3
...@@ -249,7 +249,7 @@ function ff_\pfx\name\suf\()_neon, export=1 ...@@ -249,7 +249,7 @@ function ff_\pfx\name\suf\()_neon, export=1
.endm .endm
function ff_put_h264_qpel16_mc00_neon, export=1 function ff_put_h264_qpel16_mc00_neon, export=1
mov r3, #16 mov r3, #16
.endfunc .endfunc
pixfunc put_ pixels16 pixfunc put_ pixels16
...@@ -258,13 +258,13 @@ function ff_put_h264_qpel16_mc00_neon, export=1 ...@@ -258,13 +258,13 @@ function ff_put_h264_qpel16_mc00_neon, export=1
pixfunc2 put_ pixels16_xy2, _no_rnd, vshrn.u16, 1 pixfunc2 put_ pixels16_xy2, _no_rnd, vshrn.u16, 1
function ff_avg_h264_qpel16_mc00_neon, export=1 function ff_avg_h264_qpel16_mc00_neon, export=1
mov r3, #16 mov r3, #16
.endfunc .endfunc
pixfunc avg_ pixels16,, 1 pixfunc avg_ pixels16,, 1
function ff_put_h264_qpel8_mc00_neon, export=1 function ff_put_h264_qpel8_mc00_neon, export=1
mov r3, #8 mov r3, #8
.endfunc .endfunc
pixfunc put_ pixels8 pixfunc put_ pixels8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment