@@ -2402,6 +2402,11 @@ Specifies the shift to apply to the SAO parameters. If negative, an estimate wil
Specifies the maximum TU size for which transform-skip can be used; the minimum value is 2. Version 1 and some Version 2 (RExt) profiles require this to be 2.
\\
\Option{BDPCM}&
\Default{false}&
When true, specifies the use of the BDPCM tool (for intra). Version 1 and some Version 2 (RExt) profiles require this to be false.
\\
\Option{ImplicitResidualDPCM}&
\Default{false}&
When true, specifies the use of the implicitly signalled residual RDPCM tool (for intra). Version 1 and some Version 2 (RExt) profiles require this to be false.
("TransformSkipFast",m_useTransformSkipFast,false,"Fast encoder search for transform skipping, winner takes it all mode.")
("TransformSkipLog2MaxSize",m_log2MaxTransformSkipBlockSize,5U,"Specify transform-skip maximum size. Minimum 2, Maximum 5. (not valid in V1 profiles)")
#if JVET_O1136_TS_BDPCM_SIGNALLING
("BDPCM",m_useBDPCM,false,"BDPCM")
#endif
("ISPFast",m_useFastISP,false,"Fast encoder search for ISP")
("ImplicitResidualDPCM",m_rdpcmEnabledFlag[RDPCM_SIGNAL_IMPLICIT],false,"Enable implicitly signalled residual DPCM for intra (also known as sample-adaptive intra predict) (not valid in V1 profiles)")
("ExplicitResidualDPCM",m_rdpcmEnabledFlag[RDPCM_SIGNAL_EXPLICIT],false,"Enable explicitly signalled residual DPCM for inter (not valid in V1 profiles)")
if(m_pcEncLib->PPSNeedsWriting(slice->getPPS()->getPPSId()))// Note this assumes that all changes to the PPS are made at the EncLib level prior to picture creation (EncLib::xGetNewPicBuffer).