Skip to content

Fix: reset CCSAO buffer in IRAP pictures for AE0151

Vadim Seregin requested to merge seregin/ECM:ECM10_AE0151_IRAP_RESET into master

In the existed implementation of AE0151, CCSAO buffer used to store parameters from other temporal pictures is reset for IDRs only, and not for CRAs. So when parallel segments are merged by parcat, it produces encoder and decoder mismatch. The condition of resetting temporal CABAC or ALF buffer is reused in this fix. It affects the performance.

Edited by Vadim Seregin

Merge request reports