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