Fix: SIMD implementation for average calculation in AE0169
Fix SIMD implementation for average calculation. The existed implementation introduced AVX2/AVX difference since not the whole block was included, for blocks greater than 8, only the first 8 samples of each row were considered.
Edited by Vadim Seregin