Lines Matching defs:CodecJpegDecInfo
69 struct CodecJpegDecInfo { struct
70 uint32_t imageWidth;
71 uint32_t imageHeight;
72 uint32_t dataPrecision;
73 uint32_t numComponents;
74 uint32_t restartInterval;
75 bool arithCode;
76 bool progressiveMode;
77 std::vector<CodecJpegCompInfo> compInfo;
78 std::vector<CodecJpegHuffTable> dcHuffTbl;
79 std::vector<CodecJpegHuffTable> acHuffTbl;
80 std::vector<CodecJpegQuantTable> quantTbl;
81 struct CodecImageRegion region;
82 unsigned int sampleSize;
83 unsigned int compressPos;