- Aug 14, 2019
-
-
Yin Zhao authored
fix CHECK on cu mode, considering palette mode
-
- Aug 13, 2019
-
-
Karsten Suehring authored
With the decision "Adopt to mandate the presence of AU delimiter for each AU", AUDs are enabled by default and a warning is printed, if they are disabled. The config parameter should be removed later and the decoder needs to check for AUD presence.
-
Frederic Barbier authored
-
- Aug 11, 2019
-
-
Frank Bossen authored
SIMD code rewritten to run 2x faster
-
- Aug 10, 2019
-
-
Adarsh Krishnan Ramasubramonian authored
-
Frank Bossen authored
Clean up virtual boundary related checks: - Replace modulo operation by bitwise AND - Define local variable instead of having same computation appear dozens of times in code - Use const type qualifiter where appropriate
-
Xiang Li authored
-
- Aug 09, 2019
-
-
Christian Helmrich authored
-
Naeri Park authored
following condition is added to fix the bug. "affMrgType.GBiIdx[affMrgType.numValidMergeCand] = (dir == 3) ? gbiIdx : GBI_DEFAULT;"
-
Muhammed Coban authored
-
Frank Bossen authored
The sanitizer reports that a call to getBrickIdxBsMap() tries to access an out-of-bounds element. The size of the array brickIdxBsMap[] is thus increased by 1 and its last element is initialized to some large value
-
Xiang Li authored
-
Xiang Li authored
-
-
- Aug 08, 2019
-
-
Frank Bossen authored
Read 32 bits instead of 64 bits for blocks of width 2 such as to not read past array boundaries
-
Yung-Hsuan Chao (Jessie) authored
-
Frank Bossen authored
Addresses a compilation error reported by gcc 9.1
-
There is no scaling matrix for palette prediction
-
Yin Zhao authored
-
Chia-Ming Tsai authored
-
Brian Heng authored
- Add back support for reference wraparound with DMVR.
-
Yin Zhao authored
-
- Aug 07, 2019
-
-
Dominik Mehlem authored
-
Dominik Mehlem authored
-
Dominik Mehlem authored
-
Philipp Merkle authored
- refactoring of MatrixIntraPrediction.h/.cpp (merged classes MatrixIntraPrediction and PredictorMIP, removed namespace Mip) - removed unused variable posBias in function computeReducedPred - fixed list size in function reduceHadCandList
-
- Aug 06, 2019
-
-
Brian Heng authored
- Prevent weighted prediction related processing when IBC or triangle prediction is enabled for the PU.
-
Brian Heng authored
-
Nan Hu authored
-
Philipp Merkle authored
-
Karsten Suehring authored
-
Brian Heng authored
- Reduce DMVR SAD cost by 2x to match spec. - Adjust BDOF-Disble and Zero-Cost thresholds accordingly.
-
Kiyofumi Abe authored
-
- Aug 05, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
This part was originally integrated in HEVC SCM8.0 but was later removed as a bugfix in SCM8.3.....
-
Nan Hu authored
BugFix of encoder deblocking optimization: add initialization of m_ctuXLumaSamples and m_ctuYLumaSamples, align with 4x4 deblocking
-
Jason Jung authored
-
Fangdong Chen authored
-
Fangdong Chen authored
-
Fangdong Chen authored
-