Interface PreprocessingConfig.DeblockOrBuilder (1.40.0)

public static interface PreprocessingConfig.DeblockOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Enable deblocker. The default is false.

bool enabled = 2;

Returns
TypeDescription
boolean

The enabled.

getStrength()

public abstract double getStrength()

Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.

double strength = 1;

Returns
TypeDescription
double

The strength.