public class Intra16x16PredictionBuilder extends Object
Constructor and Description |
---|
Intra16x16PredictionBuilder() |
Modifier and Type | Method and Description |
---|---|
static void |
predictDC(int[][] residual,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
int x,
byte[] pixOut) |
static void |
predictHorizontal(int[][] residual,
boolean leftAvailable,
byte[] leftRow,
int x,
byte[] pixOut) |
static void |
predictPlane(int[][] residual,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
byte[] topLeft,
int x,
byte[] pixOut) |
static void |
predictVertical(int[][] residual,
boolean topAvailable,
byte[] topLine,
int x,
byte[] pixOut) |
static void |
predictWithMode(int predMode,
int[][] residual,
boolean leftAvailable,
boolean topAvailable,
byte[] leftRow,
byte[] topLine,
byte[] topLeft,
int x,
byte[] pixOut) |
public static void predictWithMode(int predMode, int[][] residual, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, byte[] topLeft, int x, byte[] pixOut)
public static void predictVertical(int[][] residual, boolean topAvailable, byte[] topLine, int x, byte[] pixOut)
public static void predictHorizontal(int[][] residual, boolean leftAvailable, byte[] leftRow, int x, byte[] pixOut)
public static void predictDC(int[][] residual, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, int x, byte[] pixOut)
public static void predictPlane(int[][] residual, boolean leftAvailable, boolean topAvailable, byte[] leftRow, byte[] topLine, byte[] topLeft, int x, byte[] pixOut)
Copyright © 2019. All rights reserved.