Rename MTS related variables, fix parameters checking and documentation
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
- Resolved by Xiang Li
mentioned in commit 57d0c31f
3129 3129 \Default{false} & 3130 3130 Enables or disables the fast encoding of Bi-prediction with CU-level Weights (BCW). 3131 3131 \\ 3132 3133 \Option{MTS} & 3134 %\ShortOption{\None} & 3135 \Default{0} & 3136 Enables explicit mutiple transform set (MTS). 3137 0: disable, 3138 1: enable explicit intra MTS, 3139 2: enable implicit intra and explicit inter MTS, 3140 3: enable explicit intra and explicit inter MTS, 3141 4: enable implicit intra MTS. 3142 \\ 3143 3144 \Option{MTSImplicit} & Looking at !2062 (merged) it seems for conformance window parameters only the text for the parameter description was set to "Depcrecated alias for...". Documentation was changed to the new parameters directly when they were renamed. I think in this case we could add a deprecation note to documentation and parameter description. We could even print a warning, if the parameter is enabled because it's read into a different variable.
Please register or sign in to reply