public class ScalingList extends Object
capable to serialize / deserialize with CAVLC bitstream
| Modifier and Type | Field and Description |
|---|---|
int[] |
scalingList |
boolean |
useDefaultScalingMatrixFlag |
| Constructor and Description |
|---|
ScalingList() |
| Modifier and Type | Method and Description |
|---|---|
static ScalingList |
read(ByteBufferBitreader is,
int sizeOfScalingList) |
String |
toString() |
public int[] scalingList
public boolean useDefaultScalingMatrixFlag
public static ScalingList read(ByteBufferBitreader is, int sizeOfScalingList) throws IOException
IOExceptionCopyright © 2019. All rights reserved.