mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-04 13:53:26 +00:00
arm: hevcdsp: Add commas between macro arguments
When targeting darwin, clang requires commas between arguments, while the no-comma form is allowed for other targets. Since Xcode 9.3, the bundled clang supports altmacro and doesn't require using gas-preprocessor any longer. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
6660bc034d
commit
5f83935de4
@ -667,76 +667,76 @@ endfunc
|
||||
|
||||
|
||||
function ff_hevc_put_qpel_h1v1_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_1 qpel_filter_1_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_1, qpel_filter_1_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_h2v1_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_2, qpel_filter_1_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_h3v1_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_3, qpel_filter_1_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_h1v2_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_1, qpel_filter_2_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_h2v2_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_2, qpel_filter_2_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_h3v2_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_3, qpel_filter_2_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_h1v3_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_1, qpel_filter_3_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_h2v3_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_2 qpel_filter_3_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_2, qpel_filter_3_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_h3v3_neon_8, export=1
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_3 qpel_filter_3_32b
|
||||
hevc_put_qpel_hXvY_neon_8 qpel_filter_3, qpel_filter_3_32b
|
||||
endfunc
|
||||
|
||||
|
||||
function ff_hevc_put_qpel_uw_h1v1_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_1_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1, qpel_filter_1_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_uw_h2v1_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_1_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2, qpel_filter_1_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_uw_h3v1_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_1_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3, qpel_filter_1_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_uw_h1v2_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_2_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1, qpel_filter_2_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_uw_h2v2_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_2_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2, qpel_filter_2_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_uw_h3v2_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_2_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3, qpel_filter_2_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_uw_h1v3_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1 qpel_filter_3_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_1, qpel_filter_3_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_uw_h2v3_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2 qpel_filter_3_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_2, qpel_filter_3_32b
|
||||
endfunc
|
||||
|
||||
function ff_hevc_put_qpel_uw_h3v3_neon_8, export=1
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3 qpel_filter_3_32b
|
||||
hevc_put_qpel_uw_hXvY_neon_8 qpel_filter_3, qpel_filter_3_32b
|
||||
endfunc
|
||||
|
||||
.macro init_put_pixels
|
||||
|
Loading…
Reference in New Issue
Block a user