Package | Description |
---|---|
org.jcodec.codecs.h264 | |
org.jcodec.codecs.h264.io | |
org.jcodec.codecs.mjpeg | |
org.jcodec.codecs.mpeg12 | |
org.jcodec.codecs.mpeg12.bitstream | |
org.jcodec.common | |
org.jcodec.common.io |
Modifier and Type | Field and Description |
---|---|
static VLC[] |
H264Const.CoeffToken |
static VLC |
H264Const.coeffTokenChromaDCY420 |
static VLC |
H264Const.coeffTokenChromaDCY422 |
static VLC[] |
H264Const.run |
static VLC[] |
H264Const.totalZeros16 |
static VLC[] |
H264Const.totalZeros4 |
static VLC[] |
H264Const.totalZeros8 |
Modifier and Type | Method and Description |
---|---|
protected VLC |
CAVLC.codeTableChromaDC() |
VLC |
CAVLC.getCoeffTokenVLCForChromaDC() |
VLC |
CAVLC.getCoeffTokenVLCForLuma(boolean leftAvailable,
MBType leftMBType,
int leftToken,
boolean topAvailable,
MBType topMBType,
int topToken) |
Modifier and Type | Method and Description |
---|---|
int |
CAVLC.readCoeffs(BitReader _in,
VLC coeffTokenTab,
VLC[] totalZerosTab,
int[] coeffLevel,
int firstCoeff,
int nCoeff,
int[] zigzag) |
int |
CAVLC.readCoeffs(BitReader _in,
VLC coeffTokenTab,
VLC[] totalZerosTab,
int[] coeffLevel,
int firstCoeff,
int nCoeff,
int[] zigzag) |
int |
CAVLC.writeACBlock(BitWriter out,
int blkIndX,
int blkIndY,
MBType leftMBType,
MBType topMBType,
int[] coeff,
VLC[] totalZerosTab,
int firstCoeff,
int maxCoeff,
int[] scan) |
void |
CAVLC.writeChrDCBlock(BitWriter out,
int[] coeff,
VLC[] totalZerosTab,
int firstCoeff,
int maxCoeff,
int[] scan) |
void |
CAVLC.writeLumaDCBlock(BitWriter out,
int blkIndX,
int blkIndY,
MBType leftMBType,
MBType topMBType,
int[] coeff,
VLC[] totalZerosTab,
int firstCoeff,
int maxCoeff,
int[] scan) |
Modifier and Type | Field and Description |
---|---|
static VLC |
JpegConst.CAC_DEFAULT |
static VLC |
JpegConst.CDC_DEFAULT |
static VLC |
JpegConst.YAC_DEFAULT |
static VLC |
JpegConst.YDC_DEFAULT |
Modifier and Type | Method and Description |
---|---|
void |
JPEGBitStream.readACValues(int[] target,
VLC table) |
int |
JPEGBitStream.readDCValue(int prevDC,
VLC table) |
Constructor and Description |
---|
JPEGBitStream(ByteBuffer b,
VLC[] huff,
int lumaLen) |
Modifier and Type | Field and Description |
---|---|
static VLC |
MPEGConst.vlcAddressIncrement |
static VLC |
MPEGConst.vlcCBP |
static VLC |
MPEGConst.vlcCoeff0 |
static VLC |
MPEGConst.vlcCoeff1 |
static VLC |
MPEGConst.vlcDCSizeChroma |
static VLC |
MPEGConst.vlcDCSizeLuma |
static VLC |
MPEGConst.vlcDualPrime |
static VLC |
MPEGConst.vlcMBTypeB |
static VLC |
MPEGConst.vlcMBTypeBSpat |
static VLC |
MPEGConst.vlcMBTypeI |
static VLC |
MPEGConst.vlcMBTypeISpat |
static VLC |
MPEGConst.vlcMBTypeP |
static VLC |
MPEGConst.vlcMBTypePSpat |
static VLC |
MPEGConst.vlcMBTypeSNR |
static VLC |
MPEGConst.vlcMotionCode |
Modifier and Type | Method and Description |
---|---|
protected void |
MPEGDecoder.blockInter(BitReader bits,
VLC vlcCoeff,
int[] block,
int[] scan,
int escSize,
int qScale,
int[] qmat) |
protected void |
Mpeg2Thumb4x4.blockInter(BitReader bits,
VLC vlcCoeff,
int[] block,
int[] scan,
int escSize,
int qScale,
int[] qmat) |
protected void |
Mpeg2Thumb2x2.blockInter(BitReader bits,
VLC vlcCoeff,
int[] block,
int[] scan,
int escSize,
int qScale,
int[] qmat) |
protected void |
MPEGDecoder.blockIntra(BitReader bits,
VLC vlcCoeff,
int[] block,
int[] intra_dc_predictor,
int blkIdx,
int[] scan,
int escSize,
int intra_dc_mult,
int qScale,
int[] qmat) |
protected void |
Mpeg2Thumb4x4.blockIntra(BitReader bits,
VLC vlcCoeff,
int[] block,
int[] intra_dc_predictor,
int blkIdx,
int[] scan,
int escSize,
int intra_dc_mult,
int qScale,
int[] qmat) |
protected void |
Mpeg2Thumb2x2.blockIntra(BitReader bits,
VLC vlcCoeff,
int[] block,
int[] intra_dc_predictor,
int blkIdx,
int[] scan,
int escSize,
int intra_dc_mult,
int qScale,
int[] qmat) |
Modifier and Type | Method and Description |
---|---|
static VLC |
SequenceScalableExtension.vlcMBType(int picture_coding_type,
SequenceScalableExtension sse) |
Modifier and Type | Method and Description |
---|---|
protected VLC |
DictionaryCompressor.buildCodes(int[] counts,
int esc) |
Modifier and Type | Method and Description |
---|---|
static VLC |
VLC.createVLC(String[] codes) |
VLC |
VLCBuilder.getVLC() |
Copyright © 2019. All rights reserved.