struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE |
JPEG quantization tables are used to determine DCT compression for YUV data, as an alternative to specifying Q factor, providing exact control of compression
STRUCT MEMBERS: nSize : Size of the structure in bytes nVersion : OMX specification version information nPortIndex : Port that this structure applies to eQuantizationTable : Quantization table type nQuantizationMatrix[64] : JPEG quantization table of coefficients stored in increasing columns then by rows of data (i.e. row 1, ... row 8). Quantization values are in the range 0-255 and stored in linear order (i.e. the component will zig-zag the quantization table data if required internally)
Public Attributes | |
---|---|
OMX_IMAGE_QUANTIZATIONTABLETYPE | eQuantizationTable |
OMX_U32 | nPortIndex |
OMX_U8 | nQuantizationMatrix |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_IMAGE_QUANTIZATIONTABLETYPE | eQuantizationTable |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.