Searched refs:nQuantizationMatrix (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/mm-core/inc/
H A DOMX_Image.h268 * nQuantizationMatrix[64] : JPEG quantization table of coefficients stored
280 OMX_U8 nQuantizationMatrix[64]; member in struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Image.h268 * nQuantizationMatrix[64] : JPEG quantization table of coefficients stored
280 OMX_U8 nQuantizationMatrix[64]; member in struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Image.h268 * nQuantizationMatrix[64] : JPEG quantization table of coefficients stored
280 OMX_U8 nQuantizationMatrix[64]; member in struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Image.h268 * nQuantizationMatrix[64] : JPEG quantization table of coefficients stored
280 OMX_U8 nQuantizationMatrix[64]; member in struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Image.h268 * nQuantizationMatrix[64] : JPEG quantization table of coefficients stored
280 OMX_U8 nQuantizationMatrix[64]; member in struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1592 pTemp = (OMX_U8*)memcpy(pQuantizationTable->nQuantizationMatrix, CustomLumaQuantizationTable, sizeof(CustomLumaQuantizationTable));
1614 pTemp = (OMX_U8*)memcpy(pQuantizationTable->nQuantizationMatrix, CustomChromaQuantizationTable, sizeof(CustomChromaQuantizationTable));
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c2375 temp[j] = pComponentPrivate->pCustomLumaQuantTable->nQuantizationMatrix[j];
2378 temp[j] = pComponentPrivate->pCustomChromaQuantTable->nQuantizationMatrix[k];

Completed in 321 milliseconds