Searched refs:mpThisGreenErr (Results 1 – 2 of 2) sorted by relevance
1391 OutPixel.Green += mpThisGreenErr[Col + 1] / FS_SCALE; in DitherOneRow()1457 mpThisGreenErr[Col + 2] += ( err * 7 ) / 16; in DitherOneRow()1464 mpThisGreenErr[Col + 2] = 0; in DitherOneRow()1510 mpThisGreenErr[Col ] += ( err * 7 ) / 16; in DitherOneRow()1517 mpThisGreenErr[Col ] = 0; in DitherOneRow()1556 temperr = mpThisGreenErr; in DitherOneRow()1557 mpThisGreenErr = mpNextGreenErr; in DitherOneRow()1570 delete mpThisGreenErr; in DitherCleanup()1583 mpThisGreenErr = new int[cols + 2]; in InitDither()1589 memset(mpThisGreenErr, 0, sizeof(int) * (cols + 2)); in InitDither()
227 int *mpThisGreenErr; variable