[]
Returns true if the quantizer of given tile-component uses derived quantization step sizes.
public abstract bool isDerived(int t, int c)
| Type | Name | Description |
|---|---|---|
| int | t | Tile index |
| int | c | Component index |
| Type | Description |
|---|---|
| bool | True if derived quantization is used. |