public class MBlockDecoderBase extends Object
Modifier and Type | Field and Description |
---|---|
protected DeblockerInput |
di |
protected BlockInterpolator |
interpolator |
protected Picture[] |
mbb |
protected int |
poc |
protected DecoderState |
s |
protected int[][] |
scalingMatrix |
protected SliceHeader |
sh |
Constructor and Description |
---|
MBlockDecoderBase(SliceHeader sh,
DeblockerInput di,
int poc,
DecoderState decoderState) |
Modifier and Type | Method and Description |
---|---|
void |
decodeChroma(MBlock mBlock,
int mbX,
int mbY,
boolean leftAvailable,
boolean topAvailable,
Picture mb,
int qp) |
protected int[] |
getScalingList(int which) |
protected static int[][] |
initScalingMatrix(SliceHeader sh2) |
void |
predictChromaInter(Frame[][] refs,
H264Utils.MvList vectors,
int x,
int y,
int comp,
Picture mb,
H264Const.PartPred[] predType) |
protected DecoderState s
protected SliceHeader sh
protected DeblockerInput di
protected int poc
protected BlockInterpolator interpolator
protected Picture[] mbb
protected int[][] scalingMatrix
public MBlockDecoderBase(SliceHeader sh, DeblockerInput di, int poc, DecoderState decoderState)
protected int[] getScalingList(int which)
protected static int[][] initScalingMatrix(SliceHeader sh2)
public void decodeChroma(MBlock mBlock, int mbX, int mbY, boolean leftAvailable, boolean topAvailable, Picture mb, int qp)
public void predictChromaInter(Frame[][] refs, H264Utils.MvList vectors, int x, int y, int comp, Picture mb, H264Const.PartPred[] predType)
Copyright © 2019. All rights reserved.