- Sep 06, 2019
-
-
Frank Bossen authored
-
- Sep 05, 2019
-
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Frederic Barbier authored
-
- Sep 04, 2019
-
-
Philip Cowan authored
-
Frank Bossen authored
Replaces 2-dimensional arrays for storing reference samples in intra prediction with two 1-dimensional arrays. This reduces memory usage for these buffers from 792KB to 6KB.
-
Karsten Suehring authored
-
- Sep 03, 2019
-
-
-
Shih-Ta Hsiang authored
-
Shunsuke Iwamura authored
-
- Sep 02, 2019
-
-
Shunsuke Iwamura authored
-
- Sep 01, 2019
-
-
Frank Bossen authored
-
Frank Bossen authored
-
- Aug 31, 2019
-
-
Frank Bossen authored
Simplify code and rename variables to conform to guidelines. Code simplification should result in fewer calls to CodingStructure::getCURestricted().
-
- Aug 29, 2019
-
-
Moonmo Koo authored
-
Moonmo Koo authored
- This merge request provides the implementation for JVET_O0299, i.e., Support for user defined Scaling List Matrics in the APS.
-
Frank Bossen authored
-
Frank Bossen authored
Remove unused parameters and remove default parameter values
-
Frank Bossen authored
-
- Aug 28, 2019
-
-
Frank Bossen authored
-
Martin Pettersson authored
Added back sps_temporal_mvp_enabled_flag to align with specification text in JVET-O2001-vE. \n This also means that sps_sbtmvp_enabled_flag can be signaled in SPS as before instead of in PPS.
-
Martin Pettersson authored
-
Frank Bossen authored
This reverts commit 8e16ada0.
-
- Aug 27, 2019
-
-
Vadim Seregin authored
-
- Aug 25, 2019
-
-
Karsten Suehring authored
-
- Aug 24, 2019
-
-
Karsten Suehring authored
-
- Aug 23, 2019
-
-
Vadim Seregin authored
-
Karsten Suehring authored
-
Karsten Suehring authored
- create ceilLog2() function based on floorLog2 - use intrinsics for MSVC in floorLog2 - replace all ceil(log2()) calls in HLS with ceilLog2()
-
- Aug 22, 2019
-
-
Frank Bossen authored
-
Vadim Seregin authored
-
Karsten Suehring authored
- add option to completely disable - add iparameter to software manual
-
Karsten Suehring authored
-
Chen-Yen Lai authored
-
Brian Heng authored
- Remove additional unused variable.
-
Chen-Yen Lai authored
-
Vadim Seregin authored
-
Vadim Seregin authored
-
- Aug 21, 2019
-
-
Vadim Seregin authored
-
Frank Bossen authored
- In InterPrediction::rightShiftMSB, use existing floorLog2 function - In addAvg_SSE, avoid unnecessary use of 32-bit path - In copyBufferSimd, reduce number of loops - In paddingSimd, take advantage of padding extent being either 1 or 2 - In addBIOAvg4_SSE, reduce number of operations and avoid nasty Xmm register -> memory -> integer register path Overall, a decoder runtime reduction of about 3% is expected
-