Package | Description |
---|---|
org.jcodec.codecs.h264 | |
org.jcodec.codecs.h264.decode |
Modifier and Type | Method and Description |
---|---|
void |
H264Utils.MvList.copyPair(int off,
H264Utils.MvList other,
int otherOff) |
Modifier and Type | Field and Description |
---|---|
H264Utils.MvList |
MBlock.x |
Modifier and Type | Method and Description |
---|---|
void |
MBlockSkipDecoder.decodeChromaSkip(Frame[][] reference,
H264Utils.MvList vectors,
H264Const.PartPred[] pp,
int mbX,
int mbY,
Picture mb) |
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 |
MBlockSkipDecoder.predictPSkip(Frame[][] refs,
int mbX,
int mbY,
boolean lAvb,
boolean tAvb,
boolean tlAvb,
boolean trAvb,
H264Utils.MvList x,
Picture mb) |
Copyright © 2019. All rights reserved.