public class Residual extends Object
Modifier and Type | Field and Description |
---|---|
static int[][] |
blk_size_lookup |
Modifier | Constructor and Description |
---|---|
protected |
Residual() |
|
Residual(int[][][] coefs) |
Modifier and Type | Method and Description |
---|---|
int[][][] |
getCoefs() |
void |
read(int miCol,
int miRow,
int blType,
VPXBooleanDecoder decoder,
DecodingContext c,
ModeInfo modeInfo) |
int[] |
readOneTU(int plane,
int blkCol,
int blkRow,
int txSz,
boolean isInter,
int intraMode,
VPXBooleanDecoder decoder,
DecodingContext c) |
static Residual |
readResidual(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c,
ModeInfo mode) |
public static Residual readResidual(int miCol, int miRow, int blSz, VPXBooleanDecoder decoder, DecodingContext c, ModeInfo mode)
public void read(int miCol, int miRow, int blType, VPXBooleanDecoder decoder, DecodingContext c, ModeInfo modeInfo)
public int[] readOneTU(int plane, int blkCol, int blkRow, int txSz, boolean isInter, int intraMode, VPXBooleanDecoder decoder, DecodingContext c)
public int[][][] getCoefs()
Copyright © 2019. All rights reserved.