diff --git a/src/cli.c b/src/cli.c index f2a6a23f..438e500a 100644 --- a/src/cli.c +++ b/src/cli.c @@ -580,6 +580,13 @@ void print_help(void) " --fast-coeff-table : 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 /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"