diff --git a/common/armv8/ih264_resi_trans_quant_av8.s b/common/armv8/ih264_resi_trans_quant_av8.s index 316c220..3c60301 100644 --- a/common/armv8/ih264_resi_trans_quant_av8.s +++ b/common/armv8/ih264_resi_trans_quant_av8.s @@ -45,18 +45,6 @@ //* function name : ih264_resi_trans_quant_4x4 //* 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 // // register usage : @@ -77,18 +65,6 @@ .global 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 //x0 :pointer to src buffer //x1 :pointer to pred buffer @@ -259,18 +235,6 @@ ih264_resi_trans_quant_4x4_av8: //* description : this function does residue calculation, forward transform //* 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 // // register usage : @@ -290,17 +254,6 @@ ih264_resi_trans_quant_4x4_av8: .global 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 //x0 :pointer to src buffer //x1 :pointer to pred buffer diff --git a/encoder/armv8/ime_distortion_metrics_av8.s b/encoder/armv8/ime_distortion_metrics_av8.s index 47c3425..dfd4581 100644 --- a/encoder/armv8/ime_distortion_metrics_av8.s +++ b/encoder/armv8/ime_distortion_metrics_av8.s @@ -462,11 +462,6 @@ ime_calculate_sad3_prog_av8: // stack = RefBufferWidth , CurBufferWidth , psad - // x0 = ref1 - // x1 = ref2 - // x2 = src - // x3 = RefBufferWidth - // stack = CurBufferWidth , psad push_v_regs mov x6, #16 movi v29.8h, #0