public static interface PreprocessingConfig.DeblockOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnabled()
public abstract boolean getEnabled() Enable deblocker. The default is false.
bool enabled = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
double |
The strength. |