|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.alibaba.simpleimage.codec.convertor.InverseDCTCalculator
public abstract class InverseDCTCalculator
| 字段摘要 |
|---|
| 从接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 继承的字段 |
|---|
AAN_SCALES, BLOCK_NATURAL_ORDER, CENTERJSAMPLE, DCTSIZE, DCTSIZE2, DOUBLE_QUANT_HASH, DOUBLE_QUANT_SUMS, ICC_PROFILE_LABEL, MAXJSAMPLE, RANGE_MASK, sampleRangeLimitOffset, sampleRangeLimitTable, SINGLE_QUANT_HASH, SINGLE_QUANT_SUMS |
| 构造方法摘要 | |
|---|---|
InverseDCTCalculator()
|
|
| 方法摘要 | |
|---|---|
abstract Object |
calculate(int[] input,
int inPos,
int[] quant,
int[] output,
int outPos,
int width,
int height)
input must be 8x8 integer array quant is a 8x8 QuantizationTable output is one of output destination, the other is return object width is the output array's width height is the output array's height |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public InverseDCTCalculator()
| 方法详细信息 |
|---|
public abstract Object calculate(int[] input,
int inPos,
int[] quant,
int[] output,
int outPos,
int width,
int height)
input - quant - output - outputOffset - width - height -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||