Package | Description |
---|---|
org.jcodec.codecs.h264 | |
org.jcodec.codecs.h264.decode | |
org.jcodec.codecs.h264.io |
Modifier and Type | Field and Description |
---|---|
static H264Const.PartPred[] |
H264Const.bPartPredModes |
static H264Const.PartPred[][] |
H264Const.bPredModes |
Modifier and Type | Method and Description |
---|---|
static H264Const.PartPred |
H264Const.PartPred.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H264Const.PartPred[] |
H264Const.PartPred.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
H264Const.usesList(H264Const.PartPred pred,
int l) |
Modifier and Type | Field and Description |
---|---|
H264Const.PartPred[] |
MBlock.partPreds |
Modifier and Type | Method and Description |
---|---|
void |
MBlockDecoderInter.decode16x16(MBlock mBlock,
Picture mb,
Frame[][] refs,
H264Const.PartPred p0) |
void |
MBlockDecoderInter.decode16x8(MBlock mBlock,
Picture mb,
Frame[][] refs,
H264Const.PartPred p0,
H264Const.PartPred p1) |
void |
MBlockDecoderInter.decode8x16(MBlock mBlock,
Picture mb,
Frame[][] refs,
H264Const.PartPred p0,
H264Const.PartPred p1) |
void |
MBlockSkipDecoder.decodeChromaSkip(Frame[][] reference,
H264Utils.MvList vectors,
H264Const.PartPred[] pp,
int mbX,
int mbY,
Picture mb) |
static void |
PredictionMerger.mergePrediction(SliceHeader sh,
int refIdxL0,
int refIdxL1,
H264Const.PartPred predType,
int comp,
byte[] pred0,
byte[] pred1,
int off,
int stride,
int blkW,
int blkH,
byte[] out,
Frame[][] refs,
int thisPoc) |
void |
MBlockDecoderBDirect.predictBDirect(Frame[][] refs,
int mbX,
int mbY,
boolean lAvb,
boolean tAvb,
boolean tlAvb,
boolean trAvb,
H264Utils.MvList x,
H264Const.PartPred[] pp,
Picture mb,
int[] blocks) |
void |
MBlockDecoderBase.predictChromaInter(Frame[][] refs,
H264Utils.MvList vectors,
int x,
int y,
int comp,
Picture mb,
H264Const.PartPred[] predType) |
void |
SliceReader.readInter16x16(H264Const.PartPred p0,
MBlock mBlock) |
void |
SliceReader.readInter16x8(H264Const.PartPred p0,
H264Const.PartPred p1,
MBlock mBlock) |
void |
SliceReader.readIntra8x16(H264Const.PartPred p0,
H264Const.PartPred p1,
MBlock mBlock) |
Modifier and Type | Method and Description |
---|---|
int |
CABAC.readMVD(MDecoder decoder,
int comp,
boolean leftAvailable,
boolean topAvailable,
MBType leftType,
MBType topType,
H264Const.PartPred leftPred,
H264Const.PartPred topPred,
H264Const.PartPred curPred,
int mbX,
int partX,
int partY,
int partW,
int partH,
int list) |
int |
CABAC.readRefIdx(MDecoder mDecoder,
boolean leftAvailable,
boolean topAvailable,
MBType leftType,
MBType topType,
H264Const.PartPred leftPred,
H264Const.PartPred topPred,
H264Const.PartPred curPred,
int mbX,
int partX,
int partY,
int partW,
int partH,
int list) |
Copyright © 2019. All rights reserved.