From 875aec704491a6c93baaa67b5a80b9b69f521c92 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 8 Mar 2016 23:33:21 -0800 Subject: [PATCH] enc_neon,cosmetics: break long comment Change-Id: I88dff0271fef1cc6dd5888572bfe0f09f467b028 --- src/dsp/enc_neon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dsp/enc_neon.c b/src/dsp/enc_neon.c index 7462511e..46f6bf9a 100644 --- a/src/dsp/enc_neon.c +++ b/src/dsp/enc_neon.c @@ -677,7 +677,8 @@ static int Disto4x4(const uint8_t* const a, const uint8_t* const b, { // Vertical pass first to avoid a transpose (vertical and horizontal passes - // are commutative because w/kWeightY is symmetric) and subsequent transpose. + // are commutative because w/kWeightY is symmetric) and subsequent + // transpose. const int16x8x4_t q4_v = DistoVerticalPass(d4_in); const int16x4x4_t d4_w = DistoLoadW(w); // horizontal pass