public static class VPXMacroblock.Subblock extends Object
Modifier and Type | Field and Description |
---|---|
int[] |
_predict |
int |
mode |
int[] |
residue |
boolean |
someValuePresent |
int[] |
val |
Constructor and Description |
---|
Subblock(VPXMacroblock self,
int row,
int col,
VP8Util.PLANE plane) |
Modifier and Type | Method and Description |
---|---|
void |
decodeSubBlock(VPXBooleanDecoder decoder,
int[][][][] allProbs,
int ilc,
int type,
boolean withY2) |
void |
dequantSubblock(int dc,
int ac,
Integer Dc) |
VPXMacroblock.Subblock |
getAbove(VP8Util.PLANE plane,
VPXMacroblock[][] mbs) |
VPXMacroblock.Subblock |
getLeft(VP8Util.PLANE p,
VPXMacroblock[][] mbs) |
void |
predict(VPXMacroblock[][] mbs) |
void |
reconstruct() |
public int[] val
public int[] _predict
public int[] residue
public int mode
public boolean someValuePresent
public Subblock(VPXMacroblock self, int row, int col, VP8Util.PLANE plane)
public void predict(VPXMacroblock[][] mbs)
public void reconstruct()
public VPXMacroblock.Subblock getAbove(VP8Util.PLANE plane, VPXMacroblock[][] mbs)
public VPXMacroblock.Subblock getLeft(VP8Util.PLANE p, VPXMacroblock[][] mbs)
public void decodeSubBlock(VPXBooleanDecoder decoder, int[][][][] allProbs, int ilc, int type, boolean withY2)
public void dequantSubblock(int dc, int ac, Integer Dc)
Copyright © 2019. All rights reserved.