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, scaleMat
downscaled, getSameSizeBuffer
protected void decodeOnePlane(BitReader bits, int blocksPerSlice, int[] out, int[] qMat, int[] scan, int mbX, int mbY, int plane)
decodeOnePlane
in class ProresDecoder
public Picture decodeFrameHiBD(ByteBuffer data, byte[][] target, byte[][] lowBits)
decodeFrameHiBD
in class ProresDecoder
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)
putSlice
in class ProresDecoder
Copyright © 2019. All rights reserved.