summaryrefslogtreecommitdiffstats
path: root/common/arm/ih264_padding_neon.s
diff options
context:
space:
mode:
Diffstat (limited to 'common/arm/ih264_padding_neon.s')
-rw-r--r--common/arm/ih264_padding_neon.s25
1 files changed, 13 insertions, 12 deletions
diff --git a/common/arm/ih264_padding_neon.s b/common/arm/ih264_padding_neon.s
index 9bab268..e7a1f91 100644
--- a/common/arm/ih264_padding_neon.s
+++ b/common/arm/ih264_padding_neon.s
@@ -17,7 +17,7 @@
@ *****************************************************************************
@ * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
@*/
-@/**
+@*
@ *******************************************************************************
@ * @file
@ * ih264_padding_neon.s
@@ -39,10 +39,10 @@
@ * None
@ *
@ *******************************************************************************
-@*/
+@*
-@/**
+@**
@*******************************************************************************
@*
@* @brief pad at the top of a 2d array
@@ -67,7 +67,7 @@
@* @remarks none
@*
@*******************************************************************************
-@*/
+@*
@void ih264_pad_top(UWORD8 *pu1_src,
@ WORD32 src_strd,
@ WORD32 wd,
@@ -110,7 +110,7 @@ loop_neon_pad_top:
-@/**
+@**
@*******************************************************************************
@*
@* @brief
@@ -147,7 +147,7 @@ loop_neon_pad_top:
@* None
@*
@*******************************************************************************
-@*/
+@*
@#if PAD_LEFT_LUMA == C
@void ih264_pad_left_luma(UWORD8 *pu1_src,
@ WORD32 src_strd,
@@ -160,6 +160,7 @@ loop_neon_pad_top:
@ r3 => pad_size
+
.global ih264_pad_left_luma_a9q
ih264_pad_left_luma_a9q:
@@ -245,7 +246,7 @@ end_func:
-@/**
+@**
@*******************************************************************************
@*
@* @brief
@@ -282,7 +283,7 @@ end_func:
@* None
@*
@*******************************************************************************
-@*/
+@*
@#if PAD_LEFT_CHROMA == C
@void ih264_pad_left_chroma(UWORD8 *pu1_src,
@ WORD32 src_strd,
@@ -373,7 +374,7 @@ end_func_l_c:
-@/**
+@**
@*******************************************************************************
@*
@* @brief
@@ -410,7 +411,7 @@ end_func_l_c:
@* None
@*
@*******************************************************************************
-@*/
+@*
@#if PAD_RIGHT_LUMA == C
@void ih264_pad_right_luma(UWORD8 *pu1_src,
@ WORD32 src_strd,
@@ -519,7 +520,7 @@ end_func_r:
-@/**
+@**
@*******************************************************************************
@*
@* @brief
@@ -556,7 +557,7 @@ end_func_r:
@* None
@*
@*******************************************************************************
-@*/
+@*
@#if PAD_RIGHT_CHROMA == C
@void ih264_pad_right_chroma(UWORD8 *pu1_src,
@ WORD32 src_strd,