public class VPXBitstream extends Object
Modifier and Type | Field and Description |
---|---|
static int[] |
coeffBandMapping |
Constructor and Description |
---|
VPXBitstream(int[][][][] tokenBinProbs,
int mbWidth) |
Modifier and Type | Method and Description |
---|---|
void |
encodeCoeffs(VPXBooleanEncoder bc,
int[] coeffs,
int firstCoeff,
int nCoeff,
int blkType,
int ctx)
Encodes DCT/WHT coefficients into the provided instance of a boolean
encoder
|
void |
encodeCoeffsDCT15(VPXBooleanEncoder bc,
int[] coeffs,
int mbX,
int blkX,
int blkY) |
void |
encodeCoeffsDCT16(VPXBooleanEncoder bc,
int[] coeffs,
int mbX,
int blkX,
int blkY) |
void |
encodeCoeffsDCTUV(VPXBooleanEncoder bc,
int[] coeffs,
int comp,
int mbX,
int blkX,
int blkY) |
void |
encodeCoeffsWHT(VPXBooleanEncoder bc,
int[] coeffs,
int mbX) |
public void encodeCoeffsWHT(VPXBooleanEncoder bc, int[] coeffs, int mbX)
public void encodeCoeffsDCT15(VPXBooleanEncoder bc, int[] coeffs, int mbX, int blkX, int blkY)
public void encodeCoeffsDCT16(VPXBooleanEncoder bc, int[] coeffs, int mbX, int blkX, int blkY)
public void encodeCoeffsDCTUV(VPXBooleanEncoder bc, int[] coeffs, int comp, int mbX, int blkX, int blkY)
public void encodeCoeffs(VPXBooleanEncoder bc, int[] coeffs, int firstCoeff, int nCoeff, int blkType, int ctx)
bc
- coeffs
- Copyright © 2019. All rights reserved.