document fastrd tools in manpage

This commit is contained in:
Pauli Oikkonen 2021-01-15 18:43:38 +02:00
parent fcc2c1fa7b
commit fa1e203790

View file

@ -1,4 +1,4 @@
.TH KVAZAAR "1" "November 2020" "kvazaar v2.0.0" "User Commands"
.TH KVAZAAR "1" "January 2021" "kvazaar v2.0.0" "User Commands"
.SH NAME
kvazaar \- open source HEVC encoder
.SH SYNOPSIS
@ -332,6 +332,19 @@ Read custom weights for residual
coefficients from a file instead of using
defaults [default]
.TP
\fB\-\-fast\-rd\-sampling
Enable learning data sampling for fast coefficient
table generation
.TP
\fB\-\-fastrd\-accuracy\-check
Evaluate the accuracy of fast coefficient
prediction
.TP
\fB\-\-fastrd\-outdir
Directory to which to output sampled data or accuracy
data, into <fastrd\-outdir>/0.txt to 50.txt, one file
for each QP that blocks were estimated on
.TP
\fB\-\-(no\-)intra\-rdo\-et
Check intra modes in rdo stage only until
a zero coefficient CU is found. [disabled]