3.2.4.6.2. Repetition Decoder parameters

3.2.4.6.2.1. --dec-type, -D

Type:text
Allowed values:REPETITION CHASE ML
Default:REPETITION
Examples:--dec-type CHASE

Select the algorithm type.

Description of the allowed values:

Value Description
REPETITION Select the repetition decoder.
CHASE See the common --dec-type, -D parameter.
ML See the common --dec-type, -D parameter.

3.2.4.6.2.2. --dec-implem

Type:text
Allowed values:STD FAST
Default:STD
Examples:--dec-implem FAST

Select the algorithm implementation.

Description of the allowed values:

Value Description
STD Select the STD implementation.
FAST Select the fast implementation, much more faster without the --enc-no-buff parameter.