Method Summary |
|
public COSArray | cosGetDecode() Return the Decode value array. |
public COSDictionary | cosGetDict() |
public COSArray | cosGetEncode() |
public float[] | evaluate(float[] input) Evaluate the function for each of the input values in turn. |
protected void | evaluate(float[] input, float[] output) |
public int | getBitsPerSample() Return the BitsPerSample value. |
public float | getDecodeMax(int dimension) Return the max value of the Decode array for the given dimension. |
public float | getDecodeMin(int dimension) Return the min value of the Decode array for the given dimension. |
public float | getEncodeMax(int dimension) Return the max value of the Encode array for the given dimension. |
public float | getEncodeMin(int dimension) Return the min value of the Encode array for the given dimension. |
public int | getOutputSize() Return the number of output values for one input value. |
protected int | getSample(int bitPos) Return the sample from the sample stream for the given bit position. |
protected byte[] | getSamples() Return the decoded contents of the sample stream. |
public COSArray | getSize() Return the Size value array. |
public int | getSize(int dimension) Return the size value for the given dimension. |
protected float | interpolate(float x, float xmin, float xmax, float ymin, float ymax) |
protected void | lookupInSample(float[] input, float[] output) |
protected void | prepareInput(float[] values, float[] intermediate) |
protected void | prepareOutput(float[] values) |