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