summaryrefslogtreecommitdiffstats
path: root/common/arm/ih264_inter_pred_filters_luma_vert_a9q.s
diff options
context:
space:
mode:
Diffstat (limited to 'common/arm/ih264_inter_pred_filters_luma_vert_a9q.s')
-rw-r--r--[-rwxr-xr-x]common/arm/ih264_inter_pred_filters_luma_vert_a9q.s18
1 files changed, 9 insertions, 9 deletions
diff --git a/common/arm/ih264_inter_pred_filters_luma_vert_a9q.s b/common/arm/ih264_inter_pred_filters_luma_vert_a9q.s
index 5b29e02..65c40a6 100755..100644
--- a/common/arm/ih264_inter_pred_filters_luma_vert_a9q.s
+++ b/common/arm/ih264_inter_pred_filters_luma_vert_a9q.s
@@ -17,7 +17,7 @@
@ *****************************************************************************
@ * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
@*/
-@/**
+@**
@******************************************************************************
@* @file
@* ih264_inter_pred_luma_vert_a9q.s
@@ -36,14 +36,14 @@
@* None
@*
@*******************************************************************************
-@*/
+@*
-@/* All the functions here are replicated from ih264_inter_pred_filters.c
+@* All the functions here are replicated from ih264_inter_pred_filters.c
@
-@/**
-@/**
-@/**
+@**
+@**
+@**
@ *******************************************************************************
@ *
@ * @brief
@@ -195,10 +195,10 @@ loop_16: @when wd=16
subne r0, r0, r2
beq end_func @ Branch if height==4
- b loop_16 @ looping if height = 8 or 16
+ b loop_16 @ looping if height = 8 or 16
loop_8:
-@// Processing row0 and row1
+@ Processing row0 and row1
vld1.u32 d0, [r0], r2 @ Vector load from src[0_0]
vld1.u32 d1, [r0], r2 @ Vector load from src[1_0]
@@ -248,7 +248,7 @@ loop_8:
loop_4:
-@// Processing row0 and row1
+@ Processing row0 and row1
vld1.u32 d0[0], [r0], r2 @ Vector load from src[0_0]
vld1.u32 d1[0], [r0], r2 @ Vector load from src[1_0]