arm, armv8: Fix C function signature data types am: 391a0d9418
am: 55a1746fe6
Change-Id: I243238cb37dabac94f6140822d4798f40862ccd0
This commit is contained in:
commit
6e2bb8a043
7 changed files with 43 additions and 43 deletions
|
|
@ -91,8 +91,8 @@
|
|||
@ UWORD8 *pu1_dst,
|
||||
@ WORD32 src_strd,
|
||||
@ WORD32 dst_strd,
|
||||
@ UWORD8 u1_dx,
|
||||
@ UWORD8 u1_dy,
|
||||
@ WORD32 u1_dx,
|
||||
@ WORD32 u1_dy,
|
||||
@ WORD32 ht,
|
||||
@ WORD32 wd)
|
||||
@**************Variables Vs Registers*****************************************
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
@*
|
||||
@void ih264_memcpy_mul_8(UWORD8 *pu1_dst,
|
||||
@ UWORD8 *pu1_src,
|
||||
@ UWORD8 num_bytes)
|
||||
@ UWORD32 num_bytes)
|
||||
@**************Variables Vs Registers*************************
|
||||
@ r0 => *pu1_dst
|
||||
@ r1 => *pu1_src
|
||||
|
|
@ -97,7 +97,7 @@ loop_neon_memcpy_mul_8:
|
|||
@*
|
||||
@void ih264_memcpy(UWORD8 *pu1_dst,
|
||||
@ UWORD8 *pu1_src,
|
||||
@ UWORD8 num_bytes)
|
||||
@ UWORD32 num_bytes)
|
||||
@**************Variables Vs Registers*************************
|
||||
@ r0 => *pu1_dst
|
||||
@ r1 => *pu1_src
|
||||
|
|
@ -135,7 +135,7 @@ loop_memcpy:
|
|||
|
||||
@void ih264_memset_mul_8(UWORD8 *pu1_dst,
|
||||
@ UWORD8 value,
|
||||
@ UWORD8 num_bytes)
|
||||
@ UWORD32 num_bytes)
|
||||
@**************Variables Vs Registers*************************
|
||||
@ r0 => *pu1_dst
|
||||
@ r1 => value
|
||||
|
|
@ -202,7 +202,7 @@ loop_memset:
|
|||
|
||||
@void ih264_memset_16bit_mul_8(UWORD16 *pu2_dst,
|
||||
@ UWORD16 value,
|
||||
@ UWORD8 num_words)
|
||||
@ UWORD32 num_words)
|
||||
@**************Variables Vs Registers*************************
|
||||
@ r0 => *pu2_dst
|
||||
@ r1 => value
|
||||
|
|
@ -234,7 +234,7 @@ loop_memset_16bit_mul_8:
|
|||
|
||||
@void ih264_memset_16bit(UWORD16 *pu2_dst,
|
||||
@ UWORD16 value,
|
||||
@ UWORD8 num_words)
|
||||
@ UWORD32 num_words)
|
||||
@**************Variables Vs Registers*************************
|
||||
@ r0 => *pu2_dst
|
||||
@ r1 => value
|
||||
|
|
|
|||
|
|
@ -88,8 +88,8 @@
|
|||
// WORD32 src_strd1,
|
||||
// WORD32 src_strd2,
|
||||
// WORD32 dst_strd,
|
||||
// UWORD8 ht,
|
||||
// UWORD8 wd)
|
||||
// WORD32 ht,
|
||||
// WORD32 wd)
|
||||
//
|
||||
//**************Variables Vs Registers*****************************************
|
||||
// x0 => puc_src1
|
||||
|
|
@ -263,8 +263,8 @@ end_loops:
|
|||
// WORD32 src_strd1,
|
||||
// WORD32 src_strd2,
|
||||
// WORD32 dst_strd,
|
||||
// UWORD8 ht,
|
||||
// UWORD8 wd)
|
||||
// WORD32 ht,
|
||||
// WORD32 wd)
|
||||
//
|
||||
//**************Variables Vs Registers*****************************************
|
||||
// x0 => puc_src1
|
||||
|
|
|
|||
|
|
@ -91,8 +91,8 @@
|
|||
// UWORD8 *pu1_dst,
|
||||
// WORD32 src_strd,
|
||||
// WORD32 dst_strd,
|
||||
// UWORD8 u1_dx,
|
||||
// UWORD8 u1_dy,
|
||||
// WORD32 u1_dx,
|
||||
// WORD32 u1_dy,
|
||||
// WORD32 ht,
|
||||
// WORD32 wd)
|
||||
//**************Variables Vs Registers*****************************************
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
//*/
|
||||
//void ih264_memcpy_mul_8(UWORD8 *pu1_dst,
|
||||
// UWORD8 *pu1_src,
|
||||
// UWORD8 num_bytes)
|
||||
// UWORD32 num_bytes)
|
||||
//**************Variables Vs Registers*************************
|
||||
// x0 => *pu1_dst
|
||||
// x1 => *pu1_src
|
||||
|
|
@ -99,7 +99,7 @@ loop_neon_memcpy_mul_8:
|
|||
//*/
|
||||
//void ih264_memcpy(UWORD8 *pu1_dst,
|
||||
// UWORD8 *pu1_src,
|
||||
// UWORD8 num_bytes)
|
||||
// UWORD32 num_bytes)
|
||||
//**************Variables Vs Registers*************************
|
||||
// x0 => *pu1_dst
|
||||
// x1 => *pu1_src
|
||||
|
|
@ -139,7 +139,7 @@ end_func1:
|
|||
|
||||
//void ih264_memset_mul_8(UWORD8 *pu1_dst,
|
||||
// UWORD8 value,
|
||||
// UWORD8 num_bytes)
|
||||
// UWORD32 num_bytes)
|
||||
//**************Variables Vs Registers*************************
|
||||
// x0 => *pu1_dst
|
||||
// x1 => value
|
||||
|
|
@ -164,7 +164,7 @@ loop_memset_mul_8:
|
|||
|
||||
//void ih264_memset(UWORD8 *pu1_dst,
|
||||
// UWORD8 value,
|
||||
// UWORD8 num_bytes)
|
||||
// UWORD32 num_bytes)
|
||||
//**************Variables Vs Registers*************************
|
||||
// x0 => *pu1_dst
|
||||
// x1 => value
|
||||
|
|
@ -205,7 +205,7 @@ end_func2:
|
|||
|
||||
//void ih264_memset_16bit_mul_8(UWORD16 *pu2_dst,
|
||||
// UWORD16 value,
|
||||
// UWORD8 num_words)
|
||||
// UWORD32 num_words)
|
||||
//**************Variables Vs Registers*************************
|
||||
// x0 => *pu2_dst
|
||||
// x1 => value
|
||||
|
|
@ -233,7 +233,7 @@ loop_memset_16bit_mul_8:
|
|||
|
||||
//void ih264_memset_16bit(UWORD16 *pu2_dst,
|
||||
// UWORD16 value,
|
||||
// UWORD8 num_words)
|
||||
// UWORD32 num_words)
|
||||
//**************Variables Vs Registers*************************
|
||||
// x0 => *pu2_dst
|
||||
// x1 => value
|
||||
|
|
|
|||
|
|
@ -103,13 +103,13 @@
|
|||
// WORD32 src_strd1,
|
||||
// WORD32 src_strd2,
|
||||
// WORD32 dst_strd,
|
||||
// UWORD16 log_WD,
|
||||
// UWORD32 wt1,
|
||||
// UWORD32 wt2,
|
||||
// UWORD16 ofst1,
|
||||
// UWORD16 ofst2,
|
||||
// UWORD8 ht,
|
||||
// UWORD8 wd)
|
||||
// WORD32 log_WD,
|
||||
// WORD32 wt1,
|
||||
// WORD32 wt2,
|
||||
// WORD16 ofst1,
|
||||
// WORD16 ofst2,
|
||||
// WORD32 ht,
|
||||
// WORD32 wd)
|
||||
//
|
||||
//**************Variables Vs Registers*****************************************
|
||||
// x0 => puc_src1
|
||||
|
|
@ -383,13 +383,13 @@ end_loops:
|
|||
// WORD32 src_strd1,
|
||||
// WORD32 src_strd2,
|
||||
// WORD32 dst_strd,
|
||||
// UWORD16 log_WD,
|
||||
// UWORD32 wt1,
|
||||
// UWORD32 wt2,
|
||||
// UWORD16 ofst1,
|
||||
// UWORD16 ofst2,
|
||||
// UWORD8 ht,
|
||||
// UWORD8 wd)
|
||||
// WORD32 log_WD,
|
||||
// WORD32 wt1,
|
||||
// WORD32 wt2,
|
||||
// WORD32 ofst1,
|
||||
// WORD32 ofst2,
|
||||
// WORD32 ht,
|
||||
// WORD32 wd)
|
||||
//
|
||||
//**************Variables Vs Registers*****************************************
|
||||
// x0 => puc_src1
|
||||
|
|
|
|||
|
|
@ -89,11 +89,11 @@
|
|||
// UWORD8 *puc_dst,
|
||||
// WORD32 src_strd,
|
||||
// WORD32 dst_strd,
|
||||
// UWORD8 log_WD,
|
||||
// UWORD32 wt,
|
||||
// UWORD16 ofst,
|
||||
// UWORD8 ht,
|
||||
// UWORD8 wd)
|
||||
// WORD32 log_WD,
|
||||
// WORD32 wt,
|
||||
// WORD32 ofst,
|
||||
// WORD32 ht,
|
||||
// WORD32 wd)
|
||||
//
|
||||
//**************Variables Vs Registers*****************************************
|
||||
// x0 => puc_src
|
||||
|
|
@ -318,11 +318,11 @@ end_loops:
|
|||
// UWORD8 *puc_dst,
|
||||
// WORD32 src_strd,
|
||||
// WORD32 dst_strd,
|
||||
// UWORD8 log_WD,
|
||||
// UWORD32 wt,
|
||||
// UWORD16 ofst,
|
||||
// UWORD8 ht,
|
||||
// UWORD8 wd)
|
||||
// WORD32 log_WD,
|
||||
// WORD32 wt,
|
||||
// WORD32 ofst,
|
||||
// WORD32 ht,
|
||||
// WORD32 wd)
|
||||
//
|
||||
//**************Variables Vs Registers*****************************************
|
||||
// x0 => puc_src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue