public class DecodingContext extends Object
| Constructor and Description |
|---|
DecodingContext() |
public static DecodingContext createFromHeaders(ByteBuffer bb)
bb - ByteBuffer with the encoded frame, after the call to this
function the header portion of this buffer will be read and
the byte buffer will be pointing at the first compressed frame
byte after the headers.public boolean isKeyIntraFrame()
public boolean isSegmentationEnabled()
public boolean isUpdateSegmentMap()
public boolean isSegmentFeatureActive(int segmentId,
int segLvlSkip)
public boolean isSegmentMapConditionalUpdate()
public int getSegmentFeature(int segmentId,
int segLvlRefFrame)
public int getCompFixedRef()
public int refFrameSignBias(int fixedRef)
public int getInterpFilter()
public int getRefMode()
public long[][] getLeftMVs()
public long[][] getAboveMVs()
public long[][] getAboveLeftMVs()
public long[] getLeft4x4MVs()
public long[] getAbove4x4MVs()
public boolean[] getAboveCompound()
public boolean[] getLeftCompound()
public int[][][] getRefs()
public boolean isAllowHpMv()
public boolean isUsePrevFrameMvs()
public long[][] getPrevFrameMv()
public int getMiFrameHeight()
public int getMiFrameWidth()
public int getTileStart()
public int[] getLeftInterpFilters()
public int[] getAboveInterpFilters()
public int[] getLeftLumaModes()
public int[] getAboveLumaModes()
public int getTileHeight()
public int getTileWidth()
public int getCompVarRef(int i)
public int[] getAboveIntraModes()
public int[] getLeftIntraModes()
public int getTxMode()
public int[][] getTxSizes()
public boolean[][] getSkippedBlockes()
public boolean[] getAboveSegIdPredicted()
public boolean[] getLeftSegIdPredicted()
public int[][] getPrevSegmentIds()
public int getSubX()
public int getSubY()
public int[] getScan(int plane,
int txSz,
int blockIdx)
public int getTxType(int plane,
int txSz,
int blockIdx)
public int getBitDepth()
public int[][] getAboveNonzeroContext()
public int[][] getLeftNonzeroContext()
public int[] getTokenCache()
public int[] getLeftPartitionSizes()
public int[] getAbovePartitionSizes()
Copyright © 2018. All rights reserved.