Interface PreprocessingConfig.DeblockOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PreprocessingConfig.Deblock
,PreprocessingConfig.Deblock.Builder
- Enclosing class:
- PreprocessingConfig
public static interface PreprocessingConfig.DeblockOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getEnabled()
Enable deblocker.double
getStrength()
Set strength of the deblocker.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStrength
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:
- The strength.
-
getEnabled
boolean getEnabled()
Enable deblocker. The default is `false`.
bool enabled = 2;
- Returns:
- The enabled.
-
-