Lines Matching refs:pRedTbl

626                     if (pCorrection->pRedTbl->pBase != NULL) {
632 pCorrection->pRedTbl->nEntries = size;
633 pCorrection->pRedTbl->pBase =
635 if (pCorrection->pRedTbl->pBase == NULL) {
641 pIRec = pCorrection->pRedTbl->pBase;
927 if (pCorrection->pRedTbl->nEntries < 2) {
941 total = 7 + (pCorrection->pRedTbl->nEntries *
955 PutTableType0Card8(pCorrection->pRedTbl, &pCard8);
958 PutTableType1Card8(pCorrection->pRedTbl, &pCard8);
966 total = 5 + (pCorrection->pRedTbl->nEntries *
978 PutTableType0Card16(pCorrection->pRedTbl, &pCard16);
981 PutTableType1Card16(pCorrection->pRedTbl, &pCard16);
989 total = 4 + (pCorrection->pRedTbl->nEntries *
1000 PutTableType0Card32(pCorrection->pRedTbl, &pCard32);
1003 PutTableType1Card32(pCorrection->pRedTbl, &pCard32);
1024 if ((pCorrection->pRedTbl->nEntries < 2) ||
1041 (pCorrection->pRedTbl->nEntries *
1059 PutTableType0Card8(pCorrection->pRedTbl, &pCard8);
1064 PutTableType1Card8(pCorrection->pRedTbl, &pCard8);
1075 (pCorrection->pRedTbl->nEntries *
1091 PutTableType0Card16(pCorrection->pRedTbl, &pCard16);
1096 PutTableType1Card16(pCorrection->pRedTbl, &pCard16);
1107 (pCorrection->pRedTbl->nEntries *
1122 PutTableType0Card32(pCorrection->pRedTbl, &pCard32);
1127 PutTableType1Card32(pCorrection->pRedTbl, &pCard32);
1202 nLevels = pScreenData->pRedTbl->nEntries;
1222 PutTableType0Card8(pScreenData->pRedTbl, &pCard8);
1225 PutTableType1Card8(pScreenData->pRedTbl, &pCard8);
1243 PutTableType0Card16(pScreenData->pRedTbl, &pCard16);
1246 PutTableType1Card16(pScreenData->pRedTbl, &pCard16);
1263 PutTableType0Card32(pScreenData->pRedTbl, &pCard32);
1266 PutTableType1Card32(pScreenData->pRedTbl, &pCard32);
1679 pCurrent->pRedTbl = calloc(1, sizeof(IntensityTbl));
1680 if (pCurrent->pRedTbl == NULL) {
1694 free(pCurrent->pRedTbl);
1704 free(pCurrent->pRedTbl);
1714 pCurrent->pRedTbl = calloc(1, sizeof(IntensityTbl));
1715 if (pCurrent->pRedTbl == NULL) {
1723 pCurrent->pGreenTbl = pCurrent->pRedTbl;
1724 pCurrent->pBlueTbl = pCurrent->pRedTbl;