public static interface PreprocessingConfig.DeblockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Enable deblocker.
|
double |
getStrength()
Set strength of the deblocker.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble 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;boolean getEnabled()
Enable deblocker. The default is `false`.
bool enabled = 2;Copyright © 2022 Google LLC. All rights reserved.