public class PredictionMerger extends Object
Constructor and Description |
---|
PredictionMerger() |
Modifier and Type | Method and Description |
---|---|
static void |
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) |
static void |
weightPrediction(SliceHeader sh,
int refIdxL0,
int comp,
byte[] pred0,
int off,
int stride,
int blkW,
int blkH,
byte[] out) |
public static void 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)
public static void weightPrediction(SliceHeader sh, int refIdxL0, int comp, byte[] pred0, int off, int stride, int blkW, int blkH, byte[] out)
Copyright © 2019. All rights reserved.