[cfg] Specify that MTT and ISP are currently experimental

This commit is contained in:
Joose Sainio 2023-09-26 10:41:31 +03:00
parent e32cf4fb52
commit 69c1c948fa

View file

@ -630,6 +630,8 @@ void print_help(void)
" --mtt-depth-intra-chroma : Depth of mtt for chroma dual tree in\n" " --mtt-depth-intra-chroma : Depth of mtt for chroma dual tree in\n"
" intra slices 0..3.[0]\n" " intra slices 0..3.[0]\n"
" --mtt-depth-inter : Depth of mtt for inter slices 0..3.[0]\n" " --mtt-depth-inter : Depth of mtt for inter slices 0..3.[0]\n"
" All MTTs are currently experimental and\n"
" require disabling some avx2 optimizations.\n"
" --max-bt-size : maximum size for a CU resulting from\n" " --max-bt-size : maximum size for a CU resulting from\n"
" a bt split. A singular value shared for all\n" " a bt split. A singular value shared for all\n"
" or a list of three values for the different\n" " or a list of three values for the different\n"
@ -694,6 +696,8 @@ void print_help(void)
" --(no-)lfnst : Enable low frequency non-separable transform.\n" " --(no-)lfnst : Enable low frequency non-separable transform.\n"
" [disabled]\n" " [disabled]\n"
" --(no-)isp : Enable intra sub partitions. [disabled]\n" " --(no-)isp : Enable intra sub partitions. [disabled]\n"
" Experimental, requires disabling some avx2\n"
" optimizations.\n"
" --mts <string> : Multiple Transform Selection [off].\n" " --mts <string> : Multiple Transform Selection [off].\n"
" (Currently only implemented for intra\n" " (Currently only implemented for intra\n"
" and has effect only when rd >= 2)\n" " and has effect only when rd >= 2)\n"