1 | | The issue with processing v1 conformance bitstreams is caused by the function simdFilter5x5Blk_HBD_AVX2 |
| 1 | The issue with processing v1 conformance bitstreams is caused by the function simdFilter5x5Blk_HBD_AVX2, which appears to set incorrect requirements for block width (i.e., must be a multiple of 8) |
| 2 | |
| 3 | ERROR: In function "simdFilter5x5Blk_HBD_AVX2" in source/Lib/CommonLib/x86/avx2/../AdaptiveLoopFilterX86.h:443: Wrong endWidth in filtering |
| 4 | |
| 5 | 7405266d0 (Xiaoyu Xiu 2021-01-26 20:42:58 +0100 443) CHECK(width % step_x, "Wrong endWidth in filtering"); |