- Aug 10, 2019
-
-
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
-
Frederic Barbier 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
-
-
Frank Bossen authored
Use roundTransPrecInternal2Amvr() instead of roundIbcPrecInternal2Amvr() since half-pel precision is not supported by the latter
-
Frank Bossen authored
Correct position of new entry in table
-
- 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
-
Frank Bossen authored
The size of normalShiftTab[] introduced by JVET_O0567_MVDRange_Constraint is increased such as to match the number of imv values which is increased by JVET_O0057_ALTHPELIF
-
Frank Bossen authored
-
Frank Bossen authored
Addresses a compilation error reported by gcc 9.1
-
There is no scaling matrix for palette prediction
-
Yin Zhao authored
-
Yin Zhao authored
-
Yin Zhao authored
fix compilation errors by code merging and harmonize with JVET_O0119_BASE_PALETTE_444, JVET_O0502_ISP_CLEANUP, JVET_O0472_LFNST_SIGNALLING_LAST_SCAN_POS, JVET_O0545_MAX_TB_SIGNALLING
-
Chia-Ming Tsai authored
-
Remy Foray authored
- only cu_qp_delta is conditioned by (CbWidth > 64 || CbHeight > 64) - move parsing of tu_joint_cbcr_residual_flag[] between cu_chroma_qp_offset_idx and transform_skip_flag instead of before cu_qp_delta
-
Brian Heng authored
- Add back support for reference wraparound with DMVR.
-
Yin Zhao authored
-
Yin Zhao authored
-
Yin Zhao authored
-
Yin Zhao authored
-
- Aug 07, 2019
-
-
Frederic Barbier authored
-
-
Christian Helmrich authored
fix some JCCR related indentation, encapsulation, and descriptive text, add --PYUV to software manual
-
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
-
Christian Helmrich authored
This reverts commit 9503ca9c
-
Xiang Li authored
-
- 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
- fixed build error
-