mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Document the --fast-coeff-table option
This commit is contained in:
parent
816789c9f4
commit
46301e9857
|
@ -243,6 +243,9 @@ Compression tools:
|
|||
- sensitive: Terminate even earlier.
|
||||
--fast-residual-cost <int> : Skip CABAC cost for residual coefficients
|
||||
when QP is below the limit. [0]
|
||||
--fast-coeff-table <string> : Read custom weights for residual
|
||||
coefficients from a file instead of using
|
||||
defaults [default]
|
||||
--(no-)intra-rdo-et : Check intra modes in rdo stage only until
|
||||
a zero coefficient CU is found. [disabled]
|
||||
--(no-)early-skip : Try to find skip cu from merge candidates.
|
||||
|
|
|
@ -574,6 +574,9 @@ void print_help(void)
|
|||
" - sensitive: Terminate even earlier.\n"
|
||||
" --fast-residual-cost <int> : Skip CABAC cost for residual coefficients\n"
|
||||
" when QP is below the limit. [0]\n"
|
||||
" --fast-coeff-table <string> : Read custom weights for residual\n"
|
||||
" coefficients from a file instead of using\n"
|
||||
" defaults [default]\n"
|
||||
" --(no-)intra-rdo-et : Check intra modes in rdo stage only until\n"
|
||||
" a zero coefficient CU is found. [disabled]\n"
|
||||
" --(no-)early-skip : Try to find skip cu from merge candidates.\n"
|
||||
|
|
Loading…
Reference in a new issue