Changes between Initial Version and Version 1 of Ticket #1531, comment 1


Ignore:
Timestamp:
2 Feb 2022, 23:58:11 (2 years ago)
Author:
fbossen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1531, comment 1

    initial v1  
    1 The issue with processing v1 conformance bitstreams is caused by the function simdFilter5x5Blk_HBD_AVX2
     1The 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
     3ERROR: In function "simdFilter5x5Blk_HBD_AVX2" in source/Lib/CommonLib/x86/avx2/../AdaptiveLoopFilterX86.h:443: Wrong endWidth in filtering
     4
     57405266d0 (Xiaoyu Xiu                 2021-01-26 20:42:58 +0100  443)   CHECK(width % step_x, "Wrong endWidth in filtering");