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(CAVLCReader is,
int sizeOfScalingList) |
String |
toString() |
void |
write(CAVLCWriter out) |
public int[] scalingList
public boolean useDefaultScalingMatrixFlag
public void write(CAVLCWriter out) throws IOException
IOExceptionpublic static ScalingList read(CAVLCReader is, int sizeOfScalingList) throws IOException
IOExceptionCopyright © 2015. All rights reserved.