mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
document fastrd measurement tools
This commit is contained in:
parent
0e07308ea5
commit
20758a77e3
|
@ -580,6 +580,13 @@ void print_help(void)
|
|||
" --fast-coeff-table <string> : Read custom weights for residual\n"
|
||||
" coefficients from a file instead of using\n"
|
||||
" defaults [default]\n"
|
||||
" --fast-rd-sampling : Enable learning data sampling for fast coefficient\n"
|
||||
" table generation\n"
|
||||
" --fastrd-accuracy-check : Evaluate the accuracy of fast coefficient\n"
|
||||
" prediction\n"
|
||||
" --fastrd-outdir : Directory to which to output sampled data or accuracy\n"
|
||||
" data, into <fastrd-outdir>/0.txt to 50.txt, one file\n"
|
||||
" for each QP that blocks were estimated on\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