Search Results for "JVET-AF0112"
Found 6 document(s)
Use number, keyword, author, or MPEG number. Filter by meeting when needed.
JVET-AF0112 EE2-5.1: Dynamic Scaling of Bilateral Filter (BIF) [V. Shchukin, P. Wennersten, J. Ström (Ericsson)]
JVET-AF0203 Crosscheck of JVET-AF0112 (EE2-5.1: Dynamic Scaling of Bilateral Filter) [W. Yin (Bytedance)] [late]
JVET-AG0006 JVET AHG report: ECM software development (AHG6) [V. Seregin (chair), J. Chen, R. Chernyak, F. Le Léannec, K. Zhang (vice-chairs)]
Software development
ECM software repository is located at https://vcgit.hhi.fraunhofer.de/ecm/ECM.
ECM software is based on VTM-10.0 with enabled MCTF including the update from JVET-V0056, and GOP32, which is very close to VTM-11.0.
VTM-11.0ecm anchor https://vcgit.hhi.fraunhofer.de/ecm/ECM/-/tree/VTM11_ANC is used for ECM performance evaluation.
The following changes were integrated into ECM-10.1:
Fix: high QP for AA0093 (MR 519)
Fix: reconstruction buffer copied when BIF is not performed for a sub-TU (MR 522)
Fix for uninitialized values usage reported by valgrind (MR 524)
Reduce MCTF peak memory allocation by computing applyMotion in place
Fix: memory reduction: use actual CTU size instead of MAX_CU_SIZE in encoder (MR 520)
ALF optimization - compute only Upper triangular part of covariance matrix (MR 521)
PU memory reduction by moving intraMPM member from PU IntraPredictionData to IntraPrediction (MR 518)
Fix: CU memory reduction. move some members from CU to intra search (MR 517)
Refactor picture buffer to allocate buffers for current frame and not for the entire GOP (MR 523)
CS memory reduction by allocating temporary CodingStructure data only for the current picture (MR 525)
Shrink some deblocking buffers and reduce length of memset() initializations (MR 526)
Memory reduction for sign prediction (MR 527)
Bugfix for multi-model BVG-CCCM (JVET_AE0100_BVGCCCM) (MR 530)
Use transposed buffers (MR 529)
Refactor Cabac ctx (MR 528)