public class ProresToThumb2x2 extends ProresDecoder
| Constructor and Description |
|---|
ProresToThumb2x2() |
| Modifier and Type | Method and Description |
|---|---|
Picture |
decodeFrameHiBD(ByteBuffer data,
byte[][] target,
byte[][] lowBits) |
protected void |
decodeOnePlane(BitReader bits,
int blocksPerSlice,
int[] out,
int[] qMat,
int[] scan,
int mbX,
int mbY,
int plane) |
protected void |
putSlice(byte[][] result,
byte[][] lowBits,
int lumaStride,
int mbX,
int mbY,
int[] y,
int[] u,
int[] v,
int dist,
int shift,
int chromaType,
int sliceMbCount) |
decodeFields, decodeFieldsHiBD, decodeFrame, decodePicture, getCodecMeta, golumbSign, golumbToSigned, isProgressive, nZeros, probe, readACCoeffs, readCodeword, readDCCoeffs, readFrameHeader, readPictureHeader, scaleMatdownscaled, getSameSizeBufferprotected void decodeOnePlane(BitReader bits, int blocksPerSlice, int[] out, int[] qMat, int[] scan, int mbX, int mbY, int plane)
decodeOnePlane in class ProresDecoderpublic Picture decodeFrameHiBD(ByteBuffer data, byte[][] target, byte[][] lowBits)
decodeFrameHiBD in class ProresDecoderprotected void putSlice(byte[][] result,
byte[][] lowBits,
int lumaStride,
int mbX,
int mbY,
int[] y,
int[] u,
int[] v,
int dist,
int shift,
int chromaType,
int sliceMbCount)
putSlice in class ProresDecoderCopyright © 2019. All rights reserved.