public class MPEG4DCT extends Object
Constructor and Description |
---|
MPEG4DCT() |
Modifier and Type | Method and Description |
---|---|
static void |
idctAdd(byte[][] p,
short[] block,
int index,
boolean interlacing) |
static void |
idctColumnsAdd(short[] block,
byte[] dst,
int dstOffset,
int stride) |
static void |
idctColumnsPut(short[] block,
byte[] dst,
int dstOffset,
int stride) |
static void |
idctPut(byte[][] p,
short[][] block,
boolean interlacing) |
static void |
idctRows(short[] block) |
public static void idctPut(byte[][] p, short[][] block, boolean interlacing)
public static void idctAdd(byte[][] p, short[] block, int index, boolean interlacing)
public static void idctColumnsPut(short[] block, byte[] dst, int dstOffset, int stride)
public static void idctColumnsAdd(short[] block, byte[] dst, int dstOffset, int stride)
public static void idctRows(short[] block)
Copyright © 2019. All rights reserved.