public class ChromaPredictionBuilder extends Object
Constructor and Description |
---|
ChromaPredictionBuilder() |
Modifier and Type | Method and Description |
---|---|
static void |
predictDC(int[][] planeData,
int mbX,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
byte[] pixOut) |
static void |
predictDCInside(int[][] residual,
int blkX,
int blkY,
int mbX,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
byte[] pixOut) |
static void |
predictDCLeftBorder(int[][] residual,
int blkX,
int blkY,
int mbX,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
byte[] pixOut) |
static void |
predictDCTopBorder(int[][] residual,
int blkX,
int blkY,
int mbX,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
byte[] pixOut) |
static void |
predictHorizontal(int[][] residual,
int mbX,
boolean leftAvailable,
byte[] leftRow,
byte[] pixOut) |
static void |
predictPlane(int[][] residual,
int mbX,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
byte[] topLeft,
byte[] pixOut) |
static void |
predictVertical(int[][] residual,
int mbX,
boolean topAvailable,
byte[] topLine,
byte[] pixOut) |
static void |
predictWithMode(int[][] residual,
int chromaMode,
int mbX,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
byte[] topLeft,
byte[] pixOut) |
public static void predictWithMode(int[][] residual, int chromaMode, int mbX, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, byte[] topLeft, byte[] pixOut)
public static void predictDC(int[][] planeData, int mbX, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, byte[] pixOut)
public static void predictVertical(int[][] residual, int mbX, boolean topAvailable, byte[] topLine, byte[] pixOut)
public static void predictHorizontal(int[][] residual, int mbX, boolean leftAvailable, byte[] leftRow, byte[] pixOut)
public static void predictDCInside(int[][] residual, int blkX, int blkY, int mbX, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, byte[] pixOut)
public static void predictDCTopBorder(int[][] residual, int blkX, int blkY, int mbX, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, byte[] pixOut)
public static void predictDCLeftBorder(int[][] residual, int blkX, int blkY, int mbX, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, byte[] pixOut)
public static void predictPlane(int[][] residual, int mbX, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, byte[] topLeft, byte[] pixOut)
Copyright © 2019. All rights reserved.