public abstract class InverseDCTCalculator extends Object implements 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
|
public abstract Object calculate(int[] input, int inPos, int[] quant, int[] output, int outPos, int width, int height)
input - quant - output - outputOffset - width - height - Copyright © 2020. All rights reserved.