Skip to content

Account for padh_align when doing lowres WP

Kagami Hiiragi requested to merge Kagami/x264:avx512-lowres-wp into master

lowres[0] is shifted by additional padh_align pixels relative to buffer_lowres and in case of AVX512 it might be greater than zero. Thus pointer of WP plane points to incorrect location, which is then passed to ME.

Merge request reports