armv8: Remove duplicated, incorrect function argument declarations
am: 545b474453
Change-Id: I8918db5761a5cf22fb0895a31bddd57cd63135d1
This commit is contained in:
commit
00c7db0c96
2 changed files with 0 additions and 52 deletions
|
|
@ -45,18 +45,6 @@
|
||||||
//* function name : ih264_resi_trans_quant_4x4
|
//* function name : ih264_resi_trans_quant_4x4
|
||||||
//* description : this function does cf4 of h264
|
//* description : this function does cf4 of h264
|
||||||
//*
|
//*
|
||||||
//* arguments : x0 :pointer to src buffer
|
|
||||||
// x1 :pointer to pred buffer
|
|
||||||
// x2 :pointer to dst buffer
|
|
||||||
// x3 :source stride
|
|
||||||
// x4 :pred stride,
|
|
||||||
// x5 :dst stride,
|
|
||||||
// x6 :pointer to scaling matrix,
|
|
||||||
// x7 :pointer to threshold matrix,
|
|
||||||
// stack qbits,
|
|
||||||
// rounding factor,
|
|
||||||
// pointer to store nnz
|
|
||||||
// pointer to store non quantized dc value
|
|
||||||
// values returned : none
|
// values returned : none
|
||||||
//
|
//
|
||||||
// register usage :
|
// register usage :
|
||||||
|
|
@ -77,18 +65,6 @@
|
||||||
.global ih264_resi_trans_quant_4x4_av8
|
.global ih264_resi_trans_quant_4x4_av8
|
||||||
ih264_resi_trans_quant_4x4_av8:
|
ih264_resi_trans_quant_4x4_av8:
|
||||||
|
|
||||||
//x0 :pointer to src buffer
|
|
||||||
//x1 :pointer to pred buffer
|
|
||||||
//x2 :pointer to dst buffer
|
|
||||||
//x3 :source stride
|
|
||||||
//x4 :pred stride
|
|
||||||
//x5 :dst stride,
|
|
||||||
//x6 :scale matirx,
|
|
||||||
//x7 :threshold matrix
|
|
||||||
// :qbits
|
|
||||||
// :round factor
|
|
||||||
// :nnz
|
|
||||||
// :pointer to store non quantized dc value
|
|
||||||
push_v_regs
|
push_v_regs
|
||||||
//x0 :pointer to src buffer
|
//x0 :pointer to src buffer
|
||||||
//x1 :pointer to pred buffer
|
//x1 :pointer to pred buffer
|
||||||
|
|
@ -259,18 +235,6 @@ ih264_resi_trans_quant_4x4_av8:
|
||||||
//* description : this function does residue calculation, forward transform
|
//* description : this function does residue calculation, forward transform
|
||||||
//* and quantization for 4x4 chroma block.
|
//* and quantization for 4x4 chroma block.
|
||||||
//*
|
//*
|
||||||
//* arguments : x0 :pointer to src buffer
|
|
||||||
// x1 :pointer to pred buffer
|
|
||||||
// x2 :pointer to dst buffer
|
|
||||||
// x3 :source stride
|
|
||||||
// x4 :pred stride,
|
|
||||||
// x5 :dst stride,
|
|
||||||
// x6 :pointer to scaling matrix,
|
|
||||||
// x7 :pointer to threshold matrix,
|
|
||||||
// stack qbits,
|
|
||||||
// rounding factor,
|
|
||||||
// pointer to store nnz
|
|
||||||
// pointer to store unquantized dc values
|
|
||||||
// values returned : none
|
// values returned : none
|
||||||
//
|
//
|
||||||
// register usage :
|
// register usage :
|
||||||
|
|
@ -290,17 +254,6 @@ ih264_resi_trans_quant_4x4_av8:
|
||||||
.global ih264_resi_trans_quant_chroma_4x4_av8
|
.global ih264_resi_trans_quant_chroma_4x4_av8
|
||||||
ih264_resi_trans_quant_chroma_4x4_av8:
|
ih264_resi_trans_quant_chroma_4x4_av8:
|
||||||
|
|
||||||
//x0 :pointer to src buffer
|
|
||||||
//x1 :pointer to pred buffer
|
|
||||||
//x2 :pointer to dst buffer
|
|
||||||
//x3 :source stride
|
|
||||||
//stack :pred stride
|
|
||||||
// :scale matirx,
|
|
||||||
// :threshold matrix
|
|
||||||
// :qbits
|
|
||||||
// :round factor
|
|
||||||
// :nnz
|
|
||||||
// :pu1_dc_alt_addr
|
|
||||||
push_v_regs
|
push_v_regs
|
||||||
//x0 :pointer to src buffer
|
//x0 :pointer to src buffer
|
||||||
//x1 :pointer to pred buffer
|
//x1 :pointer to pred buffer
|
||||||
|
|
|
||||||
|
|
@ -462,11 +462,6 @@ ime_calculate_sad3_prog_av8:
|
||||||
// stack = RefBufferWidth <UWORD32>, CurBufferWidth <UWORD32>, psad <UWORD32 *>
|
// stack = RefBufferWidth <UWORD32>, CurBufferWidth <UWORD32>, psad <UWORD32 *>
|
||||||
|
|
||||||
|
|
||||||
// x0 = ref1 <UWORD8 *>
|
|
||||||
// x1 = ref2 <UWORD8 *>
|
|
||||||
// x2 = src <UWORD8 *>
|
|
||||||
// x3 = RefBufferWidth <UWORD32>
|
|
||||||
// stack = CurBufferWidth <UWORD32>, psad <UWORD32 *>
|
|
||||||
push_v_regs
|
push_v_regs
|
||||||
mov x6, #16
|
mov x6, #16
|
||||||
movi v29.8h, #0
|
movi v29.8h, #0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue