- Jul 15, 2019
-
-
Frank Bossen authored
-
Adam Wieckowski authored
Extended the HAD calculation with SIMD to be performed in 32-bit space rather than 16-bit. This fixes #339
-
Frank Bossen authored
-
- Jul 14, 2019
-
- Jul 10, 2019
-
-
Frederic Barbier authored
-
- Jul 06, 2019
-
-
Yukinobu Yasugi authored
-
Yuling Hsiao authored
-
- Jul 03, 2019
-
-
Jonathan Taquet authored
Refactor AlfCovariance::getClipMax loop: This refactoring solve the issue with VS2017 in Release mode, where test "if (E[clip_max[k]][0][k][l] != E[clip_max[k]+1][0][k][l])" was sometime true when it should have been false (noticed with clip_max[k] == 1, i.e. during second iteration of while loop). Some alternative tries: casting E[][][][] in long long, using std::abs(a-b) < 1, or using std::abs(a-b) < std::numeric_limits::epsilon() failed to solve the issue. Note: no analysis of the generated assembly have been performed to really understand the problem
-
- Jun 27, 2019
-
-
Kashyap Kammachi Sreedhar authored
-
- Jun 26, 2019
-
-
update the nonCTC cfg files
-
Ryoji HASHIMOTO authored
Cache is enabled incorrectly in DMVR processing
-
- Jun 24, 2019
-
-
Frank Bossen authored
-
Ryoji HASHIMOTO authored
-
Ryoji HASHIMOTO authored
-
- Jun 23, 2019
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- Jun 22, 2019
-
-
Frank Bossen authored
-
- Jun 21, 2019
-
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Jun 20, 2019
-
-
Karsten Suehring authored
JVET-N0805: APS for LMCS (using different APS types) See merge request !577
-
Frederic Barbier authored
-
- Jun 19, 2019
-
-
Hongtao Wang authored
-
- Jun 18, 2019
-
-
- Fix the entry points - Put some validation for rectangular slice - Bug fix for N0124 signalling for number of bits to signal bottomrightidx
-
- Jun 17, 2019
-
-
Yuling Hsiao authored
-
Yuling Hsiao authored
-
- Jun 16, 2019
-
-
Frank Bossen authored
The per-frame decoding time (DT) value reported by the decoder does not include time spent in the loop filters. Such time is hereby added
-
- Jun 13, 2019
-
-
Karsten Suehring authored
- add braces as suggested - improve indentation of "else" branch - fix consistently weird line breaks in clipMv function calls
-
Yuling Hsiao authored
-
Yuling Hsiao authored
-
- Jun 12, 2019
-
-
Lidong Xu authored
-
- Jun 11, 2019
-
-
Lidong Xu authored
-
Frederic Barbier authored
-
Frederic Barbier authored
-
Frederic Barbier authored
Reduce scope to build with #define JVET_N0242_NON_LINEAR_ALF 0
-
Takeshi Chujoh authored
-
- Jun 08, 2019
-
-
Lidong Xu authored
-
Brian Heng authored
- neighGbi array not properly initialized.
-
- Jun 07, 2019
-
-
Brian Heng authored
-
Remy Foray authored
Align with specification the coding of pps_virtual_boundaries_pos_x and pps_virtual_boundaries_pos_y
-
Karsten Suehring authored
This reverts merge request !580
-