Package | Description |
---|---|
org.jcodec.codecs.vpx |
Modifier and Type | Method and Description |
---|---|
void |
VPXBitstream.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 |
VPXBitstream.encodeCoeffsDCT15(VPXBooleanEncoder bc,
int[] coeffs,
int mbX,
int blkX,
int blkY) |
void |
VPXBitstream.encodeCoeffsDCT16(VPXBooleanEncoder bc,
int[] coeffs,
int mbX,
int blkX,
int blkY) |
void |
VPXBitstream.encodeCoeffsDCTUV(VPXBooleanEncoder bc,
int[] coeffs,
int comp,
int mbX,
int blkX,
int blkY) |
void |
VPXBitstream.encodeCoeffsWHT(VPXBooleanEncoder bc,
int[] coeffs,
int mbX) |
Copyright © 2019. All rights reserved.