[x265] [PATCH 0/2] Temporal MVP
Nicolas Morey-Chaisemartin
nmorey at kalray.eu
Thu Oct 23 15:51:04 CEST 2014
Hi,
For memory reason we sometime have to disable Temporal MVP support in our accelerator.
Thus I wrote these two patch.
The first one add a flag (always set to true) that controls the SPS and slice header generation regarding TMVPs and their generation as candidates.
The second one add a CLI flag to enable/disable temporal MVP.
The first one make sense to keep as it makes the header generator closer to the spec. The second one may not have sense for you..
I'm sorry about the patch formatting. We are working with a git import and I still have no clue how to make a clean hg export
Nicolas Morey-Chaisemartin (2):
Add flag to enable/disable temporal MVP
Add CLI option to enable/disable Temporal MVP
source/Lib/TLibCommon/TComDataCU.cpp | 5 +++--
source/common/param.cpp | 5 +++++
source/common/slice.h | 1 +
source/encoder/encoder.cpp | 1 +
source/encoder/entropy.cpp | 9 +++++----
source/x265.cpp | 3 +++
source/x265.h | 3 +++
7 files changed, 21 insertions(+), 6 deletions(-)
More information about the x265-devel
mailing list