Home
last modified time | relevance | path

Searched refs:MAX_COMP_IN_SCAN (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.h241 #define MAX_COMP_IN_SCAN 4 macro
390 IMG_UINT8 *Qmatrix[MAX_COMP_IN_SCAN];/*!< Ptr to the Quant tables */
394 IMG_UINT8 aui8QuantTable[MAX_COMP_IN_SCAN][64]; /* Area for creating tables */
427 IMG_UINT8 puc_comp_id[MAX_COMP_IN_SCAN]; /*!< Component identifier */
440 IMG_UINT8 puc_horiz_scale[MAX_COMP_IN_SCAN];/*!< Component horizontal scale factor */
441 IMG_UINT8 puc_vert_scale[MAX_COMP_IN_SCAN]; /*!< Component vertical scale factor */
443 IMG_UINT8 CompIdtoIndex[MAX_COMP_IN_SCAN];
Dpnw_hostjpeg.c1033 if (uc_num_comp_in_img > MAX_COMP_IN_SCAN)
1034 uc_num_comp_in_img = MAX_COMP_IN_SCAN;
1336 if (pContext->JPEGEncoderParams.uc_num_comp_in_scan > MAX_COMP_IN_SCAN)
1337 pContext->JPEGEncoderParams.uc_num_comp_in_scan = MAX_COMP_IN_SCAN;
1340 if (uc_comp_id >= MAX_COMP_IN_SCAN) {
1342 uc_comp_id = MAX_COMP_IN_SCAN - 1;
1494 IMG_UINT8 ui8Planes[MAX_COMP_IN_SCAN]; in SetupJPEGTables()
1609 if (pContext->pMTXSetup->ui32ComponentsInScan > MAX_COMP_IN_SCAN) { in SetupJPEGTables()