|
||
class TJpegQTable : public TImageDataBlock;
JPEG specific image data variant which holds QTable info.
It can be used with both the JPEG decoder and encoder.
TImageDataBlock
-
The abstract base class for all format-specific image data variants.
TJpegQTable
-
JPEG specific image data variant which holds QTable info.
Defined in TJpegQTable
:
DuplicateL(CFrameImageData &)const
EChromaTable
Chrominance table.ELumaTable
Luminance table.TJpegQTable()
Default constructor for this class. TQTableIndex
Flag reflecting the type of Q or quantization table.iEntries
The number of entries in the Q table. iTableIndex
The type of Q table. Inherited from TImageDataBlock
:
DataType()const
Returns the data type of the current TImageDataBlock object.TImageDataBlock(TUid)
Constructs and initialises the TImageDataBlock object to the data type specified...private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
TQTableIndex
Flag reflecting the type of Q or quantization table.
|
TBuf8< KJpgQTableEntries > iEntries;
The number of entries in the Q table.